Home
last modified time | relevance | path

Searched refs:S1 (Results 1 – 24 of 24) sorted by relevance

/glibc-2.36/sysdeps/ieee754/dbl-64/
Ds_erf.c266 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/
Daddmul_1.S25 #define S1 RES+4 macro
26 #define SIZE S1+4
48 movl S1(%esp), %s1_ptr
Dmul_1.S25 #define S1 RES+4 macro
26 #define SIZE S1+4
48 movl S1(%esp), %s1_ptr
Dsubmul_1.S25 #define S1 RES+4 macro
26 #define SIZE S1+4
51 movl S1(%esp), %s1_ptr
Dsub_n.S25 #define S1 RES+4 macro
26 #define S2 S1+4
39 movl S1(%esp),%esi
Dadd_n.S25 #define S1 RES+4 macro
26 #define S2 S1+4
39 movl S1(%esp),%esi
/glibc-2.36/sysdeps/i386/i586/
Dmul_1.S25 #define S1 RES+4 macro
26 #define SIZE S1+4
48 movl S1(%esp), %s1_ptr
Daddmul_1.S25 #define S1 RES+4 macro
26 #define SIZE S1+4
48 movl S1(%esp), %s1_ptr
Dsubmul_1.S25 #define S1 RES+4 macro
26 #define SIZE S1+4
48 movl S1(%esp), %s1_ptr
Dadd_n.S25 #define S1 RES+4 macro
26 #define S2 S1+4
43 movl S1(%esp),%esi
Dsub_n.S25 #define S1 RES+4 macro
26 #define S2 S1+4
43 movl S1(%esp),%esi
/glibc-2.36/sysdeps/i386/i686/
Dadd_n.S25 #define S1 RES+4 macro
26 #define S2 S1+4
43 movl S1(%esp),%esi
/glibc-2.36/libio/
Dtst-memstream1.c12 #define S(s) S1 (s)
13 #define S1(s) #s macro
Dtst-memstream.h67 #define S(s) S1 (s)
68 #define S1(s) #s macro
Dtst-memstream2.c12 #define S(s) S1 (s)
13 #define S1(s) #s macro
Dtst-memstream3.c37 #define S(s) S1 (s)
38 #define S1(s) #s macro
/glibc-2.36/sysdeps/ieee754/ldbl-128ibm/
Ds_log1pl.c111 S1 = -1.332535117259762928288745111081235577029E6L, variable
189 + S1) * z in __log1pl()
/glibc-2.36/crypt/
Dsha256-block.c42 #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()
Dsha512-block.c49 #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/
Ds_log1pl.c112 S1 = L(-1.332535117259762928288745111081235577029E6), variable
197 + S1) * z in __log1pl()
/glibc-2.36/sysdeps/alpha/
Dmul_1.S31 # 'fetch' for S1 and 'fetch_m' for RES. It's not obvious how to use
/glibc-2.36/sysdeps/hppa/hppa1.1/
Dmul_1.S35 ;! We could use fldds to read two limbs at a time from the S1 array, and that
/glibc-2.36/stdlib/
Dstrtod_l.c115 # 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/
DChangeLog.1870558 (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 …]