Home
last modified time | relevance | path

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

/linux/tools/verification/rvgen/rvgen/
H A Dltl2ba.py117 def negate(self):
118 self.op = self.op.negate()
157 def negate(self):
180 def negate(self):
181 return OrOp(self.left.negate(), self.right.negate())
204 def negate(self):
205 return AndOp(self.left.negate(), self.right.negate())
230 def negate(sel
116 def negate(self): global() member in ASTNode
156 def negate(self): global() member in BinaryOp
179 def negate(self): global() member in AndOp
203 def negate(self): global() member in OrOp
229 def negate(self): global() member in UntilOp
251 def negate(self): global() member in VOp
277 def negate(self): global() member in ImplyOp
302 def negate(self): global() member in UnaryOp
316 def negate(self): global() member in EventuallyOp
329 def negate(self): global() member in AlwaysOp
340 def negate(self): global() member in NextOp
360 def negate(self): global() member in NotOp
384 def negate(self): global() member in Variable
417 def negate(self): global() member in Literal
[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.c296 int negate = 0; in kgdb_hex2long() local
301 negate = 1; in kgdb_hex2long()
314 if (negate) in kgdb_hex2long()
/linux/arch/arm/vfp/
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()
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()
/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/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/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.