Searched refs:GET_LDOUBLE_EXP (Results 1 – 5 of 5) sorted by relevance
/picolibc-latest/newlib/libm/ld/ld80/ |
D | s_copysignl.c | 58 GET_LDOUBLE_EXP(esx, x); in copysignl() 59 GET_LDOUBLE_EXP(esy, y); in copysignl()
|
D | e_hypotl.c | 53 GET_LDOUBLE_EXP(ea,x); in hypotl() 55 GET_LDOUBLE_EXP(eb,y); in hypotl() 120 GET_LDOUBLE_EXP(es,t1); in hypotl()
|
D | s_asinhl.c | 36 GET_LDOUBLE_EXP(hx,x); in asinhl()
|
D | s_remquol.c | 153 GET_LDOUBLE_EXP(esx,x); in remquol()
|
/picolibc-latest/newlib/libm/ld/ |
D | math_private_openbsd.h | 281 #define GET_LDOUBLE_EXP(se,d) \ macro 348 GET_LDOUBLE_EXP(exp, x); in signbitl_inline() 496 #define GET_LDOUBLE_EXP(se,d) \ macro 544 GET_LDOUBLE_EXP(exp, x); in signbitl_inline()
|