Home
last modified time | relevance | path

Searched refs:opt_barrier_double (Results 1 – 5 of 5) sorted by relevance

/third_party/optimized-routines/math/
Dmath_err.c28 y = eval_as_double (opt_barrier_double (sign ? -y : y) * y); in xflow()
57 double y = opt_barrier_double (sign ? -1.0 : 1.0) / 0.0; in __math_divzero()
Dpow.c162 force_eval_double (opt_barrier_double (0x1p-1022) * 0x1p-1022); in specialcase()
317 return iy >> 63 ? opt_barrier_double (1 / x2) : x2; in pow()
352 ix = asuint64 (opt_barrier_double (x) * 0x1p52); in pow()
Dmath_config.h197 opt_barrier_double (double x) in opt_barrier_double() function
221 opt_barrier_double (double x) in opt_barrier_double() function
Dexp2.c62 force_eval_double (opt_barrier_double (0x1p-1022) * 0x1p-1022); in specialcase()
Dexp.c64 force_eval_double (opt_barrier_double (0x1p-1022) * 0x1p-1022); in specialcase()