HomeSort by relevance Sort by last modified time
    Searched refs:TWO23 (Results 1 - 2 of 2) sorted by null

  /external/u-boot/post/lib_powerpc/fpu/
20010114-2.c 20 volatile float TWO23 = 8388608.0;
22 if (__builtin_fabs (x) < TWO23)
26 x += TWO23;
27 x -= TWO23;
31 x = TWO23 - x;
32 x = -(x - TWO23);
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_rintf.c 26 TWO23[2]={
42 STRICT_ASSIGN(float,w,TWO23[sx]+x);
43 t = w-TWO23[sx];
48 STRICT_ASSIGN(float,w,TWO23[sx]+x);
49 return w-TWO23[sx];

Completed in 1408 milliseconds