Searched refs:negate (Results 1 – 8 of 8) sorted by relevance
/linux-3.4.99/drivers/staging/iio/gyro/ |
D | adis16260_platform_data.h | 18 unsigned negate:1; member
|
D | adis16260.h | 98 unsigned negate:1; member
|
D | adis16260_core.c | 591 st->negate = pd->negate; in adis16260_probe()
|
/linux-3.4.99/kernel/debug/ |
D | gdbstub.c | 295 int negate = 0; in kgdb_hex2long() local 300 negate = 1; in kgdb_hex2long() 313 if (negate) in kgdb_hex2long()
|
/linux-3.4.99/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() 869 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() 918 if (negate & NEG_SUBTRACT) in vfp_single_multiply_accumulate()
|
/linux-3.4.99/arch/sparc/kernel/ |
D | etrap_32.S | 163 orn %g0, %t_twinmask, %g1 ! negate trap win mask into %g1
|
/linux-3.4.99/arch/m68k/fpsp040/ |
D | res_func.S | 467 | Inst is fneg. Execute the negate value function on the input.
|