Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libm/common/
Dnexttowardf.c57 force_eval_float(opt_barrier_float(x) * x); in nexttowardf()
73 return check_oflowf(opt_barrier_float(x+x)); in nexttowardf()
Dsf_pow.c191 return opt_barrier_float(x2); in powf()
231 && eval_as_float (1.0f + opt_barrier_float (0x1p-25f)) != 1.0f) in powf()
233 && eval_as_float (-1.0f - opt_barrier_float (0x1p-25f)) in powf()
Dsf_nextafter.c33 force_eval_float(opt_barrier_float(x)*x); in nextafterf()
Dsf_rint.c56 return opt_barrier_float(x+x); /* inf or NaN */ in rintf()
Dmath_config.h329 opt_barrier_float (float x) in opt_barrier_float() function
379 #define clang_barrier_float(x) opt_barrier_float(x)
/picolibc-latest/newlib/libm/ld/ld80/
Ds_nexttowardf.c33 force_eval_float(opt_barrier_float(x)*x); in nexttowardf()
/picolibc-latest/newlib/libm/ld/ld128/
Ds_nexttowardf.c37 force_eval_float(opt_barrier_float(x)*x); in nexttowardf()
/picolibc-latest/test/
Dmath_errhandling.c53 opt_barrier_float (float x) in opt_barrier_float() function
78 #define clang_barrier_float(x) opt_barrier_float(x)