Searched refs:fromfp_domain_error (Results 1 – 6 of 6) sorted by relevance
/glibc-2.36/sysdeps/ieee754/flt-32/ |
D | s_fromfpf_main.c | 47 return fromfp_domain_error (negative, width); in FUNC() 55 return fromfp_domain_error (negative, width); in FUNC()
|
/glibc-2.36/sysdeps/ieee754/dbl-64/ |
D | s_fromfp_main.c | 47 return fromfp_domain_error (negative, width); in FUNC() 55 return fromfp_domain_error (negative, width); in FUNC()
|
/glibc-2.36/sysdeps/ieee754/ldbl-96/ |
D | s_fromfpl_main.c | 48 return fromfp_domain_error (negative, width); in FUNC() 55 return fromfp_domain_error (negative, width); in FUNC()
|
/glibc-2.36/sysdeps/ieee754/ldbl-128/ |
D | s_fromfpl_main.c | 47 return fromfp_domain_error (negative, width); in FUNC() 55 return fromfp_domain_error (negative, width); in FUNC()
|
/glibc-2.36/math/ |
D | fromfp.h | 115 fromfp_domain_error (bool negative, unsigned int width) in fromfp_domain_error() function 157 return fromfp_domain_error (negative, width); in fromfp_round_and_return()
|
/glibc-2.36/sysdeps/ieee754/ldbl-128ibm/ |
D | s_fromfpl_main.c | 50 return fromfp_domain_error (negative, width); in FUNC() 63 return fromfp_domain_error (negative, width); in FUNC()
|