Home
last modified time | relevance | path

Searched refs:fixed_value (Results 1 – 25 of 28) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DHashing.cpp26 void llvm::set_fixed_execution_hash_seed(uint64_t fixed_value) { in set_fixed_execution_hash_seed() argument
27 hashing::detail::fixed_seed_override = fixed_value; in set_fixed_execution_hash_seed()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dfixed-value.c113 REAL_VALUE_TYPE real_value, fixed_value, base_value; in fixed_from_string() local
130 real_arithmetic (&fixed_value, MULT_EXPR, &real_value, &base_value); in fixed_from_string()
131 wide_int w = real_to_integer (&fixed_value, &fail, in fixed_from_string()
157 REAL_VALUE_TYPE real_value, base_value, fixed_value; in fixed_to_decimal() local
165 real_arithmetic (&fixed_value, RDIV_EXPR, &real_value, &base_value); in fixed_to_decimal()
166 real_to_decimal (str, &fixed_value, buf_size, 0, 1); in fixed_to_decimal()
1038 REAL_VALUE_TYPE real_value, fixed_value, base_value; in fixed_convert_from_real() local
1048 real_arithmetic (&fixed_value, MULT_EXPR, &real_value, &base_value); in fixed_convert_from_real()
1050 wide_int w = real_to_integer (&fixed_value, &fail, in fixed_convert_from_real()
1096 REAL_VALUE_TYPE base_value, fixed_value, real_value; in real_convert_from_fixed() local
[all …]
H A Dfixed-value.h23 struct GTY(()) fixed_value struct
29 #define FIXED_VALUE_TYPE struct fixed_value argument
H A Dtree-core.h34 struct fixed_value;
1397 struct fixed_value * fixed_cst_ptr;
H A Dtree-streamer-out.c184 struct fixed_value fv = TREE_FIXED_CST (expr); in pack_ts_fixed_cst_value_fields()
H A Dtree-streamer-in.c217 FIXED_VALUE_TYPE *fp = ggc_alloc<fixed_value> (); in unpack_ts_fixed_cst_value_fields()
H A Drtl.h449 struct fixed_value fv;
1998 ((const struct fixed_value *) XCNMPFV (r, CONST_FIXED, VOIDmode))
H A Dfold-const.c8209 FIXED_VALUE_TYPE fixed_value; in native_interpret_fixed() local
8216 fixed_value = fixed_from_double_int (result, mode); in native_interpret_fixed()
8218 return build_fixed (type, fixed_value); in native_interpret_fixed()
H A Dtree.c2137 fp = ggc_alloc<fixed_value> (); in build_fixed()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dfixed-value.cc113 REAL_VALUE_TYPE real_value, fixed_value, base_value; in fixed_from_string() local
130 real_arithmetic (&fixed_value, MULT_EXPR, &real_value, &base_value); in fixed_from_string()
131 wide_int w = real_to_integer (&fixed_value, &fail, in fixed_from_string()
157 REAL_VALUE_TYPE real_value, base_value, fixed_value; in fixed_to_decimal() local
165 real_arithmetic (&fixed_value, RDIV_EXPR, &real_value, &base_value); in fixed_to_decimal()
166 real_to_decimal (str, &fixed_value, buf_size, 0, 1); in fixed_to_decimal()
1037 REAL_VALUE_TYPE real_value, fixed_value, base_value; in fixed_convert_from_real() local
1047 real_arithmetic (&fixed_value, MULT_EXPR, &real_value, &base_value); in fixed_convert_from_real()
1049 wide_int w = real_to_integer (&fixed_value, &fail, in fixed_convert_from_real()
1095 REAL_VALUE_TYPE base_value, fixed_value, real_value; in real_convert_from_fixed() local
[all …]
H A Dfixed-value.h23 struct GTY(()) fixed_value struct
29 #define FIXED_VALUE_TYPE struct fixed_value argument
H A Dtree-core.h34 struct fixed_value;
1469 struct fixed_value * fixed_cst_ptr;
H A Dtree-streamer-out.cc190 struct fixed_value fv = TREE_FIXED_CST (expr); in pack_ts_fixed_cst_value_fields()
H A Dtree-streamer-in.cc219 FIXED_VALUE_TYPE *fp = ggc_alloc<fixed_value> (); in unpack_ts_fixed_cst_value_fields()
H A Drtl.h449 struct fixed_value fv;
2006 ((const struct fixed_value *) XCNMPFV (r, CONST_FIXED, VOIDmode))
H A Dfold-const.cc8652 FIXED_VALUE_TYPE fixed_value; in native_interpret_fixed() local
8659 fixed_value = fixed_from_double_int (result, mode); in native_interpret_fixed()
8661 return build_fixed (type, fixed_value); in native_interpret_fixed()
H A Dtree.cc2370 fp = ggc_alloc<fixed_value> (); in build_fixed()
H A DChangeLog-200710258 * rtl.h (fixed_value.h): New include.
10259 (rtx_def): Add a new field of fixed_value to u.
10260 (XCNMPFV): Define for accessing fixed_value.
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DHashing.h139 void set_fixed_execution_hash_seed(uint64_t fixed_value);
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dgeneric.texi1083 a @code{struct fixed_value}; @code{TREE_FIXED_CST} returns the structure
1084 itself. @code{struct fixed_value} contains @code{data} with the size of two
H A Drtl.texi1766 The operand is a data structure of type @code{struct fixed_value} and
H A Dgccint.info10880 points to a 'struct fixed_value'; 'TREE_FIXED_CST' returns the
10881 structure itself. 'struct fixed_value' contains 'data' with the
17736 structure of type 'struct fixed_value' and is accessed with the
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dgeneric.texi1075 a @code{struct fixed_value}; @code{TREE_FIXED_CST} returns the structure
1076 itself. @code{struct fixed_value} contains @code{data} with the size of two
H A Drtl.texi1742 The operand is a data structure of type @code{struct fixed_value} and
H A Dgccint.info10510 points to a 'struct fixed_value'; 'TREE_FIXED_CST' returns the
10511 structure itself. 'struct fixed_value' contains 'data' with the
17316 structure of type 'struct fixed_value' and is accessed with the

12