Searched refs:dfp_binary_op (Results 1 – 1 of 1) sorted by relevance
| /freebsd-9-stable/contrib/gcc/config/ |
| D | dfp-bit.c | 102 dfp_binary_op (dfp_binary_func op, DFP_C_TYPE arg_a, DFP_C_TYPE arg_b) in dfp_binary_op() function 271 return dfp_binary_op (decNumberAdd, arg_a, arg_b); in DFP_ADD() 277 return dfp_binary_op (decNumberSubtract, arg_a, arg_b); in DFP_SUB() 285 return dfp_binary_op (decNumberMultiply, arg_a, arg_b); in DFP_MULTIPLY() 293 return dfp_binary_op (decNumberDivide, arg_a, arg_b); in DFP_DIVIDE()
|