/sysdeps/ieee754/dbl-64/ |
A D | s_erf.c | 229 s2 = qq[2] + z * qq[3]; in __erf() 232 s = s1 + z2 * s2 + z4 * s3; in __erf() 241 Q1 = one + s * qa[1]; s4 = s2 * s2; in __erf() 268 S1 = one + s * sa[1]; s4 = s2 * s2; in __erf() 282 S1 = one + s * sb[1]; s4 = s2 * s2; in __erf() 326 s2 = qq[2] + z * qq[3]; in libm_alias_double() 329 s = s1 + z2 * s2 + z4 * s3; in libm_alias_double() 347 Q1 = one + s * qa[1]; s4 = s2 * s2; in libm_alias_double() 372 R1 = ra[0] + s * ra[1]; s2 = s * s; in libm_alias_double() 373 S1 = one + s * sa[1]; s4 = s2 * s2; in libm_alias_double() [all …]
|
A D | e_j0.c | 88 double z, s, c, ss, cc, r, u, v, r1, r2, s1, s2, z2, z4; in __ieee754_j0() local 135 s2 = S[2] + z * S[3]; in __ieee754_j0() 136 s = s1 + z2 * s2 + z4 * S[4]; in __ieee754_j0() 306 double z, r, s, z2, z4, r1, r2, r3, s1, s2, s3; in pzero() local 337 s2 = q[1] + z * q[2]; in pzero() 339 s = s1 + z2 * s2 + z4 * s3; in pzero() 425 double s, r, z, z2, z4, z6, r1, r2, r3, s1, s2, s3; in qzero() local 456 s2 = q[1] + z * q[2]; in qzero() 458 s = s1 + z2 * s2 + z4 * s3 + z6 * q[5]; in qzero()
|
A D | e_j1.c | 92 double z, s, c, ss, cc, r, u, v, y, r1, r2, s1, s2, s3, z2, z4; in __ieee754_j1() local 146 s2 = S[2] + z * S[3]; in __ieee754_j1() 148 s = s1 + z2 * s2 + z4 * s3; in __ieee754_j1() 314 double z, r, s, r1, r2, r3, s1, s2, s3, z2, z4; in pone() local 345 s2 = q[1] + z * q[2]; in pone() 347 s = s1 + z2 * s2 + z4 * s3; in pone() 434 double s, r, z, r1, r2, r3, s1, s2, s3, z2, z4, z6; in qone() local 465 s2 = q[1] + z * q[2]; in qone() 467 s = s1 + z2 * s2 + z4 * s3 + z6 * q[5]; in qone()
|
A D | usncs.h | 30 static const double s2 = 0x1.1111111110ECEp-7; /* 0.0083333333333323288 */ variable
|
/sysdeps/pthread/ |
A D | tst-sem7.c | 37 sem_t *s2; in do_test() local 64 s2 = sem_open ("/glibc-tst-sem7", O_CREAT, 0600, 1); in do_test() 65 if (s2 == SEM_FAILED) in do_test() 70 if (s != s2) in do_test() 90 if (sem_close (s2) != 0) in do_test()
|
A D | tst-sem4.c | 37 sem_t *s2; in do_test() local 69 s2 = sem_open ("/glibc-tst-sem4", O_CREAT | O_EXCL, 0600, 1); in do_test() 70 if (s2 != SEM_FAILED) in do_test()
|
/sysdeps/ieee754/ldbl-128ibm/ |
A D | e_powl.c | 154 long double s2, s_h, s_l, t_h, t_l, ay; in __ieee754_powl() local 337 s2 = s * s; in __ieee754_powl() 338 u = LN[0] + s2 * (LN[1] + s2 * (LN[2] + s2 * (LN[3] + s2 * LN[4]))); in __ieee754_powl() 339 v = LD[0] + s2 * (LD[1] + s2 * (LD[2] + s2 * (LD[3] + s2 * (LD[4] + s2)))); in __ieee754_powl() 340 r = s2 * s2 * u / v; in __ieee754_powl() 342 s2 = s_h * s_h; in __ieee754_powl() 343 t_h = 3.0 + s2 + r; in __ieee754_powl() 345 t_l = r - ((t_h - 3.0) - s2); in __ieee754_powl()
|
/sysdeps/alpha/ |
A D | strncmp.S | 46 xor a0, a1, t2 # are s1 and s2 co-aligned? 54 and a1, 7, t5 # find s2 misalignment 56 addq a1, a2, a3 # s2+count 132 subq a3, 1, a3 # last byte of s2 134 mskqh t3, t5, t7 # mask garbage in s2 162 extql t1, a1, t1 # create first s2 word 166 or t1, t4, t1 # s2 word now complete 168 ornot t1, t8, t1 # kill s2 garbage 177 cmpeq a3, 0, t8 # eoc in s2[1]? 207 cmpbge zero, t2, t4 # .. e1 : eos in s2[1] [all …]
|
A D | strcmp.S | 38 xor a0, a1, t2 # .. e1 : are s1 and s2 co-aligned? 77 and a1, 7, t5 # .. e1 : find s2 misalignment 108 ldq_u t2, 8(a1) # e0 : load second partial s2 word 110 extql t1, a1, t1 # e0 : create first s2 word 114 or t1, t4, t1 # e0 : s2 word now complete 116 ornot t1, t3, t1 # e0 : kill s2 garbage 118 mskql t3, a1, t3 # e0 : mask for s2[1] bits we have seen 139 ldq_u t2, 16(a1) # .. e1 : load next s2 high bits
|
/sysdeps/ieee754/flt-32/ |
A D | s_atanf.c | 59 float w,s1,s2,z; in __atanf() local 95 s2 = w*(aT[1]+w*(aT[3]+w*(aT[5]+w*(aT[7]+w*aT[9])))); in __atanf() 96 if (id<0) return x - x*(s1+s2); in __atanf() 98 z = atanhi[id] - ((x*(s1+s2) - atanlo[id]) - x); in __atanf()
|
A D | sincosf_poly.h | 26 double s1, s2, s3; /* Sine polynomial. */ member 41 s1 = p->s2 + x2 * p->s3; in sincosf_poly() 69 s1 = p->s2 + x2 * p->s3; in sinf_poly()
|
/sysdeps/ieee754/ldbl-128/ |
A D | e_powl.c | 154 _Float128 s2, s_h, s_l, t_h, t_l, ay; in __ieee754_powl() local 344 s2 = s * s; in __ieee754_powl() 345 u = LN[0] + s2 * (LN[1] + s2 * (LN[2] + s2 * (LN[3] + s2 * LN[4]))); in __ieee754_powl() 346 v = LD[0] + s2 * (LD[1] + s2 * (LD[2] + s2 * (LD[3] + s2 * (LD[4] + s2)))); in __ieee754_powl() 347 r = s2 * s2 * u / v; in __ieee754_powl() 349 s2 = s_h * s_h; in __ieee754_powl() 350 t_h = 3.0 + s2 + r; in __ieee754_powl() 355 t_l = r - ((t_h - 3.0) - s2); in __ieee754_powl()
|
/sysdeps/ia64/ |
A D | strcmp.S | 32 #define s2 in1 macro 42 ld1 val2 = [s2], 1
|
A D | strncmp.S | 33 #define s2 in1 macro 48 ld1 val2 = [s2], 1
|
/sysdeps/unix/sysv/linux/alpha/ |
A D | ____longjmp_chk.S | 48 ldq s2, JB_PC*8(a0) 56 PTR_DEMANGLE(s2, t1) 74 mov s2, ra 80 cfi_offset(s2, JB_S2*8) 95 ldq s2, JB_S2*8(a0)
|
/sysdeps/unix/sysv/linux/riscv/ |
A D | setcontext.S | 82 RESTORE_INT_REG_CFI (s2, 18, t0) 110 mv a0, s2 111 beqz s2, 1f
|
A D | swapcontext.S | 32 SAVE_INT_REG (s2, 18, a0) 107 RESTORE_INT_REG (s2, 18, t0)
|
/sysdeps/sparc/sparc64/ |
A D | sub_n.S | 40 1: ldx [%o2+%o5],%g1 ! load s2 limb 43 addcc %g1,%o4,%g1 ! add s2 limb and carry variable
|
A D | add_n.S | 43 1: ldx [%o2+%o5],%g1 ! load s2 limb 46 addcc %g1,%o4,%g1 ! add s2 limb and carry variable
|
/sysdeps/unix/sysv/linux/alpha/alpha/ |
A D | regdef.h | 17 #define s2 $11 macro
|
/sysdeps/i386/ |
A D | string-inlines.c | 128 __old_strcmp_gg (const char *s1, const char *s2) in __old_strcmp_gg() argument 130 return strcmp (s1, s2); in __old_strcmp_gg() 135 __old_strncmp_g (const char *s1, const char *s2, size_t n) in __old_strncmp_g() argument 137 return strncmp (s1, s2, n); in __old_strncmp_g()
|
/sysdeps/mips/sys/ |
A D | regdef.h | 63 #define s2 $18 macro
|
/sysdeps/ia64/fpu/ |
A D | s_nearbyint.S | 189 fsetc.s2 0x7f, 0x40 196 fcvt.fx.s2 fXInt = fNormX // Convert to int in significand
|
A D | s_nearbyintf.S | 189 fsetc.s2 0x7f, 0x40 196 fcvt.fx.s2 fXInt = fNormX // Convert to int in significand
|
A D | s_nearbyintl.S | 189 fsetc.s2 0x7f, 0x40 196 fcvt.fx.s2 fXInt = fNormX // Convert to int in significand
|