Home
last modified time | relevance | path

Searched refs:negate (Results 1 – 14 of 14) sorted by relevance

/linux/tools/verification/rvgen/rvgen/
H A Dltl2ba.py116 def negate(self): member in ASTNode
117 self.op = self.op.negate()
156 def negate(self): member in BinaryOp
179 def negate(self): member in AndOp
180 return OrOp(self.left.negate(), self.right.negate())
203 def negate(self): member in OrOp
204 return AndOp(self.left.negate(), self.right.negate())
229 def negate(self): member in UntilOp
230 return VOp(self.left.negate(), self.right.negate())
251 def negate(self): member in VOp
[all …]
/linux/Documentation/kbuild/
H A DKconfig.recursion-issue-0210 # of the recursive limitation is that drivers cannot negate features from other
30 # other bells in the system cannot negate. The reason for this issue is
/linux/kernel/debug/
H A Dgdbstub.c295 int negate = 0; in kgdb_hex2long() local
300 negate = 1; in kgdb_hex2long()
313 if (negate) in kgdb_hex2long()
/linux/arch/arm/vfp/
H A Dvfpdouble.c851 vfp_double_multiply_accumulate(int dd, int dn, int dm, u32 fpscr, u32 negate, char *func) in vfp_double_multiply_accumulate() argument
865 if (negate & NEG_MULTIPLY) in vfp_double_multiply_accumulate()
871 if (negate & NEG_SUBTRACT) in vfp_double_multiply_accumulate()
H A Dvfpsingle.c895 vfp_single_multiply_accumulate(int sd, int sn, s32 m, u32 fpscr, u32 negate, char *func) in vfp_single_multiply_accumulate() argument
912 if (negate & NEG_MULTIPLY) in vfp_single_multiply_accumulate()
920 if (negate & NEG_SUBTRACT) in vfp_single_multiply_accumulate()
/linux/arch/sparc/kernel/
H A Detrap_32.S164 orn %g0, %t_twinmask, %g1 ! negate trap win mask into %g1
/linux/Documentation/process/
H A Dkernel-driver-statement.rst13 the greater Linux ecosystem. Such modules negate the openness,
/linux/drivers/iio/addac/
H A Dad74115.c237 bool negate; member
274 .negate = true, \
1485 if (prop->negate) in ad74115_apply_fw_prop()
/linux/lib/
H A Dvsprintf.c3570 bool negate = (*fmt == '^'); in vsscanf() local
3576 if (negate) in vsscanf()
3587 if (negate) { in vsscanf()
/linux/LICENSES/dual/
H A Dcopyleft-next-0.3.195 negate the other conditions of this License, if applicable to the Patch.
/linux/drivers/gpu/drm/nouveau/nvkm/engine/sec/fuc/
H A Dg98.fuc0s405 // and negate or not, depending on mode
/linux/Documentation/filesystems/nfs/
H A Dlocalio.rst128 whenever possible, otherwise it could reduce or even negate the
/linux/arch/m68k/fpsp040/
H A Dres_func.S467 | Inst is fneg. Execute the negate value function on the input.
/linux/Documentation/sound/
H A Dalsa-configuration.rst2314 An exclamation mark can be prefixed to a flag name to negate the flag.