Home
last modified time | relevance | path

Searched refs:__math_denormf (Results 1 – 6 of 6) sorted by relevance

/picolibc-latest/newlib/libm/common/
Dmath_denormf.c31 #ifndef __math_denormf
38 __math_denormf (float x) in __math_denormf() function
Dnexttowardf.c77 return __math_denormf(x); in nexttowardf()
Dsf_nextafter.c53 return __math_denormf(x); in nextafterf()
Dmath_config.h952 float __math_denormf (float x);
954 #define __math_denormf(x) (x) macro
/picolibc-latest/newlib/libm/ld/ld80/
Ds_nexttowardf.c54 return __math_denormf(x); in nexttowardf()
/picolibc-latest/newlib/libm/ld/ld128/
Ds_nexttowardf.c58 return __math_denormf(x); in nexttowardf()