| /dragonfly/contrib/gdb-7/libdecnumber/dpd/ |
| HD | decimal32.c | 81 decimal32 * decimal32FromNumber(decimal32 *d32, const decNumber *dn, in decimal32FromNumber() argument 173 UBFROMUI(d32->bytes, targ); /* directly store the int */ in decimal32FromNumber() 177 return d32; in decimal32FromNumber() 186 decNumber * decimal32ToNumber(const decimal32 *d32, decNumber *dn) { in decimal32ToNumber() argument 194 sour=UBTOUI(d32->bytes); /* directly load the int */ in decimal32ToNumber() 247 char * decimal32ToEngString(const decimal32 *d32, char *string){ in decimal32ToEngString() argument 249 decimal32ToNumber(d32, &dn); in decimal32ToEngString() 254 char * decimal32ToString(const decimal32 *d32, char *string){ in decimal32ToString() argument 268 sour=UBTOUI(d32->bytes); /* directly load the int */ in decimal32ToString() 407 uInt decimal32IsCanonical(const decimal32 *d32) { in decimal32IsCanonical() argument [all …]
|
| /dragonfly/contrib/gcc-8.0/libdecnumber/dpd/ |
| HD | decimal32.c | 81 decimal32 * decimal32FromNumber(decimal32 *d32, const decNumber *dn, in decimal32FromNumber() argument 173 UBFROMUI(d32->bytes, targ); /* directly store the int */ in decimal32FromNumber() 177 return d32; in decimal32FromNumber() 186 decNumber * decimal32ToNumber(const decimal32 *d32, decNumber *dn) { in decimal32ToNumber() argument 194 sour=UBTOUI(d32->bytes); /* directly load the int */ in decimal32ToNumber() 247 char * decimal32ToEngString(const decimal32 *d32, char *string){ in decimal32ToEngString() argument 249 decimal32ToNumber(d32, &dn); in decimal32ToEngString() 254 char * decimal32ToString(const decimal32 *d32, char *string){ in decimal32ToString() argument 268 sour=UBTOUI(d32->bytes); /* directly load the int */ in decimal32ToString() 407 uInt decimal32IsCanonical(const decimal32 *d32) { in decimal32IsCanonical() argument [all …]
|
| /dragonfly/contrib/gcc-4.7/libdecnumber/dpd/ |
| HD | decimal32.c | 81 decimal32 * decimal32FromNumber(decimal32 *d32, const decNumber *dn, in decimal32FromNumber() argument 173 UBFROMUI(d32->bytes, targ); /* directly store the int */ in decimal32FromNumber() 177 return d32; in decimal32FromNumber() 186 decNumber * decimal32ToNumber(const decimal32 *d32, decNumber *dn) { in decimal32ToNumber() argument 194 sour=UBTOUI(d32->bytes); /* directly load the int */ in decimal32ToNumber() 247 char * decimal32ToEngString(const decimal32 *d32, char *string){ in decimal32ToEngString() argument 249 decimal32ToNumber(d32, &dn); in decimal32ToEngString() 254 char * decimal32ToString(const decimal32 *d32, char *string){ in decimal32ToString() argument 268 sour=UBTOUI(d32->bytes); /* directly load the int */ in decimal32ToString() 407 uInt decimal32IsCanonical(const decimal32 *d32) { in decimal32IsCanonical() argument [all …]
|
| /dragonfly/contrib/cvs-1.12/lib/ |
| HD | glob.c | 104 # define CONVERT_D_NAMLEN(d64, d32) argument 106 # define CONVERT_D_NAMLEN(d64, d32) \ argument 107 (d64)->d_namlen = (d32)->d_namlen; 111 # define CONVERT_D_INO(d64, d32) argument 113 # define CONVERT_D_INO(d64, d32) \ argument 114 (d64)->d_ino = (d32)->d_ino; 118 # define CONVERT_D_TYPE(d64, d32) \ argument 119 (d64)->d_type = (d32)->d_type; 121 # define CONVERT_D_TYPE(d64, d32) argument 124 # define CONVERT_DIRENT_DIRENT64(d64, d32) \ argument [all …]
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | dfp.c | 158 decimal32 d32; in encode_decimal32() local 166 decimal32FromNumber (&d32, &dn, &set); in encode_decimal32() 168 memcpy (&image, d32.bytes, sizeof (int32_t)); in encode_decimal32() 179 decimal32 d32; in decode_decimal32() local 187 memcpy (&d32.bytes, &image, sizeof (int32_t)); in decode_decimal32() 189 decimal32ToNumber (&d32, &dn); in decode_decimal32() 436 decimal32 d32; in decimal_round_for_format() local 440 decimal32FromNumber (&d32, &dn, &set); in decimal_round_for_format() 441 decimal32ToNumber (&d32, &dn); in decimal_round_for_format()
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | dfp.c | 154 decimal32 d32; in encode_decimal32() local 162 decimal32FromNumber (&d32, &dn, &set); in encode_decimal32() 164 memcpy (&image, d32.bytes, sizeof (int32_t)); in encode_decimal32() 175 decimal32 d32; in decode_decimal32() local 183 memcpy (&d32.bytes, &image, sizeof (int32_t)); in decode_decimal32() 185 decimal32ToNumber (&d32, &dn); in decode_decimal32() 432 decimal32 d32; in decimal_round_for_format() local 436 decimal32FromNumber (&d32, &dn, &set); in decimal_round_for_format() 437 decimal32ToNumber (&d32, &dn); in decimal_round_for_format()
|
| /dragonfly/sys/contrib/dev/acpica/source/include/platform/ |
| HD | aclinuxex.h | 160 #define ACPI_DIV_64_BY_32(n_hi, n_lo, d32, q32, r32) \ argument 163 (r32) = do_div ((__n), (d32)); \
|
| HD | acmsvc.h | 201 #define ACPI_DIV_64_BY_32(n_hi, n_lo, d32, q32, r32) \ argument 205 __asm div d32 \
|
| HD | acefi.h | 354 #define ACPI_DIV_64_BY_32(n_hi, n_lo, d32, q32, r32) \ argument 357 (q32) = (UINT32) DivU64x32 ((__n), (d32), &(r32)); \
|
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/include/decimal/ |
| D | decimal | 319 decimal64(decimal32 d32); 402 decimal128(decimal32 d32);
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/include/decimal/ |
| D | decimal | 322 decimal64(decimal32 d32); 408 decimal128(decimal32 d32);
|
| /dragonfly/contrib/binutils-2.27/gas/doc/ |
| HD | c-z80.texi | 177 @item d32 @var{expression}[,@var{expression}...]
|
| HD | c-i386.texi | 596 moving from one register to another. @samp{.d8} or @samp{.d32} suffix
|
| /dragonfly/sys/dev/netif/bwn/bwn/ |
| HD | if_bwnvar.h | 800 uint32_t d32; member
|
| HD | if_bwn.c | 4392 if (array_size < sizeof(iv->data.d32)) in bwn_fwinitvals_write() 4394 array_size -= sizeof(iv->data.d32); in bwn_fwinitvals_write() 4395 BWN_WRITE_4(mac, offset, be32toh(iv->data.d32)); in bwn_fwinitvals_write()
|
| /dragonfly/contrib/gdb-7/gdb/ |
| HD | configure.ac | 1591 _Decimal32 d32 = 1.2345df; 1594 sprintf (buf, "Decimal32: %H\nDecimal64: %D\nDecimal128: %DD", d32, d64, d128);
|
| /dragonfly/share/misc/ |
| HD | pci_vendors | 2599 1043 1d32 Radeon HD 6470M 34538 9d32 CSI-2 Host Controller 35699 9d32 Beijing Starblaze Technology Co. Ltd.
|