/picolibc-latest/newlib/libc/tinystdio/ |
D | strtof_l.c | 40 char **__restrict se, in strtof_l()
|
D | strtold_l.c | 42 char **__restrict se, in strtold_l()
|
D | strtod_l.c | 40 char **__restrict se, in strtod_l()
|
/picolibc-latest/newlib/libc/stdlib/ |
D | strtold.c | 63 strtold_l (const char *__restrict s00, char **__restrict se, locale_t loc) in strtold_l() 72 strtold (const char *__restrict s00, char **__restrict se) in strtold()
|
D | gdtoa.h | 158 #define __strtopd(s,se,x) strtord(s,se,1,x) argument 159 #define __strtopdd(s,se,x) strtordd(s,se,1,x) argument 160 #define __strtopf(s,se,x) strtorf(s,se,1,x) argument 161 #define __strtopQ(s,se,x) strtorQ(s,se,1,x) argument 162 #define __strtopx(s,se,x) strtorx(s,se,1,x) argument 163 #define __strtopxL(s,se,x) strtorxL(s,se,1,x) argument
|
D | strtod.c | 242 strtod_l (const char *__restrict s00, char **__restrict se,
|
D | strtodg.c | 437 _strtodg_l (const char *s00, char **se, FPI *fpi, Long *exp, in _strtodg_l()
|
/picolibc-latest/newlib/libm/ld/ld80/ |
D | s_getpayloadl.c | 39 u_int32_t se,hx,lx; in getpayloadl() local
|
D | e_acoshl.c | 35 u_int32_t se,i0,i1; in acoshl() local
|
D | s_modfl.c | 31 u_int32_t i,se; in modfl() local
|
D | e_atanhl.c | 42 u_int32_t se,i0,i1; in atanhl() local
|
D | s_ceill.c | 30 u_int32_t i,j,se,i0,sx; in ceill() local
|
D | s_floorl.c | 30 u_int32_t i,j,se,i0,sx; in floorl() local
|
D | s_tanhl.c | 45 int32_t se; in tanhl() local
|
D | s_erfl.c | 251 u_int32_t se, i0, i1; in erfl() local 331 u_int32_t se, i0, i1; in erfcl() local
|
D | e_lgammal_r.c | 204 u_int32_t se, i0, i1; in sin_pi() local 271 u_int32_t se, i0, i1; in lgammal_r() local
|
/picolibc-latest/newlib/libm/ld/ |
D | math_private_openbsd.h | 240 #define GET_LDOUBLE_WORDS(se,ix0,ix1,d) \ argument 251 #define SET_LDOUBLE_WORDS(d,se,ix0,ix1) \ argument 281 #define GET_LDOUBLE_EXP(se,d) \ argument 290 #define SET_LDOUBLE_EXP(d,se) \ argument 496 #define GET_LDOUBLE_EXP(se,d) \ argument 505 #define SET_LDOUBLE_EXP(d,se) \ argument
|