Home
last modified time | relevance | path

Searched refs:negative (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/include/linux/
Dfixp-arith.h63 bool negative = false; in __fixp_sin32() local
66 negative = true; in __fixp_sin32()
74 return negative ? -ret : ret; in __fixp_sin32()
/linux-4.19.296/fs/btrfs/
DKconfig81 enable additional and expensive checks with negative impact on
/linux-4.19.296/drivers/iio/
Dindustrialio-core.c804 bool integer_part = true, negative = false; in iio_str_to_fixpoint() local
813 negative = true; in iio_str_to_fixpoint()
840 if (negative) { in iio_str_to_fixpoint()
/linux-4.19.296/fs/
Dnamei.c1571 bool negative; in lookup_fast() local
1584 negative = d_is_negative(dentry); in lookup_fast()
1605 if (unlikely(negative)) in lookup_fast()