Searched refs:negate (Results 1 – 11 of 11) sorted by relevance
/linux-6.6.21/Documentation/kbuild/ |
D | Kconfig.recursion-issue-02 | 10 # 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-6.6.21/kernel/debug/ |
D | gdbstub.c | 294 int negate = 0; in kgdb_hex2long() local 299 negate = 1; in kgdb_hex2long() 312 if (negate) in kgdb_hex2long()
|
/linux-6.6.21/arch/arm/vfp/ |
D | vfpdouble.c | 851 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()
|
D | vfpsingle.c | 895 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-6.6.21/arch/sparc/kernel/ |
D | etrap_32.S | 164 orn %g0, %t_twinmask, %g1 ! negate trap win mask into %g1
|
/linux-6.6.21/Documentation/process/ |
D | kernel-driver-statement.rst | 13 the greater Linux ecosystem. Such modules negate the openness,
|
/linux-6.6.21/drivers/iio/addac/ |
D | ad74115.c | 238 bool negate; member 275 .negate = true, \ 1489 if (prop->negate) in ad74115_apply_fw_prop()
|
/linux-6.6.21/lib/ |
D | vsprintf.c | 3577 bool negate = (*fmt == '^'); in vsscanf() local 3583 if (negate) in vsscanf() 3594 if (negate) { in vsscanf()
|
/linux-6.6.21/LICENSES/dual/ |
D | copyleft-next-0.3.1 | 95 negate the other conditions of this License, if applicable to the Patch.
|
/linux-6.6.21/drivers/gpu/drm/nouveau/nvkm/engine/sec/fuc/ |
D | g98.fuc0s | 405 // and negate or not, depending on mode
|
/linux-6.6.21/arch/m68k/fpsp040/ |
D | res_func.S | 467 | Inst is fneg. Execute the negate value function on the input.
|