Home
last modified time | relevance | path

Searched refs:force_eval_float (Results 1 – 10 of 10) sorted by relevance

/picolibc-latest/newlib/libm/common/
Dmath_inexactf.c45 force_eval_float(1.0f + VAL); in __math_set_inexactf()
51 force_eval_float(1.0f + VAL); in __math_inexactf()
Dmath_denormf.c40 (void) pick_float_except(force_eval_float(VAL * VAL), 0.0f); in __math_denormf()
Dmath_errf_invalidf.c47 force_eval_float(pick_float_except(VAL / VAL, VAL)); in __math_set_invalidf()
Dnexttowardf.c57 force_eval_float(opt_barrier_float(x) * x); in nexttowardf()
Dsf_nextafter.c33 force_eval_float(opt_barrier_float(x)*x); in nextafterf()
Dsinf.c56 force_eval_float (s); in sinf()
Dsincosf.c57 force_eval_float (x2); in sincosf()
Dmath_config.h343 force_eval_float (float x) in force_eval_float() function
381 #define clang_force_float(x) force_eval_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()