/illumos-gate/usr/src/lib/libm/common/R/ |
H A D | tanf.c | 60 #define P2 C[3] macro 99 return ((float)(((P0 * y) * (P1 + z * (P2 + z)) * in tanf() 113 w = ((P0 * y) * (P1 + z * (P2 + z)) * (P3 + z * (P4 + z))) * in tanf() 155 w = ((P0 * y) * (P1 + z * (P2 + z)) * (P3 + z * (P4 + z))) * in tanf()
|
H A D | __tanf.c | 63 #define P2 q[3] macro 92 w = ((P0 * x) * (P1 + z * (P2 + z)) * (P3 + z * (P4 + z))) in __k_tanf()
|
/illumos-gate/usr/src/lib/libm/common/C/ |
H A D | sin.c | 80 #define P2 sc[5] macro 113 w = (x * z) * ((P1 + z * P2) + (z * z) * (P3 + z * P4)); in sin() 139 w = PI_L + (z * x) * ((P1 + z * P2) + in sin() 160 w = (z * x) * ((P1 + z * P2) + in sin()
|
H A D | cos.c | 86 #define P2 sc[5] macro 154 w = PIO2_L + (z * x) * ((P1 + z * P2) + in cos() 175 w = (z * x) * ((P1 + z * P2) + (z * z) in cos() 195 w = PI5O2_L + (z * x) * ((P1 + z * P2) + in cos()
|
H A D | __sin.c | 80 #define P2 sc[5] macro 108 p = (x * z) * ((P1 + z * P2) + (z * z) * (P3 + in __k_sin()
|
H A D | __sincos.c | 106 #define P2 sc[5] macro 139 p = (x * z) * ((P1 + z * P2) + (z * z) * (P3 + in __k_sincos()
|
H A D | sincos.c | 147 #define P2 sc[5] macro 177 #define PoL(x, z) ((x * z) * ((P1 + z * P2) + (z * z) * (P3 + z * P4)))
|
H A D | __cos.c | 80 #define P2 sc[5] macro
|
/illumos-gate/usr/src/lib/libm/common/Q/ |
H A D | erfl.c | 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));
|
H A D | expm1l.c | 116 P2 = -2.77777777777777777777777759668391122822266551158e-0003L, variable 150 r = (x - t * (P1 + t * (P2 + t * (P3 + t * (P4 + t * in expm1l()
|
/illumos-gate/usr/src/lib/libm/common/LD/ |
H A D | erfl.c | 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/lib/libm/common/complex/ |
H A D | k_cexp.c | 112 P2 = -2.77777777770155933842e-03, /* 0xBF66C16C, 0x16BEBD93 */ variable 166 c = x - t * (P1 + t * (P2 + t * (P3 + t * (P4 + t * P5)))); in __k_cexp()
|
H A D | k_clog_r.c | 83 P2 = .01249999999819227552330700574633767185896464873834375, variable 238 P = s2t + (w * s2) * ((P1 + w * P2) + (w * w) * P3); in k_log_NKz()
|
H A D | k_clog_rl.c | 89 P2 = .01249999999999999999999999999999679085402075766159375L, variable 398 P = s2t + (w * s2) * ((P1 + w * P2) + (w * w) * ((P3 + w * P4) in k_log_NKzl()
|
/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/libsqlite/src/ |
H A D | vdbe.h | 94 void sqliteVdbeChangeP2(Vdbe*, int addr, int P2);
|
/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/contrib/ast/src/lib/libast/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/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--) { in GT2() 185 t3 = t3 * y + P2[i]; in GT2()
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/hsi/mcp/ |
H A D | nvm_meta.txt | 192 103,name "LED port swap (P3:P2:P1:P0)" 103,group_name "board" 103,entity_name "glob" 103,struct_nam… 291 205,name "Runtime Port Swap Map (P3:P2:P1:P0)" 205,group_name "board io" 205,entity_name "glob" 205…
|
/illumos-gate/usr/src/cmd/file/ |
H A D | magic | 452 0 string P2 PGM ascii file
|
/illumos-gate/usr/src/data/hwdata/ |
H A D | usb.ids | 4585 0141 Coolpix P2 (storage) 4586 0142 Coolpix P2 (ptp) 5625 5082 YP-P2 (msc) 5626 5083 YP-P2 (mtp) 21969 2349 P2 Engineering Group, LLC
|
H A D | pci.ids | 22606 0012 XP100 DSP Accelerator [XP100-P2] 30801 1460 82870P2 P64H2 Hub PCI Bridge 30802 1461 82870P2 P64H2 I/OxAPIC 30805 1462 82870P2 P64H2 Hot Plug Controller 30817 1507 Ethernet Express Module X520-P2 38879 540a P2 [Nick P2] / P3 / P3 Plus NVMe PCIe SSD (DRAM-less)
|
/illumos-gate/usr/src/data/terminfo/ |
H A D | termcap.src | 13308 # Basic family definition for most Prisms (except P2 and P9 ANSI). 14070 # ((((('@' + P5) | (P4 << 1)) | (P3 << 3)) | (P2 << 4)) | (p1 * 17)) => 14071 # ((((('@' + P5) + (P4 << 1)) + (P3 << 3)) + (P2 << 4)) + (p1 * 17)) 14074 # P2 <==> Underline attribute parameter
|
H A D | terminfo.src | 14984 # Basic family definition for most Prisms (except P2 and P9 ANSI). 15894 # ((((('@' + P5) | (P4 << 1)) | (P3 << 3)) | (P2 << 4)) | (p1 * 17)) => 15895 # ((((('@' + P5) + (P4 << 1)) + (P3 << 3)) + (P2 << 4)) + (p1 * 17)) 15898 # P2 <==> Underline attribute parameter
|