Searched defs:fixed_value (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | fixed-value.h | 23 struct GTY(()) fixed_value struct 29 #define FIXED_VALUE_TYPE struct fixed_value argument
|
H A D | fixed-value.c | 113 REAL_VALUE_TYPE real_value, fixed_value, base_value; in fixed_from_string() local 157 REAL_VALUE_TYPE real_value, base_value, fixed_value; in fixed_to_decimal() local 1038 REAL_VALUE_TYPE real_value, fixed_value, base_value; in fixed_convert_from_real() local 1096 REAL_VALUE_TYPE base_value, fixed_value, real_value; in real_convert_from_fixed() local
|
H A D | fold-const.c | 8209 FIXED_VALUE_TYPE fixed_value; in native_interpret_fixed() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | fixed-value.h | 23 struct GTY(()) fixed_value struct 29 #define FIXED_VALUE_TYPE struct fixed_value argument
|
H A D | fixed-value.cc | 113 REAL_VALUE_TYPE real_value, fixed_value, base_value; in fixed_from_string() local 157 REAL_VALUE_TYPE real_value, base_value, fixed_value; in fixed_to_decimal() local 1037 REAL_VALUE_TYPE real_value, fixed_value, base_value; in fixed_convert_from_real() local 1095 REAL_VALUE_TYPE base_value, fixed_value, real_value; in real_convert_from_fixed() local
|
H A D | fold-const.cc | 8652 FIXED_VALUE_TYPE fixed_value; in native_interpret_fixed() local
|
/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()
|