Searched refs:SET_LDOUBLE_EXP (Results 1 – 5 of 5) sorted by relevance
/picolibc-latest/newlib/libm/ld/ld80/ |
D | e_hypotl.c | 58 SET_LDOUBLE_EXP(a,ea); /* a <- |a| */ in hypotl() 59 SET_LDOUBLE_EXP(b,eb); /* b <- |b| */ in hypotl() 77 SET_LDOUBLE_EXP(a,ea); in hypotl() 78 SET_LDOUBLE_EXP(b,eb); in hypotl() 94 SET_LDOUBLE_EXP(a,ea); in hypotl() 95 SET_LDOUBLE_EXP(b,eb); in hypotl() 121 SET_LDOUBLE_EXP(t1,es+k); in hypotl()
|
D | s_remquol.c | 63 SET_LDOUBLE_EXP(x,esx); in remquol() 64 SET_LDOUBLE_EXP(y,esy); in remquol() 155 SET_LDOUBLE_EXP(x,esx); in remquol()
|
D | s_copysignl.c | 60 SET_LDOUBLE_EXP(x, (esx & 0x7fff)|(esy & 0x8000)); in copysignl()
|
D | e_atanhl.c | 51 SET_LDOUBLE_EXP(x,ix); in atanhl()
|
/picolibc-latest/newlib/libm/ld/ |
D | math_private_openbsd.h | 290 #define SET_LDOUBLE_EXP(d,se) \ macro 505 #define SET_LDOUBLE_EXP(d,se) \ macro
|