/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | real.h | 518 extern bool real_isinteger (const REAL_VALUE_TYPE *, format_helper); 519 extern bool real_isinteger (const REAL_VALUE_TYPE *, HOST_WIDE_INT *);
|
H A D | gimple-match-head.c | 1172 if (!real_isinteger (TREE_REAL_CST_PTR (arg0), TYPE_MODE (TREE_TYPE (arg0)))) in optimize_pow_to_exp() 1223 && real_isinteger (TREE_REAL_CST_PTR (cst2), in optimize_pow_to_exp()
|
H A D | gimple-ssa-backprop.c | 376 && real_isinteger (&TREE_REAL_CST (power), &n) in process_builtin_call_use()
|
H A D | real.c | 5256 real_isinteger (const REAL_VALUE_TYPE *c, format_helper fmt) in real_isinteger() function 5268 real_isinteger (const REAL_VALUE_TYPE *c, HOST_WIDE_INT *int_out) in real_isinteger() function
|
H A D | match.pd | 649 (if (real_isinteger (&TREE_REAL_CST (@1), &n) && (n & 1) == 0) 694 (if (real_isinteger (&TREE_REAL_CST (@1), &n) && (n & 1) == 0)
|
H A D | builtins.c | 11529 && !(real_isneg (ra) && real_isinteger (ra, TYPE_MODE (type)))) in do_mpfr_lgamma_r()
|
H A D | fold-const.c | 14538 return real_isinteger (TREE_REAL_CST_PTR (t), TYPE_MODE (TREE_TYPE (t))); in integer_valued_real_single_p()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | real.h | 517 extern bool real_isinteger (const REAL_VALUE_TYPE *, format_helper); 518 extern bool real_isinteger (const REAL_VALUE_TYPE *, HOST_WIDE_INT *);
|
H A D | gimple-match-head.cc | 1228 if (!real_isinteger (TREE_REAL_CST_PTR (arg0), TYPE_MODE (TREE_TYPE (arg0)))) in optimize_pow_to_exp() 1279 && real_isinteger (TREE_REAL_CST_PTR (cst2), in optimize_pow_to_exp()
|
H A D | gimple-ssa-backprop.cc | 376 && real_isinteger (&TREE_REAL_CST (power), &n) in process_builtin_call_use()
|
H A D | real.cc | 5258 real_isinteger (const REAL_VALUE_TYPE *c, format_helper fmt) in real_isinteger() function 5270 real_isinteger (const REAL_VALUE_TYPE *c, HOST_WIDE_INT *int_out) in real_isinteger() function
|
H A D | match.pd | 801 (if (real_isinteger (&TREE_REAL_CST (@1), &n) && (n & 1) == 0) 846 (if (real_isinteger (&TREE_REAL_CST (@1), &n) && (n & 1) == 0)
|
H A D | builtins.cc | 10724 && !(real_isneg (ra) && real_isinteger (ra, TYPE_MODE (type)))) in do_mpfr_lgamma_r()
|
H A D | fold-const.cc | 15493 return real_isinteger (TREE_REAL_CST_PTR (t), TYPE_MODE (TREE_TYPE (t))); in integer_valued_real_single_p()
|
H A D | ChangeLog-2015 | 395 (real_isinteger): Updated comment stating it returns false for sNaN. 9362 (real_round, real_isinteger, real_from_integer): Replace 9368 (real_floor, real_ceil, real_round, real_isinteger): Replace 12736 * real.h (real_isinteger): Declare. 12737 * real.c (real_isinteger): New function.
|
H A D | ChangeLog-2006 | 4384 * real.h (real_isinteger): Declare. 4385 * real.c (real_isinteger): Define.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-common.c | 1347 if (!real_isinteger (TREE_REAL_CST_PTR (expr), TYPE_MODE (expr_type))) in unsafe_conversion_p()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-common.cc | 1513 if (!real_isinteger (TREE_REAL_CST_PTR (expr), TYPE_MODE (expr_type))) in unsafe_conversion_p()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
H A D | aarch64.c | 22877 || !real_isinteger (r, DFmode)) in aarch64_fpconst_pow_of_2()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
H A D | aarch64.cc | 26496 || !real_isinteger (r, DFmode)) in aarch64_fpconst_pow_of_2()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
H A D | arm.c | 30294 || !real_isinteger (r, SFmode)) in vfp3_const_double_for_bits()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
H A D | arm.cc | 30845 || !real_isinteger (r, SFmode)) in vfp3_const_double_for_bits()
|