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

  /external/arm-optimized-routines/math/
math_errf.c 28 y = eval_as_float (opt_barrier_float (sign ? -y : y) * y);
57 float y = opt_barrier_float (sign ? -1.0f : 1.0f) / 0.0f;
powf.c 174 return iy & 0x80000000 ? opt_barrier_float (1 / x2) : x2;
208 && eval_as_float (1.0f + opt_barrier_float (0x1p-25f)) != 1.0f)
210 && eval_as_float (-1.0f - opt_barrier_float (0x1p-25f))
math_config.h 150 opt_barrier_float (float x) function
174 opt_barrier_float (float x) function

Completed in 127 milliseconds