Searched refs:d64 (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/contrib/gcclibs/libdecnumber/
H A Ddecimal64.c76 decimal64FromNumber (decimal64 * d64, const decNumber * dn, decContext * set) argument
106 DEC_clear (d64); /* clean the target */
117 decDensePackCoeff (dn, d64->bytes, sizeof (d64->bytes), 0);
124 d64->bytes[0] = top;
144 d64->bytes[0] = (uByte) (comb << 2);
146 decimal64SetExpCon (d64, exp);
161 decDensePackCoeff (dn, d64->bytes, sizeof (d64->bytes), pad);
164 msd = ((unsigned) d64
192 decimal64ToNumber(const decimal64 * d64, decNumber * dn) argument
266 decimal64ToString(const decimal64 * d64, char *string) argument
275 decimal64ToEngString(const decimal64 * d64, char *string) argument
324 decimal64Show(const decimal64 * d64) argument
[all...]
H A DdecLibrary.c61 decimal64 d64; local
63 __host_to_ieee_64 (arg, &d64);
64 decimal64ToNumber (&d64, &dn);
/freebsd-11.0-release/contrib/gcc/
H A Ddfp.c194 decimal64 d64; local
201 decimal64FromNumber (&d64, &dn, &set);
205 buf[0] = *(uint32_t *) &d64.bytes[0];
206 buf[1] = *(uint32_t *) &d64.bytes[4];
210 buf[1] = dfp_byte_swap (*(uint32_t *) &d64.bytes[0]);
211 buf[0] = dfp_byte_swap (*(uint32_t *) &d64.bytes[4]);
222 decimal64 d64; local
230 *((uint32_t *) &d64.bytes[0]) = (uint32_t) buf[0];
231 *((uint32_t *) &d64.bytes[4]) = (uint32_t) buf[1];
235 *((uint32_t *) &d64
412 decimal64 d64; local
[all...]
/freebsd-11.0-release/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_tx.c480 if (likely(sq->doorbell.d64 != 0)) {
482 sq->doorbell.d64 = 0;
H A Den.h510 u64 d64; member in union:mlx5e_sq::__anon10777
H A Dmlx5_en_main.c1200 if (likely(sq->doorbell.d64 != 0)) {
1202 sq->doorbell.d64 = 0;

Completed in 75 milliseconds