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

  /external/arm-optimized-routines/math/
exp2f.c 30 return asuint (x) >> 20;
46 if (asuint (x) == asuint (-INFINITY))
expf.c 34 return asuint (x) >> 20;
50 if (asuint (x) == asuint (-INFINITY))
log2f.c 33 ix = asuint (x);
49 ix = asuint (x * 0x1p23f);
logf.c 38 ix = asuint (x);
54 ix = asuint (x * 0x1p23f);
cosf.c 52 uint32_t xi = asuint (y);
sincosf.c 59 uint32_t xi = asuint (y);
sinf.c 56 uint32_t xi = asuint (y);
powf.c 141 ix = asuint (x);
142 iy = asuint (y);
190 ix = asuint (x * 0x1p23f);
math_config.h 83 asuint (float f) function
132 uint32_t ix = asuint (x);
sincosf.h 37 return (asuint (x) >> 20) & 0x7ff;

Completed in 78 milliseconds