Searched refs:decimal64 (Results 1 - 10 of 10) sorted by relevance

/freebsd-11.0-release/contrib/gcclibs/libdecnumber/
H A Ddecimal64.h33 #define DEC64NAME "decimal64" /* Short name */
38 #error decimal64.h must precede decimal32.h for correct DECNUMDIGITS
61 uint8_t bytes[DECIMAL64_Bytes]; /* decimal64: 1, 5, 8, 50 bits */
62 } decimal64; typedef in typeref:struct:__anon1448
72 /* Macros for accessing decimal64 fields. These assume the argument
73 is a reference (pointer) to the decimal64 structure */
108 decimal64 *decimal64FromString (decimal64 *, const char *, decContext *);
109 char *decimal64ToString (const decimal64 *, char *);
110 char *decimal64ToEngString (const decimal64 *, cha
[all...]
H A Ddecimal64.c32 /* This module comprises the routines for decimal64 format numbers. */
46 #include "decimal64.h" /* our primary include */
50 void decimal64Show (const decimal64 *); /* for debug */
59 /* decimal64FromNumber -- convert decNumber to decimal64 */
61 /* ds is the target decimal64 */
75 decimal64 *
76 decimal64FromNumber (decimal64 * d64, const decNumber * dn, decContext * set)
103 /* rounding must be done before we generate the decimal64] */
186 /* decimal64ToNumber -- convert decimal64 to decNumber */
187 /* d64 is the source decimal64 */
[all...]
H A DdecLibrary.c33 #include "decimal64.h"
37 void __host_to_ieee_64 (_Decimal64, decimal64 *);
61 decimal64 d64;
H A DMakefile.in58 decimal32.o decimal64.o decimal128.o
64 decimal64.c decimal64.h
109 decimal64.o: decimal64.c decNumber.h decContext.h decNumberLocal.h \
110 decimal64.h decUtility.h
H A Ddecimal128.h41 #error decimal128.h must precede decimal64.h for correct DECNUMDIGITS
/freebsd-11.0-release/gnu/usr.bin/cc/libdecnumber/
H A DMakefile14 decimal32.c decimal64.c decimal128.c
/freebsd-11.0-release/contrib/gcc/config/
H A Ddfp-bit.c53 void __host_to_ieee_64 (_Decimal64 in, decimal64 *out);
54 void __ieee_to_host_64 (decimal64 in, _Decimal64 *out);
219 __host_to_ieee_64 (_Decimal64 in, decimal64 *out)
225 __ieee_to_host_64 (decimal64 in, _Decimal64 *out)
H A Ddfp-bit.h86 #define IEEE_TYPE decimal64
155 #define IEEE_TYPE_TO decimal64
264 #include "decimal64.h"
/freebsd-11.0-release/contrib/gcc/
H A Ddfp.c35 #include "decimal64.h"
187 /* Encode a real into an IEEE 754R decimal64 type. */
194 decimal64 d64;
215 /* Decode an IEEE 754R decimal64 type into a real. */
222 decimal64 d64;
412 decimal64 d64;
H A DMakefile.in800 $(DECNUM)/decimal32.h $(DECNUM)/decimal64.h $(DECNUM)/decimal128.h

Completed in 175 milliseconds