OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opt_barrier_double
(Results
1 - 5
of
5
) sorted by null
/external/arm-optimized-routines/math/
math_err.c
28
y = eval_as_double (
opt_barrier_double
(sign ? -y : y) * y);
57
double y =
opt_barrier_double
(sign ? -1.0 : 1.0) / 0.0;
math_config.h
156
opt_barrier_double
(double x)
function
180
opt_barrier_double
(double x)
function
exp.c
63
force_eval_double (
opt_barrier_double
(0x1p-1022) * 0x1p-1022);
exp2.c
61
force_eval_double (
opt_barrier_double
(0x1p-1022) * 0x1p-1022);
pow.c
161
force_eval_double (
opt_barrier_double
(0x1p-1022) * 0x1p-1022);
316
return iy >> 63 ?
opt_barrier_double
(1 / x2) : x2;
Completed in 90 milliseconds