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

  /src/external/gpl3/gcc/dist/gcc/config/alpha/
alpha.cc 2746 int local_fast_math = flag_unsafe_math_optimizations;
2817 local_fast_math = 1;
2831 && (cmp_mode == DImode || local_fast_math)
2881 if (cmp_mode == DFmode && !local_fast_math)
2739 int local_fast_math = flag_unsafe_math_optimizations; local
  /src/external/gpl3/gcc.old/dist/gcc/config/alpha/
alpha.cc 2745 int local_fast_math = flag_unsafe_math_optimizations;
2816 local_fast_math = 1;
2830 && (cmp_mode == DImode || local_fast_math)
2880 if (cmp_mode == DFmode && !local_fast_math)
2738 int local_fast_math = flag_unsafe_math_optimizations; local

Completed in 46 milliseconds