/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 if ((decimalpoint_cache = (char*)MALLOC(strlen(s0) + 1))) { 61 strlcpy(decimalpoint_cache, s0, strlen(s0) + 1); 62 s0 = decimalpoint_cache; 65 decimalpoint = s0; 73 s0 = *(CONST unsigned char **)sp + 2; 74 while(s0[havedig] == '0') 76 s0 += havedig; [all …]
|
D | strtod.c | 95 CONST char *s, *s0, *s1; local 115 if (!(s0 = decimalpoint_cache)) { 116 s0 = localeconv()->decimal_point; 117 if ((decimalpoint_cache = (char*)MALLOC(strlen(s0) + 1))) { 118 strlcpy(decimalpoint_cache, s0, strlen(s0) + 1); 119 s0 = decimalpoint_cache; 121 dplen = strlen(s0); 123 decimalpoint = (char*)s0; 206 s0 = s; 230 s0 = s; [all …]
|
D | strtodg.c | 350 CONST char *s, *s0, *s1; local 364 if (!(s0 = decimalpoint_cache)) { 365 s0 = localeconv()->decimal_point; 366 if ((decimalpoint_cache = (char*)MALLOC(strlen(s0) + 1))) { 367 strlcpy(decimalpoint_cache, s0, strlen(s0) + 1); 368 s0 = decimalpoint_cache; 370 dplen = strlen(s0); 372 decimalpoint = (char*)s0; 428 s0 = s; 452 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 | 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;
|
/bionic/linker/arch/mips/ |
D | begin.S | 62 lw $s0, 4($t1) 63 addu $s0, $t0 81 addu $s0, 4 83 lw $t1, ($s0) 85 addu $s0, 4 89 1: lw $t1, ($s0) 91 sw $t1, ($s0) 92 addu $s0, 4
|
/bionic/libm/arm/ |
D | sqrt.S | 43 vmov.f32 s0, r0 44 vsqrt.f32 s0, s0 45 vmov.f32 r0, s0
|
/bionic/linker/arch/mips64/ |
D | begin.S | 80 REG_L s0, ELF_DYN_VAL(t1) 81 PTR_ADDU s0, t0 98 PTR_ADDU s0, GOTENT_SZ 100 PTR_L t1, (s0) 102 PTR_ADDU s0, GOTENT_SZ 106 1: PTR_L t1, (s0) 108 PTR_S t1, (s0) 109 PTR_ADDU s0, GOTENT_SZ
|
/bionic/libm/arm64/ |
D | lrint.S | 26 frintX s0, s0 27 fcvtzs x0, s0
|
D | floor.S | 25 frintM s0, s0
|
D | trunc.S | 25 frintZ s0, s0
|
D | rint.S | 25 frintX s0, s0
|
D | ceil.S | 25 frintP s0, s0
|
D | sqrt.S | 25 fsqrt s0, s0
|
D | fma.S | 25 fmadd s0, s0, s1, s2
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | e_sqrt.c | 99 int32_t ix0,s0,q,m,t,i; in __ieee754_sqrt() local 138 q = q1 = s0 = s1 = 0; /* [q,q1] = sqrt(x) */ in __ieee754_sqrt() 142 t = s0+r; in __ieee754_sqrt() 144 s0 = t+r; in __ieee754_sqrt() 156 t = s0; in __ieee754_sqrt() 159 if(((t1&sign)==sign)&&(s1&sign)==0) s0 += 1; in __ieee754_sqrt()
|
D | e_lgammaf_r.c | 69 s0 = -7.72156641e-02, /* 0xbd9e233f */ variable 191 p = y*(s0+y*(s1+y*(s2+y*s3))); in __ieee754_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 __ieee754_lgamma_r()
|
/bionic/libc/arch-mips/include/machine/ |
D | regdef.h | 82 #define s0 $16 /* saved across subroutine calls (callee saved) */ macro
|
/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()
|
/bionic/libc/arch-mips/bionic/ |
D | setjmp.S | 247 m_mangle_reg_and_store s0, t0, t2, SC_REGS+1*REGSZ(a0) 364 m_unmangle_reg_and_load s0, t0, t2, SC_REGS+1*REGSZ(a0)
|
/bionic/libc/arch-mips64/bionic/ |
D | setjmp.S | 247 m_mangle_reg_and_store s0, t0, t2, SC_REGS+1*REGSZ(a0) 364 m_unmangle_reg_and_load s0, t0, t2, SC_REGS+1*REGSZ(a0)
|