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

  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386-expand.cc 18915 REAL_VALUE_TYPE pred_half, half_minus_pred_half; local
18921 real_arithmetic (&pred_half, MINUS_EXPR, &dconsthalf, &half_minus_pred_half);
18924 adj = force_reg (mode, const_double_from_real_value (pred_half, mode));
19303 REAL_VALUE_TYPE pred_half, half_minus_pred_half; local
19316 real_arithmetic (&pred_half, MINUS_EXPR, &dconsthalf, &half_minus_pred_half);
19319 half = force_reg (mode, const_double_from_real_value (pred_half, mode));
19414 REAL_VALUE_TYPE pred_half, half_minus_pred_half; local
19441 real_arithmetic (&pred_half, MINUS_EXPR, &dconsthalf, &half_minus_pred_half);
19442 half = const_double_from_real_value (pred_half, mode);
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386-expand.cc 17815 REAL_VALUE_TYPE pred_half, half_minus_pred_half; local
17821 real_arithmetic (&pred_half, MINUS_EXPR, &dconsthalf, &half_minus_pred_half);
17824 adj = force_reg (mode, const_double_from_real_value (pred_half, mode));
18203 REAL_VALUE_TYPE pred_half, half_minus_pred_half; local
18216 real_arithmetic (&pred_half, MINUS_EXPR, &dconsthalf, &half_minus_pred_half);
18219 half = force_reg (mode, const_double_from_real_value (pred_half, mode));
18314 REAL_VALUE_TYPE pred_half, half_minus_pred_half; local
18337 real_arithmetic (&pred_half, MINUS_EXPR, &dconsthalf, &half_minus_pred_half);
18338 half = const_double_from_real_value (pred_half, mode);

Completed in 90 milliseconds