Searched defs:s0 (Results 1 - 7 of 7) sorted by relevance

/bionic/libc/bionic/
H A Dstrtotimeval.c36 char *s, *s0; local
45 s0 = s+1;
/bionic/libm/upstream-freebsd/lib/msun/src/
H A De_sqrt.c99 int32_t ix0,s0,q,m,t,i; local
138 q = q1 = s0 = s1 = 0; /* [q,q1] = sqrt(x) */
142 t = s0+r;
144 s0 = t+r;
156 t = s0;
159 if(((t1&sign)==sign)&&(s1&sign)==0) s0 += 1;
H A De_lgamma_r.c136 s0 = -7.72156649015328655494e-02, /* 0xBFB3C467, 0xE37DB0C8 */ variable
273 p = y*(s0+y*(s1+y*(s2+y*(s3+y*(s4+y*(s5+y*s6))))));
H A De_lgammaf_r.c69 s0 = -7.7215664089e-02, /* 0xbd9e233f */ variable
206 p = y*(s0+y*(s1+y*(s2+y*(s3+y*(s4+y*(s5+y*s6))))));
/bionic/libc/arch-mips/include/machine/
H A Dregdef.h75 #define s0 $16 /* saved across subroutine calls (callee saved) */ macro
/bionic/libc/kernel/arch-mips/asm/
H A Dregdef.h44 #define s0 $16 macro
94 #define s0 $16 macro
/bionic/libc/stdlib/
H A Dstrtod.c1341 CONST char *s, *s0, *s1; local
1400 s0 = s;
1406 s = s0; /* ... otherwise go back. */
1419 s0 = s;
1433 s0 = s;
1505 /* Now we have nd0 digits, starting at s0, followed by a
1645 bd0 = s2b(s0, nd0, nd, y);
2125 char *s, *s0; local
2157 s0 = (char *)(void *)result;
2158 strcpy(s0,
[all...]

Completed in 224 milliseconds