| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | Hashing.cpp | 26 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 D | fixed-value.c | 113 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 D | fixed-value.h | 23 struct GTY(()) fixed_value struct 29 #define FIXED_VALUE_TYPE struct fixed_value argument
|
| H A D | tree-core.h | 34 struct fixed_value; 1397 struct fixed_value * fixed_cst_ptr;
|
| H A D | tree-streamer-out.c | 184 struct fixed_value fv = TREE_FIXED_CST (expr); in pack_ts_fixed_cst_value_fields()
|
| H A D | tree-streamer-in.c | 217 FIXED_VALUE_TYPE *fp = ggc_alloc<fixed_value> (); in unpack_ts_fixed_cst_value_fields()
|
| H A D | rtl.h | 449 struct fixed_value fv; 1998 ((const struct fixed_value *) XCNMPFV (r, CONST_FIXED, VOIDmode))
|
| H A D | fold-const.c | 8209 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 D | tree.c | 2137 fp = ggc_alloc<fixed_value> (); in build_fixed()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | fixed-value.cc | 113 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 D | fixed-value.h | 23 struct GTY(()) fixed_value struct 29 #define FIXED_VALUE_TYPE struct fixed_value argument
|
| H A D | tree-core.h | 34 struct fixed_value; 1469 struct fixed_value * fixed_cst_ptr;
|
| H A D | tree-streamer-out.cc | 190 struct fixed_value fv = TREE_FIXED_CST (expr); in pack_ts_fixed_cst_value_fields()
|
| H A D | tree-streamer-in.cc | 219 FIXED_VALUE_TYPE *fp = ggc_alloc<fixed_value> (); in unpack_ts_fixed_cst_value_fields()
|
| H A D | rtl.h | 449 struct fixed_value fv; 2006 ((const struct fixed_value *) XCNMPFV (r, CONST_FIXED, VOIDmode))
|
| H A D | fold-const.cc | 8652 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 D | tree.cc | 2370 fp = ggc_alloc<fixed_value> (); in build_fixed()
|
| H A D | ChangeLog-2007 | 10258 * 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 D | Hashing.h | 139 void set_fixed_execution_hash_seed(uint64_t fixed_value);
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
| H A D | generic.texi | 1083 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 D | rtl.texi | 1766 The operand is a data structure of type @code{struct fixed_value} and
|
| H A D | gccint.info | 10880 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 D | generic.texi | 1075 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 D | rtl.texi | 1742 The operand is a data structure of type @code{struct fixed_value} and
|
| H A D | gccint.info | 10510 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
|