| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/ |
| pr10728-x.h | 5 Y* y2; member in struct:X
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/ |
| pr10728-x.h | 5 Y* y2; member in struct:X
|
| /src/external/lgpl3/mpc/dist/tests/ |
| tswap.c | 26 mpc_t x, y, x2, y2; local 31 mpc_init2 (y2, 100); 36 mpc_set_ui_ui (y2, 3ul, 4ul, MPC_RNDNN); 40 if ( mpfr_get_prec (mpc_realref (x)) != mpfr_get_prec (mpc_realref (y2)) 41 || mpfr_get_prec (mpc_imagref (x)) != mpfr_get_prec (mpc_imagref (y2)) 44 || mpc_cmp (x, y2) != 0 51 mpc_clear (y2);
|
| /src/lib/libm/src/ |
| e_hypot.c | 34 * t1*yy1+((x-y)*(x-y)+(t1*y2+t2*y)) 36 * yy1= y with lower 32 bits chopped, y2 = y-yy1. 56 double a=x,b=y,t1,t2,yy1,y2,w; local 112 y2 = b - yy1; 116 w = __ieee754_sqrt(t1*yy1-(w*(-w)-(t1*y2+t2*b)));
|
| e_hypotf.c | 27 float a=x,b=y,t1,t2,yy1,y2,w; local 75 y2 = b - yy1; 78 w = __ieee754_sqrtf(t1*yy1-(w*(-w)-(t1*y2+t2*b)));
|
| /src/external/gpl3/gcc/dist/libquadmath/math/ |
| hypotq.c | 32 * t1*y1+((x-y)*(x-y)+(t1*y2+t2*y)) 34 * y1= y with lower 64 bits chopped, y2 = y-y1. 53 __float128 a,b,t1,t2,y1,y2,w; local 123 y2 = b - y1; 127 w = sqrtq(t1*y1-(w*(-w)-(t1*y2+t2*b)));
|
| fmaq.c | 194 __float128 y2 = y - y1; local 195 __float128 m2 = (((x1 * y1 - m1) + x1 * y2) + x2 * y1) + x2 * y2;
|
| /src/external/gpl3/gcc.old/dist/libquadmath/math/ |
| hypotq.c | 32 * t1*y1+((x-y)*(x-y)+(t1*y2+t2*y)) 34 * y1= y with lower 64 bits chopped, y2 = y-y1. 53 __float128 a,b,t1,t2,y1,y2,w; local 123 y2 = b - y1; 127 w = sqrtq(t1*y1-(w*(-w)-(t1*y2+t2*b)));
|
| fmaq.c | 194 __float128 y2 = y - y1; local 195 __float128 m2 = (((x1 * y1 - m1) + x1 * y2) + x2 * y1) + x2 * y2;
|
| /src/external/lgpl3/mpfr/dist/tests/ |
| ttrunc.c | 31 mpfr_t x, y, z, t, y2, z2, t2; local 35 mpfr_inits2 (SIZEX, x, y, z, t, y2, z2, t2, (mpfr_ptr) 0); 72 mpfr_set_prec(y2, k); 79 mpfr_set(y2, x, MPFR_RNDD); 87 if (!mpfr_eq(y, y2, k)) 91 printf ("round(x, RNDD) = "); mpfr_dump (y2); 103 if (!mpfr_eq(y, y2, k)) 114 mpfr_clears (x, y, z, t, y2, z2, t2, (mpfr_ptr) 0);
|
| tfrexp.c | 134 mpfr_t x, y1, y2; local 143 mpfr_inits2 (4, y1, y2, (mpfr_ptr) 0); 182 inex2 = mpfr_frexp (&e2, y2, x, (mpfr_rnd_t) r); 187 (! mpfr_regular_p (y2) || MPFR_GET_EXP (y2) != 0)) 193 mpfr_dump (y2); 199 mpfr_mul_2ui (y2, y2, e2, MPFR_RNDN); 201 mpfr_div_2ui (y2, y2, -e2, MPFR_RNDN) [all...] |
| tget_f.c | 37 mpfr_t y1, y2, y3; local 40 mpfr_init2 (y2, py); 54 mpfr_set (y2, y1, MPFR_RNDN); 61 mpfr_div_2ui (y2, y2, 1, MPFR_RNDN); 62 inex = mpfr_add (y1, y1, y2, MPFR_RNDN); 95 mpfr_clear (y2);
|
| /src/lib/libm/complex/ |
| cephes_subr.c | 87 double f, x, x2, y, y2, rn, t; local 98 y2 = 1.0; 108 y2 *= y; 109 t = y2 + x2; 118 y2 *= y; 119 t = y2 - x2;
|
| cephes_subrf.c | 87 float f, x, x2, y, y2, rn, t, d; local 97 y2 = 1.0f; 107 y2 *= y; 108 t = y2 + x2; 117 y2 *= y; 118 t = y2 - x2;
|
| cephes_subrl.c | 92 long double f, x, x2, y, y2, rn, t; local 103 y2 = 1.0; 113 y2 *= y; 114 t = y2 + x2; 123 y2 *= y; 124 t = y2 - x2;
|
| /src/sys/arch/m68k/fpe/ |
| fpu_div.c | 157 uint32_t r0, r1, r2, d0, d1, d2, y0, y1, y2; local 208 FPU_SUBS(d2, r2, y2); \ 246 y2 = y->fp_mant[2];
|
| fpu_sqrt.c | 194 uint32_t y0, y1, y2; local 262 * t2 = y2, t? |= bit' for the appropriate word. Since the bit 326 y2 = 0; 341 t2 = y2 | bit; 348 y2 |= bit << 1;
|
| /src/sys/external/bsd/drm2/dist/include/drm/ |
| drm_rect.h | 43 * @y2: vertical ending coordinate (exclusive) 46 int x1, y1, x2, y2; member in struct:drm_rect 90 r->y2 = y + height; 110 r->y2 += (dh + 1) >> 1; 127 r->y2 += dy; 157 r->y2 /= vert; 181 return r->y2 - r->y1; 208 r1->y1 == r2->y1 && r1->y2 == r2->y2;
|
| /src/external/lgpl3/mpfr/dist/src/ |
| pow_z.c | 118 mpfr_t y2, zz; local 130 mpfr_init2 (y2, 2); 134 inexact = mpfr_pow_general (y2, x, zz, rnd, 1, 137 mpfr_set (y, y2, MPFR_RNDN); 138 mpfr_clear (y2); 330 mpfr_t y2, zz; local 338 mpfr_init2 (y2, 2); 342 inexact = mpfr_pow_general (y2, x, zz, rnd, 1, 345 mpfr_set (y, y2, MPFR_RNDN); 346 mpfr_clear (y2); [all...] |
| pow_si.c | 234 mpfr_t y2, nn; local 242 mpfr_init2 (y2, 2); 246 inexact = mpfr_pow_general (y2, x, nn, rnd, 1, 249 mpfr_set (y, y2, MPFR_RNDN); 250 mpfr_clear (y2);
|
| /src/sys/arch/powerpc/fpu/ |
| fpu_div.c | 161 u_int r0, r1, r2, r3, d0, d1, d2, d3, y0, y1, y2, y3; local 233 FPU_SUBS(d3, r3, y3); FPU_SUBCS(d2, r2, y2); \ 272 y2 = y->fp_mant[2];
|
| fpu_sqrt.c | 198 u_int y0, y1, y2, y3; local 346 y2 = 0; 361 t2 = y2 | bit; 368 y2 |= bit << 1; 375 /* calculate q3. y0, t0, y1, t1 all fixed; y2, t2, almost done. */ 376 #define t2 y2 390 y2 |= 1;
|
| /src/sys/arch/sparc/fpu/ |
| fpu_div.c | 157 u_int r0, r1, r2, r3, d0, d1, d2, d3, y0, y1, y2, y3; local 204 FPU_SUBS(d3, r3, y3); FPU_SUBCS(d2, r2, y2); \ 243 y2 = y->fp_mant[2];
|
| fpu_sqrt.c | 194 u_int y0, y1, y2, y3; local 326 y2 = 0; 341 t2 = y2 | bit; 348 y2 |= bit << 1; 355 /* calculate q3. y0, t0, y1, t1 all fixed; y2, t2, almost done. */ 356 #define t2 y2 371 y2 |= 1;
|
| /src/external/lgpl3/gmp/dist/tests/mpf/ |
| t-sqrt.c | 37 mpf_t x, y, y2; local 60 mpf_init (y2); 69 mpf_mul (y2, y, y); 71 mpf_reldiff (rerr, x, y2); 83 printf (" y2 = "); mpf_dump (y2); 90 mpf_trace (" y2 ", y2); 104 mpf_clear (y2);
|