Home
last modified time | relevance | path

Searched refs:ldbl_unpack (Results 1 – 25 of 39) sorted by relevance

12

/glibc-2.36/sysdeps/ieee754/ldbl-128ibm/
De_hypotl.c103 ldbl_unpack (a, &hi, &lo); in __ieee754_hypotl()
115 ldbl_unpack (b, &hi, &lo); in __ieee754_hypotl()
118 ldbl_unpack (a, &hi, &lo); in __ieee754_hypotl()
Ds_totalorderl.c31 ldbl_unpack (*x, &xhi, &xlo); in __totalorderl()
33 ldbl_unpack (*y, &yhi, &ylo); in __totalorderl()
Ds_totalordermagl.c31 ldbl_unpack (*x, &xhi, &xlo); in __totalordermagl()
33 ldbl_unpack (*y, &yhi, &ylo); in __totalordermagl()
De_remainderl.c38 ldbl_unpack (x, &xhi, &xlo); in __ieee754_remainderl()
41 ldbl_unpack (p, &phi, &plo); in __ieee754_remainderl()
Ds_fmal.c135 ldbl_unpack (x, &xhi, &xlo); in __fmal()
138 ldbl_unpack (y, &yhi, &ylo); in __fmal()
141 ldbl_unpack (z, &zhi, &zlo); in __fmal()
Ds_remquol.c36 ldbl_unpack (x, &xhi, &xlo); in __remquol()
39 ldbl_unpack (y, &yhi, &ylo); in __remquol()
De_fmodl.c35 ldbl_unpack (x, &xhi, &xlo); in __ieee754_fmodl()
38 ldbl_unpack (y, &yhi, &ylo); in __ieee754_fmodl()
Dmath_ldbl.h207 #ifndef ldbl_unpack
208 # define ldbl_unpack default_ldbl_unpack macro
Ds_fabsl.c37 ldbl_unpack (x, &xhi, &xlo); in __fabsl()
Ds_floorl.c35 ldbl_unpack (x, &xh, &xl); in __floorl()
Ds_ceill.c35 ldbl_unpack (x, &xh, &xl); in __ceill()
De_ilogbl.c37 ldbl_unpack (x, &xhi, &xlo); in __ieee754_ilogbl()
Ds_iscanonicall.c29 ldbl_unpack (x, &xhi, &xlo); in __iscanonicall()
Ds_logbl.c32 ldbl_unpack (x, &xhi, &xlo); in __logbl()
Ds_truncl.c37 ldbl_unpack (x, &xh, &xl); in __truncl()
Ds_fpclassifyl.c49 ldbl_unpack (x, &xhi, &xlo); in ___fpclassifyl()
Ds_roundevenl.c29 ldbl_unpack (x, &xh, &xl); in __roundevenl()
Ds_setpayloadl_main.c35 ldbl_unpack (payload, &hi, &lo); in FUNC()
De_acoshl.c43 ldbl_unpack (x, &xhi, &xlo); in __ieee754_acoshl()
Ds_nextupl.c31 ldbl_unpack (x, &xhi, &xlo); in __nextupl()
De_powl.c161 ldbl_unpack (x, &xhi, &xlo); in __ieee754_powl()
165 ldbl_unpack (y, &yhi, &ylo); in __ieee754_powl()
Ds_roundl.c38 ldbl_unpack (x, &xh, &xl); in __roundl()
Ds_llroundl.c33 ldbl_unpack (x, &xh, &xl); in __llroundl()
/glibc-2.36/sysdeps/powerpc/fpu/
Dmath_ldbl.h51 #define ldbl_unpack ldbl_unpack_ppc macro
Ds_logbl.c41 ldbl_unpack (x, &xh, &xl); in __logbl()

12