Home
last modified time | relevance | path

Searched refs:s0 (Results 1 – 11 of 11) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
Dhdtoa.c49 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 …]
Dgethex.c47 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 …]
Ddtoa.c129 char *s, *s0; local
329 s = s0 = rv_alloc(i);
434 s = s0;
485 if (s == s0) {
800 if (s == s0) {
838 return s0;
Dstrtod.c95 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);
Dgdtoa.c164 char *s, *s0; local
320 s = s0 = rv_alloc(i);
442 s = s0;
489 if (s == s0) {
800 if (s == s0) {
828 return s0;
Dstrtodg.c350 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/
Dsetjmp.S82 xor s0, s0, \reg
167 sd s0, _JB_S0(a0)
240 ld s0, _JB_S0(a0)
/bionic/libm/upstream-freebsd/lib/msun/src/
De_lgammaf_r.c69 s0 = -7.72156641e-02, /* 0xbd9e233f */ variable
191 p = y*(s0+y*(s1+y*(s2+y*s3))); in lgammaf_r()
De_lgamma_r.c137 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/
Dptrace.h23 unsigned long s0; member
/bionic/libm/upstream-freebsd/lib/msun/ld128/
De_lgammal_r.c138 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()