Home
last modified time | relevance | path

Searched refs:NEGATE (Results 1 – 2 of 2) sorted by relevance

/reactos/sdk/lib/crt/math/arm/
H A D__64tof.h38 #define NEGATE(x) (~(x) + 1) macro
54 value = NEGATE(value); in __64tof()
83 count = NEGATE(count) - 1; in __64tof()
H A D__fto64.h50 #define NEGATE(x) (~(x) + 1) macro
93 fraction = fraction >> NEGATE(exponent); in __fto64()
100 fraction = NEGATE(fraction); in __fto64()