HomeSort by: relevance | last modified time | path
    Searched defs:dfp_compare_op (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgcc/
dfp-bit.c 148 dfp_compare_op (dfp_binary_func op, decFloat arg_a, decFloat arg_b)
185 return dfp_compare_op (op, a, b);
197 return dfp_compare_op (op, a.f, b.f);
279 stat = DFP_COMPARE_OP (DEC_FLOAT_COMPARE, arg_a, arg_b);
290 stat = DFP_COMPARE_OP (DEC_FLOAT_COMPARE, arg_a, arg_b);
303 stat = DFP_COMPARE_OP (DEC_FLOAT_COMPARE, arg_a, arg_b);
314 stat = DFP_COMPARE_OP (DEC_FLOAT_COMPARE, arg_a, arg_b);
325 stat = DFP_COMPARE_OP (DEC_FLOAT_COMPARE, arg_a, arg_b);
338 stat = DFP_COMPARE_OP (DEC_FLOAT_COMPARE, arg_a, arg_b);
147 dfp_compare_op (dfp_binary_func op, decFloat arg_a, decFloat arg_b) function
  /src/external/gpl3/gcc.old/dist/libgcc/
dfp-bit.c 148 dfp_compare_op (dfp_binary_func op, decFloat arg_a, decFloat arg_b)
185 return dfp_compare_op (op, a, b);
197 return dfp_compare_op (op, a.f, b.f);
279 stat = DFP_COMPARE_OP (DEC_FLOAT_COMPARE, arg_a, arg_b);
290 stat = DFP_COMPARE_OP (DEC_FLOAT_COMPARE, arg_a, arg_b);
303 stat = DFP_COMPARE_OP (DEC_FLOAT_COMPARE, arg_a, arg_b);
314 stat = DFP_COMPARE_OP (DEC_FLOAT_COMPARE, arg_a, arg_b);
325 stat = DFP_COMPARE_OP (DEC_FLOAT_COMPARE, arg_a, arg_b);
338 stat = DFP_COMPARE_OP (DEC_FLOAT_COMPARE, arg_a, arg_b);
147 dfp_compare_op (dfp_binary_func op, decFloat arg_a, decFloat arg_b) function

Completed in 24 milliseconds