Home
last modified time | relevance | path

Searched defs:fixed_value (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dfixed-value.h23 struct GTY(()) fixed_value struct
29 #define FIXED_VALUE_TYPE struct fixed_value argument
H A Dfixed-value.c113 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 Dfold-const.c8209 FIXED_VALUE_TYPE fixed_value; in native_interpret_fixed() local
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dfixed-value.h23 struct GTY(()) fixed_value struct
29 #define FIXED_VALUE_TYPE struct fixed_value argument
H A Dfixed-value.cc113 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 Dfold-const.cc8652 FIXED_VALUE_TYPE fixed_value; in native_interpret_fixed() local
/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()