Home
last modified time | relevance | path

Searched refs:set_fast_math_flags (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dtoplev.h121 extern void set_fast_math_flags PARAMS ((int));
H A Dtoplev.c1639 set_fast_math_flags (set) in set_fast_math_flags() function
4054 set_fast_math_flags (1);
4056 set_fast_math_flags (0);
H A DChangeLog.58860 (set_fast_math_flags): New, sets flags for -ffast-math.
8863 * toplev.h: Declare set_fast_math_flags and set_no_fast_math_flags.
8868 * config/c4x/c4x.c (c4x_override_options): Call set_fast_math_flags
H A DChangeLog17729 (set_fast_math_flags): Clear flag_signaling_nans with -ffast-math.
19766 * toplev.c (set_fast_math_flags): Don't use ISO C style function
H A DChangeLog.77102 * toplev.c (set_fast_math_flags): New prototype.
7106 * toplev.h (set_fast_math_flags): Update.
/openbsd-src/gnu/gcc/gcc/
H A Dtoplev.h146 extern void set_fast_math_flags (int);
H A Dopts.c851 set_fast_math_flags (value); in common_handle_option()
1129 set_fast_math_flags (int set) in set_fast_math_flags() function
/openbsd-src/gnu/gcc/gcc/config/c4x/
H A Dc4x.c300 set_fast_math_flags (1); in c4x_override_options()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/c4x/
H A Dc4x.c291 set_fast_math_flags (1); in c4x_override_options()