Searched refs:TWO23 (Results 1 - 1 of 1) sorted by relevance

/u-boot/post/lib_powerpc/fpu/
H A D20010114-2.c20 volatile float TWO23 = 8388608.0; local
22 if (__builtin_fabs (x) < TWO23)
26 x += TWO23;
27 x -= TWO23;
31 x = TWO23 - x;
32 x = -(x - TWO23);

Completed in 86 milliseconds