Searched refs:DFP_C_TYPE (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/gcc/config/
H A Ddfp-bit.h56 DFP_C_TYPE: type of the arguments to the libgcc functions;
76 #define DFP_C_TYPE _Decimal32 macro
85 #define DFP_C_TYPE _Decimal64 macro
94 #define DFP_C_TYPE _Decimal128 macro
440 extern DFP_C_TYPE DFP_MULTIPLY (DFP_C_TYPE, DFP_C_TYPE);
444 extern DFP_C_TYPE DFP_DIVIDE (DFP_C_TYPE, DFP_C_TYPE);
[all...]
H A Ddfp-bit.c74 static inline DFP_C_TYPE
75 dfp_unary_op (dfp_unary_func op, DFP_C_TYPE arg)
77 DFP_C_TYPE result;
102 static inline DFP_C_TYPE
103 dfp_binary_op (dfp_binary_func op, DFP_C_TYPE arg_a, DFP_C_TYPE arg_b)
105 DFP_C_TYPE result;
133 dfp_compare_op (dfp_binary_func op, DFP_C_TYPE arg_a, DFP_C_TYPE arg_b)
270 DFP_C_TYPE
[all...]

Completed in 117 milliseconds