/glibc-2.36/sysdeps/ieee754/dbl-64/ |
D | s_erf.c | 266 double R1, R2, R3, R4, S1, S2, S3, S4, s2, s4, s6, s8; in __erf() local 268 S1 = one + s * sa[1]; s4 = s2 * s2; in __erf() 276 S = S1 + s2 * S2 + s4 * S3 + s6 * S4 + s8 * sa[8]; in __erf() 280 double R1, R2, R3, S1, S2, S3, S4, s2, s4, s6; in __erf() local 282 S1 = one + s * sb[1]; s4 = s2 * s2; in __erf() 289 S = S1 + s2 * S2 + s4 * S3 + s6 * S4; in __erf() 371 double R1, R2, R3, R4, S1, S2, S3, S4, s2, s4, s6, s8; in libm_alias_double() local 373 S1 = one + s * sa[1]; s4 = s2 * s2; in libm_alias_double() 381 S = S1 + s2 * S2 + s4 * S3 + s6 * S4 + s8 * sa[8]; in libm_alias_double() 385 double R1, R2, R3, S1, S2, S3, S4, s2, s4, s6; in libm_alias_double() local [all …]
|
/glibc-2.36/sysdeps/i386/ |
D | addmul_1.S | 25 #define S1 RES+4 macro 26 #define SIZE S1+4 48 movl S1(%esp), %s1_ptr
|
D | mul_1.S | 25 #define S1 RES+4 macro 26 #define SIZE S1+4 48 movl S1(%esp), %s1_ptr
|
D | submul_1.S | 25 #define S1 RES+4 macro 26 #define SIZE S1+4 51 movl S1(%esp), %s1_ptr
|
D | sub_n.S | 25 #define S1 RES+4 macro 26 #define S2 S1+4 39 movl S1(%esp),%esi
|
D | add_n.S | 25 #define S1 RES+4 macro 26 #define S2 S1+4 39 movl S1(%esp),%esi
|
/glibc-2.36/sysdeps/i386/i586/ |
D | mul_1.S | 25 #define S1 RES+4 macro 26 #define SIZE S1+4 48 movl S1(%esp), %s1_ptr
|
D | addmul_1.S | 25 #define S1 RES+4 macro 26 #define SIZE S1+4 48 movl S1(%esp), %s1_ptr
|
D | submul_1.S | 25 #define S1 RES+4 macro 26 #define SIZE S1+4 48 movl S1(%esp), %s1_ptr
|
D | add_n.S | 25 #define S1 RES+4 macro 26 #define S2 S1+4 43 movl S1(%esp),%esi
|
D | sub_n.S | 25 #define S1 RES+4 macro 26 #define S2 S1+4 43 movl S1(%esp),%esi
|
/glibc-2.36/sysdeps/i386/i686/ |
D | add_n.S | 25 #define S1 RES+4 macro 26 #define S2 S1+4 43 movl S1(%esp),%esi
|
/glibc-2.36/libio/ |
D | tst-memstream1.c | 12 #define S(s) S1 (s) 13 #define S1(s) #s macro
|
D | tst-memstream.h | 67 #define S(s) S1 (s) 68 #define S1(s) #s macro
|
D | tst-memstream2.c | 12 #define S(s) S1 (s) 13 #define S1(s) #s macro
|
D | tst-memstream3.c | 37 #define S(s) S1 (s) 38 #define S1(s) #s macro
|
/glibc-2.36/sysdeps/ieee754/ldbl-128ibm/ |
D | s_log1pl.c | 111 S1 = -1.332535117259762928288745111081235577029E6L, variable 189 + S1) * z in __log1pl()
|
/glibc-2.36/crypt/ |
D | sha256-block.c | 42 #define S1(x) (CYCLIC (x, 6) ^ CYCLIC (x, 11) ^ CYCLIC (x, 25)) in __sha256_process_block() macro 62 uint32_t T1 = h + S1 (e) + Ch (e, f, g) + K[t] + W[t]; in __sha256_process_block()
|
D | sha512-block.c | 49 #define S1(x) (CYCLIC (x, 14) ^ CYCLIC (x, 18) ^ CYCLIC (x, 41)) in __sha512_process_block() macro 69 uint64_t T1 = h + S1 (e) + Ch (e, f, g) + K[t] + W[t]; in __sha512_process_block()
|
/glibc-2.36/sysdeps/ieee754/ldbl-128/ |
D | s_log1pl.c | 112 S1 = L(-1.332535117259762928288745111081235577029E6), variable 197 + S1) * z in __log1pl()
|
/glibc-2.36/sysdeps/alpha/ |
D | mul_1.S | 31 # 'fetch' for S1 and 'fetch_m' for RES. It's not obvious how to use
|
/glibc-2.36/sysdeps/hppa/hppa1.1/ |
D | mul_1.S | 35 ;! We could use fldds to read two limbs at a time from the S1 array, and that
|
/glibc-2.36/stdlib/ |
D | strtod_l.c | 115 # define STRNCASECMP(S1, S2, N) \ argument 116 __wcsncasecmp_l ((S1), (S2), (N), _nl_C_locobj_ptr) 126 # define STRNCASECMP(S1, S2, N) \ argument 127 __strncasecmp_l ((S1), (S2), (N), _nl_C_locobj_ptr)
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.18 | 70558 (S1): Likewise. 70565 (S1): Likewise. 70621 (S1): Likewise. 70628 (S1): Likewise. 70660 (S1): Likewise. 70689 (S1): Likewise. 70696 (S1): Likewise. 70702 (S1): Likewise. 70780 (S1): Likewise. 70860 (S1): Likewise. [all …]
|