Home
last modified time | relevance | path

Searched refs:cint (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
H A Dbid_binarydecimal.c145599 UINT128 cint; local
145601 cint.w[1] = c.w[1], cint.w[0] = c.w[0];
145603 srl128 (cint.w[1], cint.w[0], -e);
145604 if ((cint.w[1] == 0) && (cint.w[0] < 10000000ull))
145605 return_bid32 (s, 101, cint.w[0]);
145608 srl128 (cint.w[1], cint.w[0], t);
145609 if (le128 (cint.w[1], cint.w[0], pow5.w[1], pow5.w[0])) {
145611 cc.w[1] = cint.w[1];
145612 cc.w[0] = cint.w[0];
145753 UINT128 cint; local
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/libbid/
H A Dbid_binarydecimal.c145599 UINT128 cint; local
145601 cint.w[1] = c.w[1], cint.w[0] = c.w[0];
145603 srl128 (cint.w[1], cint.w[0], -e);
145604 if ((cint.w[1] == 0) && (cint.w[0] < 10000000ull))
145605 return_bid32 (s, 101, cint.w[0]);
145608 srl128 (cint.w[1], cint.w[0], t);
145609 if (le128 (cint.w[1], cint.w[0], pow5.w[1], pow5.w[0])) {
145611 cc.w[1] = cint.w[1];
145612 cc.w[0] = cint.w[0];
145753 UINT128 cint; local
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-math-opts.c1763 REAL_VALUE_TYPE cint; in expand_pow_as_sqrts() local
1764 real_from_integer (&cint, VOIDmode, n, SIGNED); in expand_pow_as_sqrts()
1766 if (!real_identical (&whole_part, &cint)) in expand_pow_as_sqrts()
1877 REAL_VALUE_TYPE c, cint, dconst1_3, dconst1_4, dconst1_6; in gimple_expand_builtin_pow() local
1905 real_from_integer (&cint, VOIDmode, n, SIGNED); in gimple_expand_builtin_pow()
1906 c_is_int = real_identical (&c, &cint); in gimple_expand_builtin_pow()
1987 real_from_integer (&cint, VOIDmode, n, SIGNED); in gimple_expand_builtin_pow()
1988 c2_is_int = real_identical (&c2, &cint); in gimple_expand_builtin_pow()
2003 real_from_integer (&cint, VOIDmode, n, SIGNED); in gimple_expand_builtin_pow()
2004 real_arithmetic (&c2, RDIV_EXPR, &cint, &dconst3); in gimple_expand_builtin_pow()
H A Dreal.c5258 REAL_VALUE_TYPE cint; in real_isinteger() local
5260 real_trunc (&cint, fmt, c); in real_isinteger()
5261 return real_identical (c, &cint); in real_isinteger()
5270 REAL_VALUE_TYPE cint; in real_isinteger() local
5273 real_from_integer (&cint, VOIDmode, n, SIGNED); in real_isinteger()
5274 if (real_identical (c, &cint)) in real_isinteger()
H A Dtree-ssa-reassoc.c1147 REAL_VALUE_TYPE c, cint; in decrement_power() local
1157 real_from_integer (&cint, VOIDmode, power, SIGNED); in decrement_power()
1158 gimple_call_set_arg (stmt, 1, build_real (TREE_TYPE (arg1), cint)); in decrement_power()
5402 REAL_VALUE_TYPE c, cint; in acceptable_pow_call() local
5422 real_from_integer (&cint, VOIDmode, *exponent, SIGNED); in acceptable_pow_call()
5423 if (!real_identical (&c, &cint)) in acceptable_pow_call()
H A Dexpmed.c128 rtx cint[MAX_BITS_PER_WORD]; member
208 XEXP (all->shift, 1) = all->cint[m]; in init_expmed_one_mode()
258 all.cint[m] = GEN_INT (m); in init_expmed()
H A Dfold-const.c14032 REAL_VALUE_TYPE cint; in tree_call_nonnegative_warnv_p() local
14033 real_from_integer (&cint, VOIDmode, n, SIGNED); in tree_call_nonnegative_warnv_p()
14034 if (real_identical (&c, &cint)) in tree_call_nonnegative_warnv_p()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-math-opts.cc1897 REAL_VALUE_TYPE cint; in expand_pow_as_sqrts() local
1898 real_from_integer (&cint, VOIDmode, n, SIGNED); in expand_pow_as_sqrts()
1900 if (!real_identical (&whole_part, &cint)) in expand_pow_as_sqrts()
2011 REAL_VALUE_TYPE c, cint, dconst1_3, dconst1_4, dconst1_6; in gimple_expand_builtin_pow() local
2039 real_from_integer (&cint, VOIDmode, n, SIGNED); in gimple_expand_builtin_pow()
2040 c_is_int = real_identical (&c, &cint); in gimple_expand_builtin_pow()
2121 real_from_integer (&cint, VOIDmode, n, SIGNED); in gimple_expand_builtin_pow()
2122 c2_is_int = real_identical (&c2, &cint); in gimple_expand_builtin_pow()
2137 real_from_integer (&cint, VOIDmode, n, SIGNED); in gimple_expand_builtin_pow()
2138 real_arithmetic (&c2, RDIV_EXPR, &cint, &dconst3); in gimple_expand_builtin_pow()
H A Dreal.cc5260 REAL_VALUE_TYPE cint; in real_isinteger() local
5262 real_trunc (&cint, fmt, c); in real_isinteger()
5263 return real_identical (c, &cint); in real_isinteger()
5272 REAL_VALUE_TYPE cint; in real_isinteger() local
5275 real_from_integer (&cint, VOIDmode, n, SIGNED); in real_isinteger()
5276 if (real_identical (c, &cint)) in real_isinteger()
H A Dtree-ssa-reassoc.cc1214 REAL_VALUE_TYPE c, cint; in decrement_power() local
1224 real_from_integer (&cint, VOIDmode, power, SIGNED); in decrement_power()
1225 gimple_call_set_arg (stmt, 1, build_real (TREE_TYPE (arg1), cint)); in decrement_power()
5800 REAL_VALUE_TYPE c, cint; in acceptable_pow_call() local
5820 real_from_integer (&cint, VOIDmode, *exponent, SIGNED); in acceptable_pow_call()
5821 if (!real_identical (&c, &cint)) in acceptable_pow_call()
H A Dexpmed.cc128 rtx cint[MAX_BITS_PER_WORD]; member
210 XEXP (all->shift, 1) = all->cint[m]; in init_expmed_one_mode()
261 all.cint[m] = GEN_INT (m); in init_expmed()
H A Dfold-const.cc14987 REAL_VALUE_TYPE cint; in tree_call_nonnegative_warnv_p() local
14988 real_from_integer (&cint, VOIDmode, n, SIGNED); in tree_call_nonnegative_warnv_p()
14989 if (real_identical (&c, &cint)) in tree_call_nonnegative_warnv_p()
H A DChangeLog-201432380 pow2 and cint from struct rtx_def to rtx.
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dcheckedint.d3458 alias cint = Checked!(int, void);
3459 cint a = 1, b = 2;
3461 assert(a == cint(3));
3463 alias ccint = Checked!(cint, Saturate);
3466 assert(a == cint(17));
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-intrinsic.c4239 tree cint = gfc_get_int_type (gfc_c_int_kind); in gfc_conv_intrinsic_funcall() local
4263 append_args->quick_push (build_int_cst (cint, 1)); in gfc_conv_intrinsic_funcall()
4264 append_args->quick_push (build_int_cst (cint, in gfc_conv_intrinsic_funcall()
4272 append_args->quick_push (build_int_cst (cint, 0)); in gfc_conv_intrinsic_funcall()
4273 append_args->quick_push (build_int_cst (cint, 0)); in gfc_conv_intrinsic_funcall()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-intrinsic.cc4384 tree cint = gfc_get_int_type (gfc_c_int_kind); in gfc_conv_intrinsic_funcall() local
4408 append_args->quick_push (build_int_cst (cint, 1)); in gfc_conv_intrinsic_funcall()
4409 append_args->quick_push (build_int_cst (cint, in gfc_conv_intrinsic_funcall()
4417 append_args->quick_push (build_int_cst (cint, 0)); in gfc_conv_intrinsic_funcall()
4418 append_args->quick_push (build_int_cst (cint, 0)); in gfc_conv_intrinsic_funcall()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Dpredicates.md897 ;; Return 1 if the operand is either a logical operand or a short cint operand.
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Dpredicates.md1059 ;; Return 1 if the operand is either a logical operand or a short cint operand.