Searched defs:negate (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/verification/rvgen/rvgen/ | ||
| H A D | ltl2ba.py | 116 def negate(self): member in ASTNode |
| /linux/arch/arm/vfp/ | ||
| H A 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() |
| H A 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() |
| /linux/drivers/iio/addac/ | ||
| H A D | ad74115.c | 237 bool negate; member |
| /linux/lib/ | ||
| H A D | vsprintf.c | 3590 bool negate = (*fmt == '^'); in vsscanf() local |