Home
last modified time | relevance | path

Searched refs:real_isinteger (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dreal.h518 extern bool real_isinteger (const REAL_VALUE_TYPE *, format_helper);
519 extern bool real_isinteger (const REAL_VALUE_TYPE *, HOST_WIDE_INT *);
H A Dgimple-match-head.c1172 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 Dgimple-ssa-backprop.c376 && real_isinteger (&TREE_REAL_CST (power), &n) in process_builtin_call_use()
H A Dreal.c5256 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 Dmatch.pd649 (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 Dbuiltins.c11529 && !(real_isneg (ra) && real_isinteger (ra, TYPE_MODE (type)))) in do_mpfr_lgamma_r()
H A Dfold-const.c14538 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 Dreal.h517 extern bool real_isinteger (const REAL_VALUE_TYPE *, format_helper);
518 extern bool real_isinteger (const REAL_VALUE_TYPE *, HOST_WIDE_INT *);
H A Dgimple-match-head.cc1228 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 Dgimple-ssa-backprop.cc376 && real_isinteger (&TREE_REAL_CST (power), &n) in process_builtin_call_use()
H A Dreal.cc5258 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 Dmatch.pd801 (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 Dbuiltins.cc10724 && !(real_isneg (ra) && real_isinteger (ra, TYPE_MODE (type)))) in do_mpfr_lgamma_r()
H A Dfold-const.cc15493 return real_isinteger (TREE_REAL_CST_PTR (t), TYPE_MODE (TREE_TYPE (t))); in integer_valued_real_single_p()
H A DChangeLog-2015395 (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 DChangeLog-20064384 * real.h (real_isinteger): Declare.
4385 * real.c (real_isinteger): Define.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-common.c1347 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 Dc-common.cc1513 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 Daarch64.c22877 || !real_isinteger (r, DFmode)) in aarch64_fpconst_pow_of_2()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.cc26496 || !real_isinteger (r, DFmode)) in aarch64_fpconst_pow_of_2()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm.c30294 || !real_isinteger (r, SFmode)) in vfp3_const_double_for_bits()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm.cc30845 || !real_isinteger (r, SFmode)) in vfp3_const_double_for_bits()