Searched refs:pred_half (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-expand.c15766 REAL_VALUE_TYPE pred_half, half_minus_pred_half; local
15772 real_arithmetic (&pred_half, MINUS_EXPR, &dconsthalf, &half_minus_pred_half);
15775 adj = force_reg (mode, const_double_from_real_value (pred_half, mode));
16152 REAL_VALUE_TYPE pred_half, half_minus_pred_half; local
16166 real_arithmetic (&pred_half, MINUS_EXPR, &dconsthalf, &half_minus_pred_half);
16169 half = force_reg (mode, const_double_from_real_value (pred_half, mode));
16265 REAL_VALUE_TYPE pred_half, half_minus_pred_half; local
16288 real_arithmetic (&pred_half, MINUS_EXPR, &dconsthalf, &half_minus_pred_half);
16289 half = const_double_from_real_value (pred_half, mode);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-expand.cc17765 REAL_VALUE_TYPE pred_half, half_minus_pred_half; local
17771 real_arithmetic (&pred_half, MINUS_EXPR, &dconsthalf, &half_minus_pred_half);
17774 adj = force_reg (mode, const_double_from_real_value (pred_half, mode));
18153 REAL_VALUE_TYPE pred_half, half_minus_pred_half; local
18166 real_arithmetic (&pred_half, MINUS_EXPR, &dconsthalf, &half_minus_pred_half);
18169 half = force_reg (mode, const_double_from_real_value (pred_half, mode));
18264 REAL_VALUE_TYPE pred_half, half_minus_pred_half; local
18287 real_arithmetic (&pred_half, MINUS_EXPR, &dconsthalf, &half_minus_pred_half);
18288 half = const_double_from_real_value (pred_half, mode);

Completed in 309 milliseconds