Searched refs:s0 (Results 1 – 11 of 11) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
D | hdtoa.c | 49 roundup(char *s0, int ndigits) in roundup() argument 53 for (s = s0 + ndigits - 1; *s == 0xf; s--) { in roundup() 54 if (s == s0) { in roundup() 71 dorounding(char *s0, int ndigits, int sign, int *decpt) in dorounding() argument 80 if ((s0[ndigits] > 8) || in dorounding() 81 (s0[ndigits] == 8 && s0[ndigits + 1] & 1)) in dorounding() 82 adjust = roundup(s0, ndigits); in dorounding() 86 adjust = roundup(s0, ndigits); in dorounding() 90 adjust = roundup(s0, ndigits); in dorounding() 128 char *s, *s0; in __hdtoa() local [all …]
|
D | gethex.c | 47 CONST unsigned char *decpt, *s0, *s, *s1; local 58 if (!(s0 = decimalpoint_cache)) { 59 s0 = (unsigned char*)localeconv()->decimal_point; 60 decimalpoint_cache = strdup(s0); 62 decimalpoint = s0; 70 s0 = *(CONST unsigned char **)sp + 2; 71 while(s0[havedig] == '0') 73 s0 += havedig; 74 s = s0; 100 s0 = s; [all …]
|
D | dtoa.c | 129 char *s, *s0; local 329 s = s0 = rv_alloc(i); 434 s = s0; 485 if (s == s0) { 800 if (s == s0) { 838 return s0;
|
D | strtod.c | 95 CONST char *s, *s0, *s1; local 115 if (!(s0 = decimalpoint_cache)) { 116 s0 = localeconv()->decimal_point; 117 decimalpoint_cache = strdup(s0); 118 dplen = strlen(s0); 120 decimalpoint = (char*)s0; 203 s0 = s; 227 s0 = s; 573 bd0 = s2b(s0, nd0, nd, y, dplen);
|
D | gdtoa.c | 164 char *s, *s0; local 320 s = s0 = rv_alloc(i); 442 s = s0; 489 if (s == s0) { 800 if (s == s0) { 828 return s0;
|
D | strtodg.c | 350 CONST char *s, *s0, *s1; local 364 if (!(s0 = decimalpoint_cache)) { 365 s0 = localeconv()->decimal_point; 366 decimalpoint_cache = strdup(s0); 367 dplen = strlen(s0); 369 decimalpoint = (char*)s0; 425 s0 = s; 449 s0 = s; 748 bd0 = s2b(s0, nd0, nd, y, dplen);
|
/bionic/libc/arch-riscv64/bionic/ |
D | setjmp.S | 82 xor s0, s0, \reg 167 sd s0, _JB_S0(a0) 240 ld s0, _JB_S0(a0)
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | e_lgammaf_r.c | 69 s0 = -7.72156641e-02, /* 0xbd9e233f */ variable 191 p = y*(s0+y*(s1+y*(s2+y*s3))); in lgammaf_r()
|
D | e_lgamma_r.c | 137 s0 = -7.72156649015328655494e-02, /* 0xBFB3C467, 0xE37DB0C8 */ variable 275 p = y*(s0+y*(s1+y*(s2+y*(s3+y*(s4+y*(s5+y*s6)))))); in lgamma_r()
|
/bionic/libc/kernel/uapi/asm-riscv/asm/ |
D | ptrace.h | 23 unsigned long s0; member
|
/bionic/libm/upstream-freebsd/lib/msun/ld128/ |
D | e_lgammal_r.c | 138 s0 = -7.72156649015328606065120900824024297e-02L, variable 302 p = y*(s0+y*(s1+y*(s2+y*(s3+y*(s4+y*(s5+y*(s6+y*(s7+y*(s8+ in lgammal_r()
|