Searched refs:decimal32 (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/libdecnumber/
H A Ddecimal32.h33 #define DEC32NAME "decimal32" /* Short name */
57 uint8_t bytes[DECIMAL32_Bytes]; /* decimal32: 1, 5, 6, 20 bits */
58 } decimal32; typedef in typeref:struct:__anon1447
68 /* Macros for accessing decimal32 fields. These assume the argument
69 is a reference (pointer) to the decimal32 structure */
104 decimal32 *decimal32FromString (decimal32 *, const char *, decContext *);
105 char *decimal32ToString (const decimal32 *, char *);
106 char *decimal32ToEngString (const decimal32 *, char *);
109 decimal32 *decimal32FromNumbe
[all...]
H A Ddecimal32.c32 /* This module comprises the routines for decimal32 format numbers. */
46 #include "decimal32.h" /* our primary include */
50 void decimal32Show (const decimal32 *); /* for debug */
59 /* decimal32FromNumber -- convert decNumber to decimal32 */
61 /* ds is the target decimal32 */
75 decimal32 *
76 decimal32FromNumber (decimal32 * d32, const decNumber * dn, decContext * set)
103 /* rounding must be done before we generate the decimal32] */
187 /* decimal32ToNumber -- convert decimal32 to decNumber */
188 /* d32 is the source decimal32 */
[all...]
H A DdecLibrary.c34 #include "decimal32.h"
36 void __host_to_ieee_32 (_Decimal32, decimal32 *);
50 decimal32 d32;
H A DMakefile.in58 decimal32.o decimal64.o decimal128.o
63 decRound.c decimal128.c decimal128.h decimal32.c decimal32.h \
107 decimal32.o: decimal32.c decNumber.h decContext.h decNumberLocal.h \
108 decimal32.h decUtility.h
H A Ddecimal128.h38 #error decimal128.h must precede decimal32.h for correct DECNUMDIGITS
H A Ddecimal64.h38 #error decimal64.h must precede decimal32.h for correct DECNUMDIGITS
/freebsd-11-stable/gnu/usr.bin/cc/libdecnumber/
H A DMakefile14 decimal32.c decimal64.c decimal128.c
/freebsd-11-stable/contrib/gcc/config/
H A Ddfp-bit.c49 void __host_to_ieee_32 (_Decimal32 in, decimal32 *out);
50 void __ieee_to_host_32 (decimal32 in, _Decimal32 *out);
169 __host_to_ieee_32 (_Decimal32 in, decimal32 *out)
184 __ieee_to_host_32 (decimal32 in, _Decimal32 *out)
H A Ddfp-bit.h60 (eg decimal32)
77 #define IEEE_TYPE decimal32
150 #define IEEE_TYPE_TO decimal32
267 #include "decimal32.h"
/freebsd-11-stable/contrib/gcc/
H A Ddfp.c36 #include "decimal32.h"
143 /* Encode a real into an IEEE 754R decimal32 type. */
150 decimal32 d32;
165 /* Decode an IEEE 754R decimal32 type into a real. */
172 decimal32 d32;
403 decimal32 d32;
H A DMakefile.in800 $(DECNUM)/decimal32.h $(DECNUM)/decimal64.h $(DECNUM)/decimal128.h

Completed in 95 milliseconds