Home
last modified time | relevance | path

Searched refs:clang_barrier_float (Results 1 – 3 of 3) sorted by relevance

/picolibc-3.7.0-3.6.0/newlib/libm/math/
Dsf_tgamma.c31 if (isless(x, 0.0f) && clang_barrier_float(rintf(x)) == x) in tgammaf()
/picolibc-3.7.0-3.6.0/test/
Dmath_errhandling.c78 #define clang_barrier_float(x) opt_barrier_float(x) macro
82 #define clang_barrier_float(x) (x) macro
324 #define force_eval(x) clang_barrier_float(x)
/picolibc-3.7.0-3.6.0/newlib/libm/common/
Dmath_config.h379 #define clang_barrier_float(x) opt_barrier_float(x) macro
385 #define clang_barrier_float(x) (x) macro