/illumos-gate/usr/src/lib/libm/common/R/ |
H A D | __tanf.c | 49 /* P2 */ -7.11410648161473480044492134766187518835067749023e-0001, 63 #define P2 q[3] macro 92 w = ((P0 * x) * (P1 + z * (P2 + z)) * (P3 + z * (P4 + z)))
|
H A D | tanf.c | 60 #define P2 C[3] macro 99 return ((float)(((P0 * y) * (P1 + z * (P2 + z)) * 113 w = ((P0 * y) * (P1 + z * (P2 + z)) * (P3 + z * (P4 + z))) * 155 w = ((P0 * y) * (P1 + z * (P2 + z)) * (P3 + z * (P4 + z))) *
|
/illumos-gate/usr/src/lib/libm/common/C/ |
H A D | sin.c | 55 /* P2 = */ 8.333333332390951295683993455280336376663e-0003, 80 #define P2 sc[5] macro 113 w = (x * z) * ((P1 + z * P2) + (z * z) * (P3 + z * P4)); 139 w = PI_L + (z * x) * ((P1 + z * P2) + 160 w = (z * x) * ((P1 + z * P2) +
|
H A D | __sin.c | 57 /* P2 = */ 8.333333332390951295683993455280336376663e-0003, 80 #define P2 sc[5] macro 108 p = (x * z) * ((P1 + z * P2) + (z * z) * (P3 +
|
H A D | __sincos.c | 83 /* P2 = */ 8.333333332390951295683993455280336376663e-0003, 106 #define P2 sc[5] macro 139 p = (x * z) * ((P1 + z * P2) + (z * z) * (P3 +
|
H A D | cos.c | 55 /* P2 = */ 8.333333332390951295683993455280336376663e-0003, 86 #define P2 sc[5] macro 154 w = PIO2_L + (z * x) * ((P1 + z * P2) + 175 w = (z * x) * ((P1 + z * P2) + (z * z) 195 w = PI5O2_L + (z * x) * ((P1 + z * P2) +
|
H A D | __cos.c | 57 /* P2 = */ 8.333333332390951295683993455280336376663e-0003, 80 #define P2 sc[5] macro
|
H A D | sincos.c | 108 /* P2 = */ 8.333333332390951295683993455280336376663e-0003, 147 #define P2 sc[5] macro 177 #define PoL(x, z) ((x * z) * ((P1 + z * P2) + (z * z) * (P3 + z * P4)))
|
/illumos-gate/usr/src/lib/libm/common/complex/ |
H A D | k_cexp.c | 53 * R(z) ~ 2.0 + P1*z + P2*z**2 + P3*z**3 + P4*z**4 + P5*z**5 68 * R1(r) = r - (P1*r + P2*r + ... + P5*r ). 112 P2 = -2.77777777770155933842e-03, /* 0xBF66C16C, 0x16BEBD93 */ variable 166 c = x - t * (P1 + t * (P2 + t * (P3 + t * (P4 + t * P5))));
|
H A D | k_clog_r.c | 64 * 2s + P1*(2s)^3 + P2*(2s)^5 + P3*(2s)^7 83 P2 = .01249999999819227552330700574633767185896464873834375, variable 238 P = s2t + (w * s2) * ((P1 + w * P2) + (w * w) * P3);
|
H A D | k_clog_rl.c | 68 * 2s + P1*(2s)^3 + P2*(2s)^5 + P3*(2s)^7 + ... + P7*(2s)^15 89 P2 = .01249999999999999999999999999999679085402075766159375L, variable 398 P = s2t + (w * s2) * ((P1 + w * P2) + (w * w) * ((P3 + w * P4)
|
/illumos-gate/usr/src/lib/libsqlite/src/ |
H A D | vdbe.h | 97 void sqliteVdbeChangeP2(Vdbe*, int addr, int P2);
|
/illumos-gate/usr/src/lib/libm/common/Q/ |
H A D | expm1l.c | 46 * P = x - z*(P1+z*(P2+z*(P3+z*(P4+z*(P5+z*P6+z*P7))))), z = x*x; 51 * P2 = -2.77777777777777777777777759668391122822266551158e-0003 116 P2 = -2.77777777777777777777777759668391122822266551158e-0003L, variable 150 r = (x - t * (P1 + t * (P2 + t * (P3 + t * (P4 + t *
|
H A D | erfl.c | 72 * erf(x) = c + P2(s)/Q2(s) 73 * erfc(x) = (1-c) - P2(s)/Q2(s) 169 * Rational erf(x) = ((float)0.95478588343) + P2(x-1.5)/Q2(x-1.5) 173 static const long double P2[] = { /* 12 top coeffs */ variable 301 t = C2+__poly_libmq(s,12,P2)/(one+s*__poly_libmq(s,13,Q2)); 333 return t - __poly_libmq(s,12,P2)/(one+s*__poly_libmq(s,13,Q2));
|
/illumos-gate/usr/src/lib/libm/common/LD/ |
H A D | erfl.c | 71 * erf(x) = c + P2(s)/Q2(s) 72 * erfc(x) = (1-c) - P2(s)/Q2(s) 168 * Rational erf(x) = ((float)0.95478588343) + P2(x-1.5)/Q2(x-1.5) 172 static long double P2[] = { /* 12 top coeffs */ variable 300 t = C2+__poly_libmq(s,12,P2)/(one+s*__poly_libmq(s,13,Q2)); 333 return t - __poly_libmq(s,12,P2)/(one+s*__poly_libmq(s,13,Q2));
|
/illumos-gate/usr/src/uts/common/io/sfxge/common/ |
H A D | mcdi_mon.c | 73 STAT(P2, EXT_TEMP), /* 0x05 PHY1_TEMP */ 74 STAT(P2, EXT_COOLING), /* 0x06 PHY1_COOLING */ 117 STAT(P2, PHY_POWER_SWITCH_PORT1), /* 0x2f PHY_POWER_SWITCH_PORT1 */
|
/illumos-gate/usr/src/lib/libast/common/uwin/ |
H A D | gamma.c | 104 #define P2 5.53859446429917461063308081748e-03 macro 278 p = P0 + z*(P1 + z*(P2 + z*(P3 + z*P4)));
|
/illumos-gate/usr/src/common/crypto/aes/amd64/ |
H A D | aes_amd64.s | 708 mov %rsi, (%rsp) / output pointer (P2) 712 mov %rbp, 2*8(%rsp) / P2: output pointer in (rsp) 722 shl $4, %esi / P2: esi byte key length * 16 728 / P2: byte key length * 16 in esi 812 mov %rsi, (%rsp) / output pointer (P2) 816 mov %rbp, 2*8(%rsp) / P2: output pointer in (rsp) 826 shl $4, %esi / P2: esi byte key length * 16 832 / P2: byte key length * 16 in esi
|
/illumos-gate/usr/src/lib/libm/common/m9x/ |
H A D | tgammal.c | 75 static const long double P2[] = { variable 183 for (t4 = Q2[9], t3 = P2[9], i = 8; i >= 0; i--) { 185 t3 = t3 * y + P2[i];
|