Home
last modified time | relevance | path

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

/openbsd/src/lib/libm/src/ld128/
Ds_cbrtl.c38 GET_LDOUBLE_MSW64(hx,x); in cbrtl()
56 GET_LDOUBLE_MSW64(hx,x); in cbrtl()
61 GET_LDOUBLE_MSW64(hx,x); in cbrtl()
78 GET_LDOUBLE_MSW64(hx,x); in cbrtl()
De_hypotl.c55 GET_LDOUBLE_MSW64(ha,x); in hypotl()
57 GET_LDOUBLE_MSW64(hb,y); in hypotl()
118 GET_LDOUBLE_MSW64(high,t1); in hypotl()
Ds_remquol.c161 GET_LDOUBLE_MSW64(hx,x); in remquol()
/openbsd/src/gnu/lib/libstdc++/libstdc++/libmath/
Dsignbitl.c40 GET_LDOUBLE_MSW64 (msw, x); in __signbitl()
Dmathconf.h262 #define GET_LDOUBLE_MSW64(msw,d) \ macro
/openbsd/src/gnu/gcc/libstdc++-v3/libmath/
Dsignbitl.c40 GET_LDOUBLE_MSW64 (msw, x); in __signbitl()
Dmathconf.h257 #define GET_LDOUBLE_MSW64(msw,d) \ macro
/openbsd/src/lib/libm/src/
Dmath_private.h96 #define GET_LDOUBLE_MSW64(v,d) \ macro
/openbsd/src/gnu/lib/libstdc++/libstdc++/
DChangeLog-20014983 * libmath/mathconf.h (GET_LDOUBLE_MSW64): Fix thinko.
DChangeLog-20003069 (GET_LDOUBLE_MSW64): New define.