| /src/external/gpl3/gcc/dist/libgcc/config/arc/ieee-754/arc600-dsp/ |
| divdf3.S | 64 #define mhi acc1 define 238 sub r4,r4,mhi 293 sub r4,r4,mhi ; u1.31 inverse, about 30 bit 303 mulu64 (r11,DBL1L) ; mhi: u-28.23:9 309 sub r5,DBL0L,mhi ; rest msw ; u-26.31:0 310 mul64 (r5,r4) ; mhi: result fraction lowpart 317 add.f r12,mhi,0x11 338 machulw r7,r12,DBL1L ; mhi: u-51.32 365 add r12,mhi,1 404 add_s DBL1H,DBL1H,mhi ; -rest ms [all...] |
| divsf3.S | 38 #define mhi acc1 define 187 sub r7,r7,mhi ; u1.31 inverse, about 30 bit 196 add r3,mhi,0x22 ; round to nearest or higher
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/arc/ieee-754/arc600-dsp/ |
| divdf3.S | 64 #define mhi acc1 define 238 sub r4,r4,mhi 293 sub r4,r4,mhi ; u1.31 inverse, about 30 bit 303 mulu64 (r11,DBL1L) ; mhi: u-28.23:9 309 sub r5,DBL0L,mhi ; rest msw ; u-26.31:0 310 mul64 (r5,r4) ; mhi: result fraction lowpart 317 add.f r12,mhi,0x11 338 machulw r7,r12,DBL1L ; mhi: u-51.32 365 add r12,mhi,1 404 add_s DBL1H,DBL1H,mhi ; -rest ms [all...] |
| divsf3.S | 38 #define mhi acc1 define 187 sub r7,r7,mhi ; u1.31 inverse, about 30 bit 196 add r3,mhi,0x22 ; round to nearest or higher
|
| /src/external/gpl3/gcc/dist/libquadmath/math/ |
| lgammaq_product.c | 35 __float128 mhi, mlo; local 36 mul_splitq (&mhi, &mlo, quot, xi); 37 __float128 quot_lo = (t - mhi - mlo) / xi - t * x_eps / (xi * xi);
|
| /src/external/gpl3/gcc.old/dist/libquadmath/math/ |
| lgammaq_product.c | 35 __float128 mhi, mlo; local 36 mul_splitq (&mhi, &mlo, quot, xi); 37 __float128 quot_lo = (t - mhi - mlo) / xi - t * x_eps / (xi * xi);
|
| /src/external/lgpl3/gmp/dist/mpn/generic/ |
| get_d.c | 142 mp_limb_t x, mhi, mlo; local 201 mhi = mlo >> (32 + 11); 210 mhi = x >> 11; 214 /* All 20 bits in mhi */ 227 mhi |= x >> nbits >> 11; 239 /* Now all needed bits in mhi have been accumulated. Add bits to mlo. */ 275 mhi = 0; 290 mhi = mlo >> 32; 294 mlo = mhi; 295 mhi = 0 [all...] |
| /src/lib/libc/gdtoa/ |
| dtoa.c | 129 Bigint *b, *b1, *delta, *mhi, *S; local 386 S = mhi = 0; 450 S = mhi = 0; 504 mhi = mlo = 0; 517 mhi = i2b(1); 518 if (mhi == NULL) 530 mhi = pow5mult(mhi, m5); 531 if (mhi == NULL) 533 b1 = mult(mhi, b) [all...] |
| gdtoa.c | 166 Bigint *b, *b1, *delta, *mlo, *mhi, *mhi1, *S; local 393 S = mhi = 0; 460 S = mhi = 0; 516 mhi = mlo = 0; 542 mhi = i2b(1); 553 mhi = pow5mult(mhi, m5); 554 if (mhi == NULL) 556 b1 = mult(mhi, b); 621 mhi = multadd(mhi, 10, 0) [all...] |
| /src/external/lgpl3/gmp/dist/ |
| gen-psqr.c | 438 mpz_t mhi, mlo; local 497 mpz_init (mhi); 530 mpz_tdiv_q_2exp (mhi, factor[i].mask, (unsigned long) limb_bits); 531 mpz_out_str (stdout, 16, mhi); 552 mpz_clear (mhi);
|
| /src/external/gpl3/gcc.old/dist/gcc/config/s390/ |
| s390.cc | 105 const int mhi; /* cost of an MHI instruction. */ member in struct:processor_costs 142 COSTS_N_INSNS (4), /* MHI */ 174 COSTS_N_INSNS (2), /* MHI */ 206 COSTS_N_INSNS (2), /* MHI */ 238 COSTS_N_INSNS (10), /* MHI */ 270 COSTS_N_INSNS (5), /* MHI */ 302 COSTS_N_INSNS (5), /* MHI */ 3762 *total = s390_cost->mhi;
|
| /src/external/gpl3/gcc/dist/gcc/config/s390/ |
| s390.cc | 109 const int mhi; /* cost of an MHI instruction. */ member in struct:processor_costs 146 COSTS_N_INSNS (4), /* MHI */ 178 COSTS_N_INSNS (2), /* MHI */ 210 COSTS_N_INSNS (2), /* MHI */ 242 COSTS_N_INSNS (10), /* MHI */ 274 COSTS_N_INSNS (5), /* MHI */ 306 COSTS_N_INSNS (5), /* MHI */ 3956 *total = s390_cost->mhi;
|