/titanic_41/usr/src/lib/libm/common/Q/ |
H A D | fmodl.c | 60 int x0, y0, z0, carry; in fmodl() local 73 x0 = hx ^ sx; in fmodl() 77 if (x0 >= 0x7fff0000 || /* !finitel(x) */ in fmodl() 90 if (x0 < iu) { /* subnormal x */ in fmodl() 92 while (x0 == 0) { in fmodl() 94 x0 = x1 >> 16; in fmodl() 99 while (x0 < iu) { in fmodl() 101 x0 = (x0 << 1) | (x1 >> 31); in fmodl() 107 ix = (x0 >> 16) - 16383; in fmodl() 108 x0 = iu | (x0 & im); in fmodl() [all …]
|
/titanic_41/usr/src/lib/libm/common/m9x/ |
H A D | remquol.c | 62 int x0, y0, z0, carry; in fmodquol() local 76 x0 = hx ^ sx; in fmodquol() 90 if (x0 < iu) { /* subnormal x */ in fmodquol() 93 while (x0 == 0) { in fmodquol() 95 x0 = x1 >> 16; in fmodquol() 100 while (x0 < iu) { in fmodquol() 102 x0 = (x0 << 1) | (x1 >> 31); in fmodquol() 108 ix = (x0 >> 16) - 16383; in fmodquol() 109 x0 = iu | (x0 & im); in fmodquol() 139 while (x0 == 0 && n >= 16) { in fmodquol() [all …]
|
/titanic_41/usr/src/lib/libmvec/common/ |
H A D | __vsin.c | 82 double x0, x1, x2, *py0 = 0, *py1 = 0, *py2, *xsave, *ysave; in __vsin() local 114 x0 = *x; in __vsin() 190 x0 -= t0; in __vsin() 193 z0 = x0 * x0; in __vsin() 199 w0 = x0 * (one + z0 * (pp1 + z0 * pp2)); in __vsin() 228 z0 = x0 * x0; in __vsin() 243 t0 = x0 + x0 * t0; in __vsin() 258 x0 -= t0; in __vsin() 260 z0 = x0 * x0; in __vsin() 266 w0 = x0 * (one + z0 * (pp1 + z0 * pp2)); in __vsin() [all …]
|
H A D | __vcos.c | 102 double x0, x1, x2, *py0 = 0, *py1 = 0, *py2, *xsave, *ysave; in __vcos() local 135 x0 = *x; in __vcos() 216 x0 -= t0; in __vcos() 219 z0 = x0 * x0; in __vcos() 225 w0 = x0 * (one + z0 * (pp1 + z0 * pp2)); in __vcos() 256 z0 = x0 * x0; in __vcos() 285 x0 -= t0; in __vcos() 287 z0 = x0 * x0; in __vcos() 293 w0 = x0 * (one + z0 * (pp1 + z0 * pp2)); in __vcos() 314 z0 = x0 * x0; in __vcos() [all …]
|
H A D | __vsinbig_ultra3.c | 79 double x0, x1, x2, *py0, *py1, *py2, *xsave, *ysave; in __vlibm_vsin_big_ultra3() local 124 x0 = *x; in __vlibm_vsin_big_ultra3() 173 n0 = (int) (x0 * invpio2 + half[xsb0]); in __vlibm_vsin_big_ultra3() 182 a0 = x0 - fn0 * pio2_1; in __vlibm_vsin_big_ultra3() 188 x0 = a0 - w0; in __vlibm_vsin_big_ultra3() 191 y0 = (a0 - x0) - w0; in __vlibm_vsin_big_ultra3() 194 a0 = x0; in __vlibm_vsin_big_ultra3() 200 x0 = a0 - w0; in __vlibm_vsin_big_ultra3() 203 y0 = (a0 - x0) - w0; in __vlibm_vsin_big_ultra3() 206 a0 = x0; in __vlibm_vsin_big_ultra3() [all …]
|
H A D | __vcosbig_ultra3.c | 79 double x0, x1, x2, *py0, *py1, *py2, *xsave, *ysave; in __vlibm_vcos_big_ultra3() local 124 x0 = *x; in __vlibm_vcos_big_ultra3() 173 n0 = (int) (x0 * invpio2 + half[xsb0]); in __vlibm_vcos_big_ultra3() 182 a0 = x0 - fn0 * pio2_1; in __vlibm_vcos_big_ultra3() 188 x0 = a0 - w0; in __vlibm_vcos_big_ultra3() 191 y0 = (a0 - x0) - w0; in __vlibm_vcos_big_ultra3() 194 a0 = x0; in __vlibm_vcos_big_ultra3() 200 x0 = a0 - w0; in __vlibm_vcos_big_ultra3() 203 y0 = (a0 - x0) - w0; in __vlibm_vcos_big_ultra3() 206 a0 = x0; in __vlibm_vcos_big_ultra3() [all …]
|
H A D | __vsincos.c | 96 double x0, x1, x2, in __vsincos() local 143 x0 = *x; in __vsincos() 249 x0 -= t0; in __vsincos() 253 z0 = x0 * x0; in __vsincos() 261 w0 = x0 * (one + z0 * (pp1 + z0 * pp2)); in __vsincos() 310 x0 -= t0; in __vsincos() 312 z0 = x0 * x0; in __vsincos() 318 w0 = x0 * (one + z0 * (pp1 + z0 * pp2)); in __vsincos() 361 x0 -= t0; in __vsincos() 363 z0 = x0 * x0; in __vsincos() [all …]
|
H A D | __vatan2.c | 71 double x0, x1, x2, y0, y1, y2, *pz0, *pz1, *pz2; in __vatan2() local 93 x0 = fabs(*y); in __vatan2() 109 x0 = fabs(*x); in __vatan2() 125 if ((hx ^ 0x7ff00000) | LO(&x0)) /* nan */ in __vatan2() 126 ah0 = x0 + y0; in __vatan2() 141 ah0 = y0 / x0; in __vatan2() 152 x0 *= twom3; in __vatan2() 170 x0 *= two110; in __vatan2() 172 hx = HI(&x0); in __vatan2() 182 xh = x0; in __vatan2() [all …]
|
H A D | __vrhypotf.c | 256 float res, x0, y0; in __vrhypotf() local 275 x0 = *(px - stridex); in __vrhypotf() 277 res = fabsf(x0) + fabsf(y0); in __vrhypotf() 305 x0 = *px; in __vrhypotf() 313 res = fabsf(x0) + fabsf(y0); in __vrhypotf() 327 hyp0 = x0 * (double)x0 + y0 * (double)y0; in __vrhypotf() 357 float x0, y0; in __vrhypotf_n() local 366 x0 = *px; in __vrhypotf_n() 380 hyp0 = x0 * (double)x0 + y0 * (double)y0; in __vrhypotf_n() 434 x0 = *px; in __vrhypotf_n() [all …]
|
H A D | __vatan2f.c | 54 float x0, x1, x2, y0, y1, y2, *pz0 = 0, *pz1, *pz2; in __vatan2f() local 82 x0 = *y; in __vatan2f() 89 x0 = -x0; in __vatan2f() 106 x0 = *x; in __vatan2f() 114 x0 = -x0; in __vatan2f() 127 ah0 = x0 + y0; in __vatan2f() 132 ah0 = y0 / x0; in __vatan2f() 156 x0 *= twop24; /* scale possibly subnormal x */ in __vatan2f() 158 hx = *(int*)&x0; in __vatan2f() 418 dx0 = x0; in __vatan2f() [all …]
|
H A D | __vhypotf.c | 44 float x0, x1, x2, y0, y1, y2, z0, z1, z2, *pz0, *pz1, *pz2; in __vhypotf() local 53 *(unsigned*)&x0 = hx0; in __vhypotf() 73 z0 = x0 + y0; in __vhypotf() 75 z0 = x0; in __vhypotf() 185 z0 = sqrt(x0 * (double)x0 + y0 * (double)y0); in __vhypotf() 205 z0 = sqrt(x0 * (double)x0 + y0 * (double)y0); in __vhypotf()
|
H A D | __vexpf.c | 240 double x0, x1, x2, x3, x4; in __vexpf() local 278 x0 *= K256ONLN2; in __vexpf() 284 k0 = (int)x0; in __vexpf() 290 x0 -= (double)k0; in __vexpf() 296 x0 = (KA2 * x0 + KA1) * x0 + KA0; in __vexpf() 319 *y = (float)(res0 * x0); in __vexpf()
|
H A D | __vexp.c | 410 double x0, x1, x2, x3, x4, x5; in __vexp() local 452 y0 = (x0 * invln2_256) + round; in __vexp() 487 x0 = (x0 - y0 * ln2_256h) - y0 * ln2_256l; in __vexp() 494 y0 = x0 * (one + x0 * (B1 + x0 * (B2 + x0 * B3))); in __vexp()
|
H A D | __vrhypot.c | 213 double x0, y0, res0, dd0; in __vrhypot() local 262 x0 *= scl0; in __vrhypot() 269 x_hi0 = (x0 + D2ON36) - D2ON36; in __vrhypot() 275 x_lo0 = x0 - x_hi0; in __vrhypot() 284 res0_lo = ((x0 + x_hi0) * x_lo0 + (y0 + y_hi0) * y_lo0); in __vrhypot() 355 x0 *= scl0; in __vrhypot() 358 x_hi0 = (x0 + D2ON36) - D2ON36; in __vrhypot() 360 x_lo0 = x0 - x_hi0; in __vrhypot() 363 res0_lo = ((x0 + x_hi0) * x_lo0 + (y0 + y_hi0) * y_lo0); in __vrhypot()
|
/titanic_41/usr/src/uts/intel/nsmb/ |
H A D | ioc_check.ref | 1 #define ID_SRVADDR 0x0 6 #define SSN_VOPT 0x0 11 #define SH_USE 0x0 17 #define TC_FLAGS 0x0 20 #define SV_PROTO 0x0 30 #define IS_TRAN_FD 0x0 45 #define WK_IODS 0x0 49 #define IOC_CMD 0x0 58 #define IOC_SETUP 0x0 76 #define IOC_LEVEL 0x0 [all …]
|
/titanic_41/usr/src/uts/sparc/nsmb/ |
H A D | ioc_check.ref | 1 #define ID_SRVADDR 0x0 6 #define SSN_VOPT 0x0 11 #define SH_USE 0x0 17 #define TC_FLAGS 0x0 20 #define SV_PROTO 0x0 30 #define IS_TRAN_FD 0x0 45 #define WK_IODS 0x0 49 #define IOC_CMD 0x0 58 #define IOC_SETUP 0x0 76 #define IOC_LEVEL 0x0 [all …]
|
/titanic_41/usr/src/lib/libast/common/uwin/ |
H A D | gamma.c | 98 #define x0 .461632144968362356785 /* xmin - 1 */ macro 157 } else if (x >= 1.0 + LEFT + x0) 215 if (y <= 1.0 + (LEFT + x0)) { 216 yy = ratfun_gam(y - x0, 0); 225 for (ym1 = y-one; ym1 > LEFT + x0; y = ym1--, yy.a--) { 233 yy = ratfun_gam(y - x0, 0); 247 if (x < x0 + LEFT) { 253 t = (one-x0); t += x; 254 d = (one-x0); d -= t; d += x; 259 t = x - x0; [all …]
|
/titanic_41/usr/src/lib/libmvec/common/vis/ |
H A D | __vrhypot.S | 129 ! ((float*)&x0)[0] = ((float*)px)[0]; 130 ! ((float*)&x0)[1] = ((float*)px)[1]; 154 ! else res0 = fabs(x0) * fabs(y0); 182 ! x0 = fabs(x0); 186 ! x0 = *(long long*)&x0; 191 ! x0 = vis_fand(x0, dtmp0); 192 ! x0 = *(long long*)&x0; 193 ! x0 += D2ON51; 195 ! x0 *= D2ONM52; 212 ! x0 *= scl0; [all …]
|
H A D | __vatan2f.S | 164 ! x0 = dtmp0; 167 ! x0 = (double)fx0; 170 ! x0 = y0 / x0; 171 ! x20 = x0 * x0; 190 ! x0 = dtmp0 * x0; 201 ! dtmp0 = cmul0 * x0; 306 fstod %f2,%f2 ! (0_0) x0 = (double)fx0; 314 fdivd %f40,%f2,%f12 ! (0_0) x0 = y0 / x0; 360 fstod %f2,%f2 ! (1_0) x0 = (double)fx0; 368 fdivd %f40,%f2,%f10 ! (1_0) x0 = y0 / x0; [all …]
|
H A D | __vlogf.S | 99 #define x0 %o3 macro 299 ldx [%fp+tmp5],x0 302 add x0,stridex2,x1! x += 2*stridex 305 lda [x0]0x82,ival0 ! (Y0_0) ival = *(int*)(x) 308 lda [stridex+x0]0x82,ival1 ! (Y1_0) ival = *(int*)(x) 374 lda [x0]0x82,%f6 ! (Y0_0) *(float*)&exp = *(float*)(x) 381 lda [stridex+x0]0x82,%f8 ! (Y1_0) *(float*)&exp = *(float*)(x) 391 add x1,stridex2,x0 ! x += 2*stridex 400 lda [x0]0x82,ival0 ! (Y0_1) ival = *(int*)(x) 402 add x0,stridex2,x1 ! x += 2*stridex [all …]
|
/titanic_41/usr/src/lib/libc/i386/gen/ |
H A D | _div64.s | 123 / uint32_t x1, x0; 136 / x0 = LO(x); 139 / if (x1 > y1 || x0 >= y0) { 142 / A_SUB2(y0, y1, x0, x1); 148 / *pmod = HILO(x1, x0); 170 / x0 = LO(dt); 181 / if (t1 > x1 || (t1 == x1 && t0 > x0)) { 187 / A_SUB2(t0, t1, x0, x1); 188 / *pmod = (HILO(x1, x0) >> normshift); 267 movl 40(%esp), %esi / x, x0 [all …]
|
/titanic_41/usr/src/grub/grub-0.97/stage2/ |
H A D | graphics.c | 75 const int x0 = 0; variable 214 graphics_setxy(x0, fonty); in graphics_putchar() 229 graphics_setxy(x0, fonty); in graphics_putchar() 231 graphics_setxy(x0, fonty + 1); in graphics_putchar() 259 graphics_gotoxy(x0, y0); in graphics_cls() 579 if (col >= x0 && col < x1) { in graphics_setxy() 600 graphics_gotoxy(x0, j - 1); in graphics_scroll() 601 for (i = x0; i < x1; i++) { in graphics_scroll() 607 graphics_gotoxy(x0, y1 - 1); in graphics_scroll() 608 for (i = x0; i < x1; i++) in graphics_scroll() [all …]
|
/titanic_41/usr/src/common/crypto/chacha/ |
H A D | chacha.c | 90 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; in chacha_encrypt_bytes() local 122 x0 = j0; in chacha_encrypt_bytes() 139 QUARTERROUND( x0, x4, x8,x12) in chacha_encrypt_bytes() 143 QUARTERROUND( x0, x5,x10,x15) in chacha_encrypt_bytes() 148 x0 = PLUS(x0,j0); in chacha_encrypt_bytes() 166 x0 = XOR(x0,U8TO32_LITTLE(m + 0)); in chacha_encrypt_bytes() 190 U32TO8_LITTLE(c + 0,x0); in chacha_encrypt_bytes()
|
/titanic_41/usr/src/cmd/troff/troff.d/ |
H A D | draw.c | 246 int x0, y0, x2, y2, r; in drawarc() local 248 x0 = hpos + dx1; /* center */ in drawarc() 250 x2 = x0 + dx2; /* "to" */ in drawarc() 253 conicarc(x0, -y0, hpos, -vpos, x2, -y2, r, r); in drawarc() 275 conicarc(x, y, x0, y0, x1, y1, a, b) in conicarc() argument 307 radius = sqrt((float)(sqr(x0 - x) + sqr(y0 - y))); in conicarc() 311 xc = x0; in conicarc() 318 slope = atan2((double)(y0 - y), (double)(x0 - x) ); in conicarc() 319 if (slope == 0.0 && x0 < x) in conicarc() 321 x0 = x + radius * cos(slope) + 0.5; in conicarc() [all …]
|
/titanic_41/usr/src/common/util/i386/ |
H A D | muldiv.s | 169 / uint32_t x1, x0; 182 / x0 = LO(x); 185 / if (x1 > y1 || x0 >= y0) { 188 / A_SUB2(y0, y1, x0, x1); 194 / *pmod = HILO(x1, x0); 216 / x0 = LO(dt); 227 / if (t1 > x1 || (t1 == x1 && t0 > x0)) { 233 / A_SUB2(t0, t1, x0, x1); 234 / *pmod = (HILO(x1, x0) >> normshift); 313 movl 40(%esp), %esi / x, x0 [all …]
|