Home
last modified time | relevance | path

Searched refs:prev_fast_math (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-cppbuiltin.c588 bool prev_fast_math; in c_cpp_builtins_optimize_pragma() local
607 prev_fast_math = fast_math_flags_struct_set_p (prev); in c_cpp_builtins_optimize_pragma()
609 if (!prev_fast_math && cur_fast_math) in c_cpp_builtins_optimize_pragma()
611 else if (prev_fast_math && !cur_fast_math) in c_cpp_builtins_optimize_pragma()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-cppbuiltin.cc599 bool prev_fast_math; in c_cpp_builtins_optimize_pragma() local
622 prev_fast_math = fast_math_flags_struct_set_p (prev); in c_cpp_builtins_optimize_pragma()
624 if (!prev_fast_math && cur_fast_math) in c_cpp_builtins_optimize_pragma()
626 else if (prev_fast_math && !cur_fast_math) in c_cpp_builtins_optimize_pragma()