Searched defs:subtract_p (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | dfp.c | 495 const REAL_VALUE_TYPE *op1, int subtract_p) in decimal_do_add()
|
H A D | fixed-value.c | 314 const FIXED_VALUE_TYPE *b, bool subtract_p, bool sat_p) in do_fixed_add()
|
H A D | gimple-ssa-strength-reduction.c | 1281 bool subtract_p, bool speed) in create_add_ssa_cand() 1458 bool subtract_p = gimple_assign_rhs_code (gs) == MINUS_EXPR; in slsr_process_add() local
|
H A D | real.c | 519 const REAL_VALUE_TYPE *b, int subtract_p) in do_add()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | dfp.cc | 495 const REAL_VALUE_TYPE *op1, int subtract_p) in decimal_do_add()
|
H A D | fixed-value.cc | 314 const FIXED_VALUE_TYPE *b, bool subtract_p, bool sat_p) in do_fixed_add()
|
H A D | gimple-ssa-strength-reduction.cc | 1280 bool subtract_p, bool speed) in create_add_ssa_cand() 1457 bool subtract_p = gimple_assign_rhs_code (gs) == MINUS_EXPR; in slsr_process_add() local
|
H A D | real.cc | 519 const REAL_VALUE_TYPE *b, int subtract_p) in do_add()
|