Searched refs:decimal128 (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/libdecnumber/
H A Ddecimal128.h33 #define DEC128NAME "decimal128" /* Short name */
38 #error decimal128.h must precede decimal32.h for correct DECNUMDIGITS
41 #error decimal128.h must precede decimal64.h for correct DECNUMDIGITS
65 uint8_t bytes[DECIMAL128_Bytes]; /* decimal128: 1, 5, 12, 110 bits */
66 } decimal128; typedef in typeref:struct:__anon1446
76 /* Macros for accessing decimal128 fields. These assume the argument
77 is a reference (pointer) to the decimal128 structure */
114 decimal128 *decimal128FromString (decimal128 *, const char *, decContext *);
115 char *decimal128ToString (const decimal128 *, cha
[all...]
H A Ddecimal128.c32 /* This module comprises the routines for decimal128 format numbers. */
46 #include "decimal128.h" /* our primary include */
50 void decimal128Show (const decimal128 *); /* for debug */
59 /* decimal128FromNumber -- convert decNumber to decimal128 */
61 /* ds is the target decimal128 */
75 decimal128 *
76 decimal128FromNumber (decimal128 * d128, const decNumber * dn, decContext * set)
103 /* rounding must be done before we generate the decimal128] */
190 /* decimal128ToNumber -- convert decimal128 to decNumber */
191 /* d128 is the source decimal128 */
[all...]
H A DdecLibrary.c32 #include "decimal128.h"
38 void __host_to_ieee_128 (_Decimal128, decimal128 *);
72 decimal128 d128;
H A DMakefile.in58 decimal32.o decimal64.o decimal128.o
63 decRound.c decimal128.c decimal128.h decimal32.c decimal32.h \
111 decimal128.o: decimal128.c decNumber.h decNumberLocal.h decimal128.h \
/freebsd-11-stable/gnu/usr.bin/cc/libdecnumber/
H A DMakefile14 decimal32.c decimal64.c decimal128.c
/freebsd-11-stable/contrib/gcc/
H A Ddfp.c32 decNumber structure is large enough to hold decimal128 digits. */
34 #include "decimal128.h"
86 decimal128FromNumber ((decimal128 *) r->sig, dn, context);
103 Encoding as a decimal128 is much more compact. */
132 decimal128ToNumber ((decimal128 *) r->sig, dn);
243 /* Encode a real into an IEEE 754R decimal128 type. */
251 decimal128 d128;
275 /* Decode an IEEE 754R decimal128 type into a real. */
282 decimal128 d128;
315 decimal128 *d12
[all...]
H A DMakefile.in800 $(DECNUM)/decimal32.h $(DECNUM)/decimal64.h $(DECNUM)/decimal128.h
/freebsd-11-stable/contrib/gcc/config/
H A Ddfp-bit.c57 void __host_to_ieee_128 (_Decimal128 in, decimal128 *out);
58 void __ieee_to_host_128 (decimal128 in, _Decimal128 *out);
257 __host_to_ieee_128 (_Decimal128 in, decimal128 *out)
263 __ieee_to_host_128 (decimal128 in, _Decimal128 *out)
H A Ddfp-bit.h95 #define IEEE_TYPE decimal128
160 #define IEEE_TYPE_TO decimal128
261 #include "decimal128.h"

Completed in 150 milliseconds