Searched refs:NEGATE (Results 1 – 2 of 2) sorted by relevance
38 #define NEGATE(x) (~(x) + 1) macro54 value = NEGATE(value); in __64tof()83 count = NEGATE(count) - 1; in __64tof()
50 #define NEGATE(x) (~(x) + 1) macro93 fraction = fraction >> NEGATE(exponent); in __fto64()100 fraction = NEGATE(fraction); in __fto64()