/titanic_44/usr/src/cmd/picl/plugins/sun4u/mpxu/frutree/ |
H A D | system-board.info | 75 NODE P1 location 77 PROP Label string r 0 "P1" 117 name:/frutree/chassis/MB/system-board/P1 119 name:/frutree/chassis/MB/system-board/P1/cpu 120 REFNODE F0 location WITH name:/frutree/chassis/MB/system-board/P1/cpu 121 name:/frutree/chassis/MB/system-board/P1/cpu/F0 125 name:/frutree/chassis/MB/system-board/P1/cpu 126 REFNODE F1 location WITH name:/frutree/chassis/MB/system-board/P1/cpu 127 name:/frutree/chassis/MB/system-board/P1/cpu/F1 131 name:/frutree/chassis/MB/system-board/P1/cpu [all …]
|
/titanic_44/usr/src/lib/libm/common/R/ |
H A D | tanf.c | 59 #define P1 C[2] 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 | 62 #define P1 q[2] macro 92 w = ((P0 * x) * (P1 + z * (P2 + z)) * (P3 + z * (P4 + z))) in __k_tanf()
|
/titanic_44/usr/src/lib/libm/common/C/ |
H A D | sin.c | 79 #define P1 sc[4] 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 | 85 #define P1 sc[4] 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 | 79 #define P1 sc[4] macro 108 p = (x * z) * ((P1 + z * P2) + (z * z) * (P3 + in __k_sin()
|
H A D | __sincos.c | 105 #define P1 sc[4] macro 139 p = (x * z) * ((P1 + z * P2) + (z * z) * (P3 + in __k_sincos()
|
H A D | __cos.c | 79 #define P1 sc[4] macro
|
H A D | sincos.c | 146 #define P1 sc[4] macro 177 #define PoL(x, z) ((x * z) * ((P1 + z * P2) + (z * z) * (P3 + z * P4)))
|
/titanic_44/usr/src/lib/libm/common/LD/ |
H A D | erfl.c | 139 static long double P1[] = { /* 12 top coeffs */ variable 296 t = C1+__poly_libmq(s,12,P1)/(one+s*__poly_libmq(s,12,Q1)); 329 return t - __poly_libmq(s,12,P1)/(one+s*__poly_libmq(s,12,Q1));
|
/titanic_44/usr/src/lib/libm/common/Q/ |
H A D | erfl.c | 140 static const long double P1[] = { /* 12 top coeffs */ variable 297 t = C1+__poly_libmq(s,12,P1)/(one+s*__poly_libmq(s,12,Q1)); 329 return t - __poly_libmq(s,12,P1)/(one+s*__poly_libmq(s,12,Q1));
|
H A D | expm1l.c | 115 P1 = +1.66666666666666666666666666666638500528074603030e-0001L, variable 150 r = (x - t * (P1 + t * (P2 + t * (P3 + t * (P4 + t * in expm1l()
|
/titanic_44/usr/src/cmd/picl/plugins/sun4u/mpxu/frudr/ |
H A D | SB-tables.info | 262 name:/frutree/chassis/MB/system-board/P1/cpu 279 REFPROP _fru_parent name:/frutree/chassis/MB/system-board/P1/cpu 281 REFPROP _fru_parent name:/frutree/chassis/MB/system-board/P1/cpu 311 name:/frutree/chassis/MB/system-board/P1/cpu/B0/bank/D0/mem-module 318 name:/frutree/chassis/MB/system-board/P1/cpu/B0/bank/D1/mem-module 325 name:/frutree/chassis/MB/system-board/P1/cpu/B1/bank/D0/mem-module 332 name:/frutree/chassis/MB/system-board/P1/cpu/B1/bank/D1/mem-module 357 name:/frutree/chassis/MB/system-board/P1/cpu/F0/fan-unit 364 name:/frutree/chassis/MB/system-board/P1/cpu/F1/fan-unit 377 REFPROP _fru_parent name:/frutree/chassis/MB/system-board/P1/cpu/F0/fan-unit [all …]
|
/titanic_44/usr/src/lib/libm/common/complex/ |
H A D | k_cexp.c | 111 P1 = 1.66666666666666019037e-01, /* 0x3FC55555, 0x5555553E */ variable 166 c = x - t * (P1 + t * (P2 + t * (P3 + t * (P4 + t * P5)))); in __k_cexp()
|
H A D | k_clog_r.c | 82 P1 = .083333333333333351554108717377986202224765262191125, variable 238 P = s2t + (w * s2) * ((P1 + w * P2) + (w * w) * P3); in k_log_NKz()
|
H A D | k_clog_rl.c | 88 P1 = .083333333333333333333333333333333333341023785768375L, variable 398 P = s2t + (w * s2) * ((P1 + w * P2) + (w * w) * ((P3 + w * P4) in k_log_NKzl()
|
H A D | k_atan2.c | 238 #define P1 p[2] macro
|
/titanic_44/usr/src/cmd/picl/plugins/sun4u/seattle/frutree/ |
H A D | system-board.info | 54 NODE P1 location 56 PROP Label string r 0 "P1" 135 name:/frutree/chassis/MB/system-board/P1 138 name:/frutree/chassis/MB/system-board/P1/cpu 176 name:/frutree/chassis/MB/system-board/P1/cpu/B0/bank/D0 179 name:/frutree/chassis/MB/system-board/P1/cpu/B0/bank/D1 182 name:/frutree/chassis/MB/system-board/P1/cpu/B1/bank/D0 185 name:/frutree/chassis/MB/system-board/P1/cpu/B1/bank/D1 200 name:/frutree/chassis/MB/system-board/P1/cpu/B0/bank/D0 202 name:/frutree/chassis/MB/system-board/P1/cpu/B0/bank/D1 [all …]
|
/titanic_44/usr/src/cmd/picl/plugins/sun4u/seattle/frudr/ |
H A D | SB-tables.info | 313 name:/frutree/chassis/MB/system-board/P1/cpu 330 REFPROP _fru_parent name:/frutree/chassis/MB/system-board/P1/cpu 332 REFPROP _fru_parent name:/frutree/chassis/MB/system-board/P1/cpu 362 name:/frutree/chassis/MB/system-board/P1/cpu/B0/bank/D0/mem-module 369 name:/frutree/chassis/MB/system-board/P1/cpu/B0/bank/D1/mem-module 376 name:/frutree/chassis/MB/system-board/P1/cpu/B1/bank/D0/mem-module 383 name:/frutree/chassis/MB/system-board/P1/cpu/B1/bank/D1/mem-module
|
/titanic_44/usr/src/lib/libsqlite/src/ |
H A D | vdbe.h | 96 void sqliteVdbeChangeP1(Vdbe*, int addr, int P1);
|
/titanic_44/usr/src/lib/libm/common/m9x/ |
H A D | tgammal.c | 52 static const long double P1[] = { variable 157 for (t4 = Q1[8], t3 = P1[8] + y * P1[9], i = 7; i >= 0; i--) { in GT1() 159 t3 = t3 * y + P1[i]; in GT1()
|
/titanic_44/usr/src/lib/libast/common/uwin/ |
H A D | gamma.c | 103 #define P1 2.65757198651533466104979197553e-01 macro 278 p = P0 + z*(P1 + z*(P2 + z*(P3 + z*P4)));
|
/titanic_44/usr/src/common/crypto/aes/amd64/ |
H A D | aes_amd64.s | 711 mov %rbx, 1*8(%rsp) / P1: input pointer in rdi 720 mov %rdi, %r8 / context (P1) 727 / P1: context in r8 815 mov %rbx, 1*8(%rsp) / P1: input pointer in rdi 824 mov %rdi, %r8 / context (P1) 831 / P1: context in r8
|
/titanic_44/usr/src/cmd/file/ |
H A D | magic | 450 0 string P1 PBM ascii file
|
/titanic_44/usr/src/uts/common/io/usb/ |
H A D | usbdevs | 2293 product SUNTAC PS64P1 0x0005 SUNTAC U-Cable type P1
|