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

  /src/external/gpl3/gcc/dist/libgcc/soft-fp/
op-2.h 144 #define _FP_FRAC_GE_2(X, Y) \
541 if (_FP_FRAC_GE_2 (X, Y)) \
572 if (_FP_FRAC_GE_2 (_FP_DIV_MEAT_2_udiv_r, Y) \
608 if (_FP_FRAC_GE_2 (_FP_DIV_MEAT_2_udiv_r, Y) \
  /src/external/gpl3/gcc.old/dist/libgcc/soft-fp/
op-2.h 148 #define _FP_FRAC_GE_2(X, Y) \
545 if (_FP_FRAC_GE_2 (X, Y)) \
576 if (_FP_FRAC_GE_2 (_FP_DIV_MEAT_2_udiv_r, Y) \
612 if (_FP_FRAC_GE_2 (_FP_DIV_MEAT_2_udiv_r, Y) \

Completed in 55 milliseconds