Home
last modified time | relevance | path

Searched refs:opt_barrier_float (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/libc/AOR_v20.02/math/
Dmath_errf.c29 y = eval_as_float (opt_barrier_float (sign ? -y : y) * y); in xflowf()
58 float y = opt_barrier_float (sign ? -1.0f : 1.0f) / 0.0f; in __math_divzerof()
Dpowf.c171 return iy & 0x80000000 ? opt_barrier_float (1 / x2) : x2; in powf()
205 && eval_as_float (1.0f + opt_barrier_float (0x1p-25f)) != 1.0f) in powf()
207 && eval_as_float (-1.0f - opt_barrier_float (0x1p-25f)) in powf()
Dmath_config.h192 opt_barrier_float (float x) in opt_barrier_float() function
216 opt_barrier_float (float x) in opt_barrier_float() function
/external/arm-optimized-routines/math/
Dmath_errf.c28 y = eval_as_float (opt_barrier_float (sign ? -y : y) * y); in xflowf()
57 float y = opt_barrier_float (sign ? -1.0f : 1.0f) / 0.0f; in __math_divzerof()
Dpowf.c170 return iy & 0x80000000 ? opt_barrier_float (1 / x2) : x2; in powf()
204 && eval_as_float (1.0f + opt_barrier_float (0x1p-25f)) != 1.0f) in powf()
206 && eval_as_float (-1.0f - opt_barrier_float (0x1p-25f)) in powf()
Dmath_config.h191 opt_barrier_float (float x) in opt_barrier_float() function
215 opt_barrier_float (float x) in opt_barrier_float() function