/illumos-gate/usr/src/lib/libm/common/R/ |
H A D | __sinf.c | 39 * S(x) = x(S0 + S1*z)(S2 + S3*z + z*z) 43 * S2 = 5.38400550766074785970952495168558701485841707252e+0002, 59 /* S2 = */ 5.38400550766074785970952495168558701485841707252e+0002, 65 #define S2 q[2] macro 81 ft = (float) ((x * (S0 + z * S1)) * (S2 + z * (S3 + z)));
|
H A D | __sincosf.c | 39 * S(x) = x(S0 + S1*z)(S2 + S3*z + z*z) 44 * S2 = 5.38400550766074785970952495168558701485841707252e+0002 66 /* S2 = */ 5.38400550766074785970952495168558701485841707252e+0002, 78 #define S2 q[2] macro 99 *s = (float) ((x * (S0 + z * S1)) * (S2 + z * (S3 + z)));
|
H A D | cosf.c | 61 #define S2 C[2] macro 102 (S2 + z * (S3 + z)))); 107 (S2 + z * (S3 + z)))); 144 f = (float)((y * (S0 + z * S1)) * (S2 + z * (S3 + z)));
|
H A D | sinf.c | 61 #define S2 C[2] macro 97 (S2 + z * (S3 + z)))); 147 f = (float)((y * (S0 + z * S1)) * (S2 + z * (S3 + z)));
|
H A D | sincosf.c | 35 * S(x) = x(S0 + S1*z)(S2 + S3*z + z*z) 39 * S2 = 5.38400550766074785970952495168558701485841707252e+0002, 83 #define S2 C[2] macro 121 (S2 + z * (S3 + z))); 130 (S2 + z * (S3 + z))); 137 (S2 + z * (S3 + z))); 173 f = (float)((y * (S0 + z * S1)) * (S2 + z * (S3 + z)));
|
/illumos-gate/usr/src/lib/libm/common/LD/ |
H A D | erfl.c | 82 * erfc(x) = exp(-x*x)*(1/x)*R2(1/x)/S2(1/x) 84 * precision: absolute error of R2/S2 is bounded by 2**-120.07 239 * erfc(x) = exp(-x*x)/x * R2(1/x)/S2(1/x) on [16/3, 107] 258 static long double S2[] = { /* 16 coefficients */ variable 338 t = y/__poly_libmq(x,16,S2);
|
/illumos-gate/usr/src/lib/libm/common/Q/ |
H A D | erfl.c | 83 * erfc(x) = exp(-x*x)*(1/x)*R2(1/x)/S2(1/x) 85 * precision: absolute error of R2/S2 is bounded by 2**-120.07 240 * erfc(x) = exp(-x*x)/x * R2(1/x)/S2(1/x) on [16/3, 107] 259 static const long double S2[] = { /* 16 coefficients */ variable 338 t = y/__poly_libmq(x,16,S2);
|
/illumos-gate/usr/src/cmd/tbl/ |
H A D | t..c | 81 # define S2 32 macro
|
/illumos-gate/usr/src/lib/libmvec/common/vis/ |
H A D | __vcosf.S | 55 #define S2 0x10 define 138 ! f44 S2 168 ldd [%g1+S2],%f44
|
H A D | __vsincosf.S | 55 #define S2 0x10 define 139 ! f44 S2 174 ldd [%g1+S2],%f44
|
H A D | __vsinf.S | 55 #define S2 0x10 define 138 ! f44 S2 168 ldd [%g1+S2],%f44
|
/illumos-gate/usr/src/lib/libmvec/common/ |
H A D | __vcosf.c | 35 * z*(S1+z*S2)) and cos(x) by a polynomial 1+z*(-1/2+z*(C0+z*(C1+ 78 #define S2 C[2] macro 120 z##N * (S1 + z##N * S2))); \ 139 z##N * S2))); \ 211 f0 = (float)(y0 + y0 * z0 * (S0 + z0 * (S1 + z0 * S2))); 212 f1 = (float)(y1 + y1 * z1 * (S0 + z1 * (S1 + z1 * S2))); 213 f2 = (float)(y2 + y2 * z2 * (S0 + z2 * (S1 + z2 * S2))); 214 f3 = (float)(y3 + y3 * z3 * (S0 + z3 * (S1 + z3 * S2))); 220 f1 = (float)(y1 + y1 * z1 * (S0 + z1 * (S1 + z1 * S2))); 221 f2 = (float)(y2 + y2 * z2 * (S0 + z2 * (S1 + z2 * S2))); [all...] |
H A D | __vsincosf.c | 35 * z*(S1+z*S2)) and cos(x) by a polynomial 1+z*(-1/2+z*(C0+z*(C1+ 78 #define S2 C[2] macro 121 (S1 + z##N * S2))); \ 146 f##N = (float)(y##N + y##N * z##N * (S0 + z##N * (S1 + z##N * S2)));\ 230 f0 = (float)(y0 + y0 * z0 * (S0 + z0 * (S1 + z0 * S2))); 231 f1 = (float)(y1 + y1 * z1 * (S0 + z1 * (S1 + z1 * S2))); 232 f2 = (float)(y2 + y2 * z2 * (S0 + z2 * (S1 + z2 * S2))); 233 f3 = (float)(y3 + y3 * z3 * (S0 + z3 * (S1 + z3 * S2)));
|
H A D | __vsinf.c | 35 * z*(S1+z*S2)) and cos(x) by a polynomial 1+z*(-1/2+z*(C0+z*(C1+ 78 #define S2 C[2] macro 124 z##N * (S1 + z##N * S2))); \ 143 z##N * S2))); \ 215 f0 = (float)(y0 + y0 * z0 * (S0 + z0 * (S1 + z0 * S2))); 216 f1 = (float)(y1 + y1 * z1 * (S0 + z1 * (S1 + z1 * S2))); 217 f2 = (float)(y2 + y2 * z2 * (S0 + z2 * (S1 + z2 * S2))); 218 f3 = (float)(y3 + y3 * z3 * (S0 + z3 * (S1 + z3 * S2))); 224 f1 = (float)(y1 + y1 * z1 * (S0 + z1 * (S1 + z1 * S2))); 225 f2 = (float)(y2 + y2 * z2 * (S0 + z2 * (S1 + z2 * S2))); [all...] |
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softSSL.c | 145 uchar_t *S1, *S2; local 155 S2 = NULL; 163 S2 = secret + (secretlen / 2); /* Possible overlap of S1 and S2. */ 177 SHA1Update(&sha1_ctx, S2, L_S); 179 S2 = sha1_digested_key; 185 * P_SHA-1(S2, label + seed); 194 P_SHA1(S2, L_S2, label, labellen, rand1, rand1len, rand2, rand2len,
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ |
H A D | finger.c | 924 * S2 not in a word 959 * | | | | S2 | isspace OR '.' '-' '_' | | 1005 * S0 | S0 | S4 | S3 | S1 | S1 | S0 | S1 | S2 | S4 | S0 | 1006 * S1 | S2 | S4 | S3 | S1 | S1 | S2 | S1 | S2 | S4 | S2 | 1007 * S2 | S2 | S4 | S3 | S1 | S1 | S2 | S 1019 S2, /* not in a word */ enumerator in enum:gecos_state [all...] |
/illumos-gate/usr/src/uts/common/inet/kssl/ |
H A D | ksslrec.c | 1149 * P_SHA1(S2, label + seed); 1157 crypto_key_t S1, S2; local 1176 S2.ck_data = secret + slen; 1177 S2.ck_length = slen * 8; /* bits */ 1178 S2.ck_format = CRYPTO_KEY_RAW; 1187 rv = kssl_tls_P_hash(&hmac_sha1_mech, &S2, SHA1_HASH_LEN,
|