Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/ieee754/flt-32/
Ds_fromfpf_main.c53 int max_exponent = fromfp_max_exponent (negative, width); in FUNC()
/glibc-2.36/sysdeps/ieee754/dbl-64/
Ds_fromfp_main.c53 int max_exponent = fromfp_max_exponent (negative, width); in FUNC()
/glibc-2.36/sysdeps/ieee754/ldbl-96/
Ds_fromfpl_main.c53 int max_exponent = fromfp_max_exponent (negative, width); in FUNC()
/glibc-2.36/sysdeps/ieee754/ldbl-128/
Ds_fromfpl_main.c53 int max_exponent = fromfp_max_exponent (negative, width); in FUNC()
/glibc-2.36/math/
Dfromfp.h40 fromfp_max_exponent (bool negative, int width) in fromfp_max_exponent() function
/glibc-2.36/sysdeps/ieee754/ldbl-128ibm/
Ds_fromfpl_main.c61 int max_exponent = fromfp_max_exponent (negative, width); in FUNC()