Searched refs:s0 (Results 1 - 25 of 26) sorted by relevance

12

/bionic/libm/arm64/
H A Dceil.S25 frintP s0, s0
H A Dfloor.S25 frintM s0, s0
H A Drint.S25 frintX s0, s0
H A Dsqrt.S25 fsqrt s0, s0
H A Dtrunc.S25 frintZ s0, s0
H A Dlrint.S26 frintX s0, s0
27 fcvtzs x0, s0
H A Dfma.S25 fmadd s0, s0, s1, s2
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
H A Dhdtoa.c49 roundup(char *s0, int ndigits) argument
53 for (s = s0 + ndigits - 1; *s == 0xf; s--) {
54 if (s == s0) {
71 dorounding(char *s0, int ndigits, int sign, int *decpt) argument
80 if ((s0[ndigits] > 8) ||
81 (s0[ndigits] == 8 && s0[ndigits + 1] & 1))
82 adjust = roundup(s0, ndigits);
86 adjust = roundup(s0, ndigits);
90 adjust = roundup(s0, ndigit
128 char *s, *s0; local
225 char *s, *s0; local
[all...]
H A Dgethex.c47 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[havedi
[all...]
H A Dstrtod.c95 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
[all...]
H A Dstrtodg.c350 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
[all...]
H A 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;
H A 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;
/bionic/libm/arm/
H A Dsqrt.S43 vmov.f32 s0, r0
44 vsqrt.f32 s0, s0
45 vmov.f32 r0, s0
/bionic/linker/arch/mips/
H A Dbegin.S62 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/linker/arch/mips64/
H A Dbegin.S80 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/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_lgammaf_r.c69 s0 = -7.72156641e-02, /* 0xbd9e233f */ variable
191 p = y*(s0+y*(s1+y*(s2+y*s3)));
H A 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))))));
/bionic/libc/arch-mips/include/machine/
H A Dregdef.h82 #define s0 $16 /* saved across subroutine calls (callee saved) */ macro
/bionic/libc/arch-mips64/include/machine/
H A Dregdef.h82 #define s0 $16 /* saved across subroutine calls (callee saved) */ macro
/bionic/libc/versioner-dependencies/mips/arch-mips/machine/
H A Dregdef.h82 #define s0 $16 /* saved across subroutine calls (callee saved) */ macro
/bionic/libc/versioner-dependencies/mips64/arch-mips64/machine/
H A Dregdef.h82 #define s0 $16 /* saved across subroutine calls (callee saved) */ macro
/bionic/libc/arch-mips/bionic/
H A Dsetjmp.S143 #define SC_REGS_SAVED 12 /*regs*/ /* ra,s0-s8,gp,sp */
247 m_mangle_reg_and_store s0, t0, t2, SC_REGS+1*REGSZ(a0)
332 move s0, a0
335 m_calculate_checksum t0, s0, s2
336 REG_L s2, SC_CKSUM_OFFSET(s0)
345 REG_L s2, SC_FLAG_OFFSET(s0)
350 LA a1, SC_MASK_OFFSET(s0) # signals being restored
357 move a0, s0
364 m_unmangle_reg_and_load s0, t0, t2, SC_REGS+1*REGSZ(a0)
/bionic/libc/arch-mips64/bionic/
H A Dsetjmp.S143 #define SC_REGS_SAVED 12 /*regs*/ /* ra,s0-s8,gp,sp */
247 m_mangle_reg_and_store s0, t0, t2, SC_REGS+1*REGSZ(a0)
332 move s0, a0
335 m_calculate_checksum t0, s0, s2
336 REG_L s2, SC_CKSUM_OFFSET(s0)
345 REG_L s2, SC_FLAG_OFFSET(s0)
350 LA a1, SC_MASK_OFFSET(s0) # signals being restored
357 move a0, s0
364 m_unmangle_reg_and_load s0, t0, t2, SC_REGS+1*REGSZ(a0)

Completed in 184 milliseconds

12