HomeSort by: relevance | last modified time | path
    Searched refs:d128 (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
powerpc-d128-regs.c 22 _Decimal128 d128 = 1.2345678910dl; local
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
powerpc-d128-regs.c 22 _Decimal128 d128 = 1.2345678910dl; local
  /src/external/gpl3/gcc/dist/libdecnumber/dpd/
decimal128.c 81 decimal128 * decimal128FromNumber(decimal128 *d128, const decNumber *dn,
172 UBFROMUI(d128->bytes, targlo);
173 UBFROMUI(d128->bytes+4, targml);
174 UBFROMUI(d128->bytes+8, targmh);
175 UBFROMUI(d128->bytes+12, targhi);
179 UBFROMUI(d128->bytes, targhi);
180 UBFROMUI(d128->bytes+4, targmh);
181 UBFROMUI(d128->bytes+8, targml);
182 UBFROMUI(d128->bytes+12, targlo);
186 /* decimal128Show(d128); */
    [all...]
  /src/external/gpl3/gcc.old/dist/libdecnumber/dpd/
decimal128.c 81 decimal128 * decimal128FromNumber(decimal128 *d128, const decNumber *dn,
172 UBFROMUI(d128->bytes, targlo);
173 UBFROMUI(d128->bytes+4, targml);
174 UBFROMUI(d128->bytes+8, targmh);
175 UBFROMUI(d128->bytes+12, targhi);
179 UBFROMUI(d128->bytes, targhi);
180 UBFROMUI(d128->bytes+4, targmh);
181 UBFROMUI(d128->bytes+8, targml);
182 UBFROMUI(d128->bytes+12, targlo);
186 /* decimal128Show(d128); */
    [all...]
  /src/external/gpl3/gdb/dist/libdecnumber/dpd/
decimal128.c 81 decimal128 * decimal128FromNumber(decimal128 *d128, const decNumber *dn,
172 UBFROMUI(d128->bytes, targlo);
173 UBFROMUI(d128->bytes+4, targml);
174 UBFROMUI(d128->bytes+8, targmh);
175 UBFROMUI(d128->bytes+12, targhi);
179 UBFROMUI(d128->bytes, targhi);
180 UBFROMUI(d128->bytes+4, targmh);
181 UBFROMUI(d128->bytes+8, targml);
182 UBFROMUI(d128->bytes+12, targlo);
186 /* decimal128Show(d128); */
    [all...]
  /src/external/gpl3/gdb.old/dist/libdecnumber/dpd/
decimal128.c 81 decimal128 * decimal128FromNumber(decimal128 *d128, const decNumber *dn,
172 UBFROMUI(d128->bytes, targlo);
173 UBFROMUI(d128->bytes+4, targml);
174 UBFROMUI(d128->bytes+8, targmh);
175 UBFROMUI(d128->bytes+12, targhi);
179 UBFROMUI(d128->bytes, targhi);
180 UBFROMUI(d128->bytes+4, targmh);
181 UBFROMUI(d128->bytes+8, targml);
182 UBFROMUI(d128->bytes+12, targlo);
186 /* decimal128Show(d128); */
    [all...]
  /src/external/gpl3/gcc/dist/libdecnumber/bid/
decimal128.c 58 decimal128FromNumber (decimal128 *d128, const decNumber *dn,
68 __dpd128FromNumber (d128, dn, set);
72 __ieee_to_host_128 (*d128, &u._Dec);
80 /* d128 is returned as a pointer to _Decimal128 here. */
81 *d128 = u.dec;
83 return d128;
110 decimal128ToString (const decimal128 *d128, char *string)
113 decimal128ToNumber (d128, &dn);
119 decimal128ToEngString (const decimal128 *d128, char *string)
122 decimal128ToNumber (d128, &dn)
    [all...]
  /src/external/gpl3/gcc.old/dist/libdecnumber/bid/
decimal128.c 58 decimal128FromNumber (decimal128 *d128, const decNumber *dn,
68 __dpd128FromNumber (d128, dn, set);
72 __ieee_to_host_128 (*d128, &u._Dec);
80 /* d128 is returned as a pointer to _Decimal128 here. */
81 *d128 = u.dec;
83 return d128;
110 decimal128ToString (const decimal128 *d128, char *string)
113 decimal128ToNumber (d128, &dn);
119 decimal128ToEngString (const decimal128 *d128, char *string)
122 decimal128ToNumber (d128, &dn)
    [all...]
  /src/external/gpl3/gdb/dist/libdecnumber/bid/
decimal128.c 58 decimal128FromNumber (decimal128 *d128, const decNumber *dn,
68 __dpd128FromNumber (d128, dn, set);
72 __ieee_to_host_128 (*d128, &u._Dec);
80 /* d128 is returned as a pointer to _Decimal128 here. */
81 *d128 = u.dec;
83 return d128;
110 decimal128ToString (const decimal128 *d128, char *string)
113 decimal128ToNumber (d128, &dn);
119 decimal128ToEngString (const decimal128 *d128, char *string)
122 decimal128ToNumber (d128, &dn)
    [all...]
  /src/external/gpl3/gdb.old/dist/libdecnumber/bid/
decimal128.c 58 decimal128FromNumber (decimal128 *d128, const decNumber *dn,
68 __dpd128FromNumber (d128, dn, set);
72 __ieee_to_host_128 (*d128, &u._Dec);
80 /* d128 is returned as a pointer to _Decimal128 here. */
81 *d128 = u.dec;
83 return d128;
110 decimal128ToString (const decimal128 *d128, char *string)
113 decimal128ToNumber (d128, &dn);
119 decimal128ToEngString (const decimal128 *d128, char *string)
122 decimal128ToNumber (d128, &dn)
    [all...]
  /src/external/gpl3/gcc/dist/libdecnumber/
decLibrary.c 66 decimal128 d128; local
68 __host_to_ieee_128 (arg, &d128);
69 decimal128ToNumber (&d128, &dn);
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decLibrary.c 66 decimal128 d128; local
68 __host_to_ieee_128 (arg, &d128);
69 decimal128ToNumber (&d128, &dn);
  /src/external/gpl3/gdb/dist/libdecnumber/
decLibrary.c 66 decimal128 d128; local
68 __host_to_ieee_128 (arg, &d128);
69 decimal128ToNumber (&d128, &dn);
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decLibrary.c 66 decimal128 d128; local
68 __host_to_ieee_128 (arg, &d128);
69 decimal128ToNumber (&d128, &dn);
  /src/external/gpl3/gcc/dist/gcc/
dfp.cc 263 decimal128 d128; local
270 decimal128FromNumber (&d128, &dn, &set);
274 memcpy (&image, &d128.bytes[0], sizeof (int32_t));
276 memcpy (&image, &d128.bytes[4], sizeof (int32_t));
278 memcpy (&image, &d128.bytes[8], sizeof (int32_t));
280 memcpy (&image, &d128.bytes[12], sizeof (int32_t));
285 memcpy (&image, &d128.bytes[12], sizeof (int32_t));
287 memcpy (&image, &d128.bytes[8], sizeof (int32_t));
289 memcpy (&image, &d128.bytes[4], sizeof (int32_t));
291 memcpy (&image, &d128.bytes[0], sizeof (int32_t))
303 decimal128 d128; local
347 const decimal128 *const d128 = (const decimal128 *) from->sig; local
491 const decimal128 *const d128 = (const decimal128*) r_orig->sig; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
dfp.cc 263 decimal128 d128; local
270 decimal128FromNumber (&d128, &dn, &set);
274 memcpy (&image, &d128.bytes[0], sizeof (int32_t));
276 memcpy (&image, &d128.bytes[4], sizeof (int32_t));
278 memcpy (&image, &d128.bytes[8], sizeof (int32_t));
280 memcpy (&image, &d128.bytes[12], sizeof (int32_t));
285 memcpy (&image, &d128.bytes[12], sizeof (int32_t));
287 memcpy (&image, &d128.bytes[8], sizeof (int32_t));
289 memcpy (&image, &d128.bytes[4], sizeof (int32_t));
291 memcpy (&image, &d128.bytes[0], sizeof (int32_t))
303 decimal128 d128; local
347 const decimal128 *const d128 = (const decimal128 *) from->sig; local
485 const decimal128 *const d128 = (const decimal128*) r_orig->sig; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
dfp-test.c 92 volatile _Decimal128 d128; variable
304 d128 = 1.2345dl; /* Initialize d128. */
307 d128 = __builtin_infd128(); /* Positive infd128. */
308 d128 = -__builtin_infd128(); /* Negative infd128. */
309 d128 = __builtin_nand128("");
314 d128 = arg0_128 (0.1dl, 1.0dl, 2.0dl, 3.0dl, 4.0dl, 5.0dl);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
dfp-test.c 92 volatile _Decimal128 d128; variable
304 d128 = 1.2345dl; /* Initialize d128. */
307 d128 = __builtin_infd128(); /* Positive infd128. */
308 d128 = -__builtin_infd128(); /* Negative infd128. */
309 d128 = __builtin_nand128("");
314 d128 = arg0_128 (0.1dl, 1.0dl, 2.0dl, 3.0dl, 4.0dl, 5.0dl);
  /src/external/lgpl3/mpfr/dist/tests/
tget_set_d128.c 459 x.d128 = 1;
480 mpfr_set_decimal128 (y, x.d128, MPFR_RNDN);
494 x.d128 = d;
500 mpfr_set_decimal128 (y, x.d128, MPFR_RNDN);
  /src/external/gpl3/gcc/dist/libgcc/config/libbid/
bid_div_macros.h 398 double lx, ly, lq, d128, d192; local
413 d128 = t64.d * t64.d;
414 d192 = d128 * t64.d;
415 lx = (double) CA4.w[3] * d192 + ((double) CA4.w[2] * d128 +
453 lx = ((double) CA4.w[2] * d128 +
499 lx = ((double) CA4.w[2] * d128 +
  /src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
bid_div_macros.h 398 double lx, ly, lq, d128, d192; local
413 d128 = t64.d * t64.d;
414 d192 = d128 * t64.d;
415 lx = (double) CA4.w[3] * d192 + ((double) CA4.w[2] * d128 +
453 lx = ((double) CA4.w[2] * d128 +
499 lx = ((double) CA4.w[2] * d128 +
  /src/external/lgpl3/mpfr/dist/src/
set_d128.c 143 x.d128 = d;
mpfr-impl.h 933 _Decimal128 d128; member in union:ieee_decimal128
  /src/external/lgpl3/mpfr/dist/
configure 18152 _Decimal128 d128;
18155 x.d128 = 1.0dl;
  /src/external/gpl3/gdb/dist/gdb/
configure 30552 _Decimal128 d128 = 1.2345dl;
30553 sprintf (buf, "Decimal32: %H\nDecimal64: %D\nDecimal128: %DD", d32, d64, d128);
    [all...]

Completed in 77 milliseconds

1 2