/picolibc-3.7.0-3.6.0/newlib/libc/stdlib/ |
D | setenv.c | 77 register char **P; in setenv() local 79 for (P = *p_environ, cnt = 0; *P; ++P, ++cnt); in setenv() 93 P = (char **) malloc ((size_t) (sizeof (char *) * (cnt + 2))); in setenv() 94 if (!P) in setenv() 99 memcpy((char *) P,(char *) *p_environ, cnt * sizeof (char *)); in setenv() 100 *p_environ = P; in setenv() 128 register char **P; in unsetenv() local 142 for (P = &(*p_environ)[offset];; ++P) in unsetenv() 143 if (!(*P = *(P + 1))) in unsetenv()
|
D | strtod.c | 192 if (!scale || (i = 2*P + 1 - ((dword0(x) & Exp_mask) >> Exp_shift)) <= 0) in sulp() 544 dword0(rv) -= P*Exp_msk1; 547 > Exp_msk1*(DBL_MAX_EXP+Bias-1-P)) 549 dword0(rv) += P*Exp_msk1; 646 dword0(rv) -= P*Exp_msk1; 649 > Exp_msk1*(DBL_MAX_EXP+Bias-P)) 651 if (z > Exp_msk1*(DBL_MAX_EXP+Bias-1-P)) { 660 dword0(rv) += P*Exp_msk1; 672 scale = 2*P; 676 if (scale && (j = 2*P + 1 - ((dword0(rv) & Exp_mask) [all …]
|
D | mallocr.c | 1861 #define check_free_chunk(P) do_check_free_chunk(P) argument 1862 #define check_inuse_chunk(P) do_check_inuse_chunk(P) argument 1863 #define check_chunk(P) do_check_chunk(P) argument 1864 #define check_malloced_chunk(P,N) do_check_malloced_chunk(P,N) argument 1866 #define check_free_chunk(P) argument 1867 #define check_inuse_chunk(P) argument 1868 #define check_chunk(P) argument 1869 #define check_malloced_chunk(P,N) argument 1890 #define frontlink(P, S, IDX, BK, FD) \ argument 1898 P->bk = BK; \ [all …]
|
D | mprec.h | 118 #define P 24 macro 158 #define P 53 macro 200 #define P 14 macro 225 #define P 56 macro
|
D | dtoa.c | 332 i = bbits + be + (Bias + (P - 1) - 1); in __dtoa() 341 i -= (Bias + (P - 1) - 1) + 1; in __dtoa() 472 word0 (eps) -= (P - 1) * Exp_msk1; in __dtoa() 596 denorm ? be + (Bias + (P - 1) - 1 + 1) : in __dtoa() 599 1 + 4 * P - 3 - bbits + ((bbits + be - 1) & 3); in __dtoa() 601 1 + P - bbits; in __dtoa()
|
/picolibc-3.7.0-3.6.0/newlib/libc/search/ |
D | page.h | 77 #define FREESPACE(P) ((P)[(P)[0]+1]) argument 78 #define OFFSET(P) ((P)[(P)[0]+2]) argument 79 #define PAIRFITS(P,K,D) \ argument 80 (((P)[2] >= REAL_KEY) && \ 81 (PAIRSIZE((K),(D)) + OVFLSIZE) <= FREESPACE((P)))
|
D | hash_buf.c | 80 #define BUF_INSERT(B, P) { \ argument 81 (B)->next = (P)->next; \ 82 (B)->prev = (P); \ 83 (P)->next = (B); \
|
/picolibc-3.7.0-3.6.0/newlib/libm/ld/common/ |
D | polevll.c | 69 __polevll(long double x, const long double *P, int n) in __polevll() argument 73 y = *P++; in __polevll() 75 y = y * x + *P++; in __polevll() 86 __p1evll(long double x, const long double *P, int n) in __p1evll() argument 91 y = x + *P++; in __p1evll() 93 y = y * x + *P++; in __p1evll()
|
D | e_acosl.c | 60 p = P(z); in acosl() 66 p = P(z); in acosl() 79 p = P(z); in acosl()
|
D | e_asinl.c | 48 p = P(t); in asinl() 56 p = P(t); in asinl()
|
/picolibc-3.7.0-3.6.0/newlib/libm/math/ |
D | sf_erf.c | 100 float R, S, P, Q, s, y, z, r; in erff() local 123 P = pa0 + in erff() 128 return erx + P / Q; in erff() 130 return -erx - P / Q; in erff() 172 float R, S, P, Q, s, y, z, r; in erfcf() local 197 P = pa0 + in erfcf() 203 return z - P / Q; in erfcf() 205 z = erx + P / Q; in erfcf()
|
D | s_erf.c | 236 __float64 R, S, P, Q, s, y, z, r; in erf64() local 258 P = pa0 + in erf64() 263 return erx + P / Q; in erf64() 265 return -erx - P / Q; in erf64() 309 __float64 R, S, P, Q, s, y, z, r; in _MATH_ALIAS_d_d() local 334 P = pa0 + in _MATH_ALIAS_d_d() 340 return z - P / Q; in _MATH_ALIAS_d_d() 342 z = erx + P / Q; in _MATH_ALIAS_d_d()
|
/picolibc-3.7.0-3.6.0/newlib/libm/ld/ld80/ |
D | s_erfl.c | 249 long double R, S, P, Q, s, y, z, r; in erfl() local 282 P = pa[0] + s * (pa[1] + s * (pa[2] in erfl() 287 return erx + P / Q; in erfl() 289 return -erx - P / Q; in erfl() 330 long double R, S, P, Q, s, y, z, r; in erfcl() local 366 P = pa[0] + s * (pa[1] + s * (pa[2] in erfcl() 373 return z - P / Q; in erfcl() 377 z = erx + P / Q; in erfcl()
|
D | e_expl.c | 77 static long double P[3] = { variable 129 px = x * __polevll( xx, P, 2 ); in expl()
|
D | e_log2l.c | 72 static long double P[] = { variable 179 y = x * ( z * __polevll( x, P, 6 ) / __p1evll( x, Q, 7 ) ); in log2l()
|
D | e_log10l.c | 72 static long double P[] = { variable 182 y = x * ( z * __polevll( x, P, 6 ) / __p1evll( x, Q, 7 ) ); in log10l()
|
D | e_logl.c | 72 static long double P[] = { variable 179 y = x * ( z * __polevll( x, P, 6 ) / __p1evll( x, Q, 6 ) ); in logl()
|
D | s_log1pl.c | 69 static long double P[] = { variable 183 y = x * ( z * __polevll( x, P, 6 ) / __p1evll( x, Q, 6 ) ); in log1pl()
|
D | e_tgammal.c | 68 static long double P[8] = { variable 293 p = __polevll( x, P, 7 ); in tgammal()
|
D | invtrig.h | 80 P(long double x) in P() function
|
/picolibc-3.7.0-3.6.0/newlib/libm/ld/ld128/ |
D | e_expl.c | 81 static long double P[5] = { variable 143 px = x * __polevll( xx, P, 4 ); in expl()
|
D | e_log2l.c | 68 static const long double P[13] = variable 232 y = x * (z * neval (x, P, 12) / deval (x, Q, 11)); in log2l()
|
D | e_log10l.c | 69 static const long double P[13] = variable 238 y = x * (z * neval (x, P, 12) / deval (x, Q, 11)); in log10l()
|
/picolibc-3.7.0-3.6.0/newlib/libc/stdio/ |
D | vfieeefp.h | 172 #define P 24 macro 207 #define P 53 macro 239 #define P 14 macro 263 #define P 56 macro
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/sh/ |
D | memcpy.S | 43 #define LDUAQ(P,O,D0,D1) ldlo.q P,O,D0; ldhi.q P,O+7,D1 argument 44 #define STUAQ(P,O,D0,D1) stlo.q P,O,D0; sthi.q P,O+7,D1 argument 45 #define LDUAL(P,O,D0,D1) ldlo.l P,O,D0; ldhi.l P,O+3,D1 argument 46 #define STUAL(P,O,D0,D1) stlo.l P,O,D0; sthi.l P,O+3,D1 argument
|