Searched refs:DFP_C_TYPE (Results 1 – 2 of 2) sorted by relevance
| /dragonfly/contrib/gcc-4.7/libgcc/ |
| HD | dfp-bit.c | 131 static inline DFP_C_TYPE 132 dnn_binary_op (dfp_binary_func op, DFP_C_TYPE arg_a, DFP_C_TYPE arg_b) in dnn_binary_op() 134 union { DFP_C_TYPE c; decFloat f; } a, b, result; in dnn_binary_op() 191 dnn_compare_op (dfp_binary_func op, DFP_C_TYPE arg_a, DFP_C_TYPE arg_b) in dnn_compare_op() 193 union { DFP_C_TYPE c; decFloat f; } a, b; in dnn_compare_op() 244 DFP_C_TYPE 245 DFP_ADD (DFP_C_TYPE arg_a, DFP_C_TYPE arg_b) in DFP_ADD() 250 DFP_C_TYPE 251 DFP_SUB (DFP_C_TYPE arg_a, DFP_C_TYPE arg_b) in DFP_SUB() 258 DFP_C_TYPE [all …]
|
| HD | dfp-bit.h | 74 #define DFP_C_TYPE _Decimal32 macro 83 #define DFP_C_TYPE _Decimal64 macro 92 #define DFP_C_TYPE _Decimal128 macro 550 extern DFP_C_TYPE DFP_MULTIPLY (DFP_C_TYPE, DFP_C_TYPE); 554 extern DFP_C_TYPE DFP_DIVIDE (DFP_C_TYPE, DFP_C_TYPE); 558 extern DFP_C_TYPE DFP_ADD (DFP_C_TYPE, DFP_C_TYPE); 559 extern DFP_C_TYPE DFP_SUB (DFP_C_TYPE, DFP_C_TYPE); 563 extern CMPtype DFP_EQ (DFP_C_TYPE, DFP_C_TYPE); 567 extern CMPtype DFP_NE (DFP_C_TYPE, DFP_C_TYPE); 571 extern CMPtype DFP_LT (DFP_C_TYPE, DFP_C_TYPE); [all …]
|