HomeSort by: relevance | last modified time | path
    Searched refs:FP_CUR_EXCEPTIONS (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgcc/soft-fp/
soft-fp.h 211 #define FP_CUR_EXCEPTIONS \
231 # undef FP_CUR_EXCEPTIONS
232 # define FP_CUR_EXCEPTIONS 0
op-common.h 233 if ((FP_CUR_EXCEPTIONS & FP_EX_INEXACT) \
345 && ((FP_CUR_EXCEPTIONS & FP_EX_INEXACT) \
  /src/external/gpl3/gcc.old/dist/libgcc/soft-fp/
soft-fp.h 215 #define FP_CUR_EXCEPTIONS \
235 # undef FP_CUR_EXCEPTIONS
236 # define FP_CUR_EXCEPTIONS 0
op-common.h 237 if ((FP_CUR_EXCEPTIONS & FP_EX_INEXACT) \
349 && ((FP_CUR_EXCEPTIONS & FP_EX_INEXACT) \

Completed in 25 milliseconds