Home
last modified time | relevance | path

Searched refs:denormalize (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/Object/
DCOFFYAML.cpp225 uint8_t denormalize(IO &) { return SelectionType; } in denormalize() function
234 uint32_t denormalize(IO &) { return Characteristics; } in denormalize() function
243 uint32_t denormalize(IO &) { return Characteristics; } in denormalize() function
252 uint32_t denormalize(IO &) { return AuxType; } in denormalize() function
259 uint8_t denormalize(IO &) { return StorageClass; } in denormalize() function
267 uint16_t denormalize(IO &) { return Machine; } in denormalize() function
275 uint16_t denormalize(IO &) { return Characteristics; } in denormalize() function
284 uint16_t denormalize(IO &) { return Type; } in denormalize() function
/external/clang/test/CodeGen/
D2002-07-31-BadAssert.c13 void denormalize(InternalFPF *ptr) { in denormalize() function
/external/clang/include/clang/Tooling/
DReplacementsYaml.h42 clang::tooling::Replacement denormalize(const IO &) { in LLVM_YAML_IS_SEQUENCE_VECTOR()
/external/llvm/test/Transforms/LoopStrengthReduce/
Dquadradic-exit-value.ll24 ; SCEV does not know how to denormalize chained recurrences, so make
/external/valgrind/main/VEX/switchback/
Dtest_emfloat.c537 static void denormalize(InternalFPF *ptr,int minimum_exponent);
940 static void denormalize(InternalFPF *ptr, in denormalize() function
986 denormalize(ptr, MIN_EXP); in RoundInternalFPF()
/external/llvm/docs/
DYamlIO.rst574 Polar denormalize(IO &) {
599 when the local keys variable goes out of scope, the denormalize() method will
604 could be returned by the denormalize() method, except that the temporary
608 when reading YAML. It never destroys the normalized object. The denormalize()
/external/llvm/include/llvm/Support/
DYAMLTraits.h805 Result = BufPtr->denormalize(io);
842 Result = BufPtr->denormalize(io);
/external/llvm/unittests/Support/
DYAMLIOTest.cpp812 TotalSeconds denormalize(IO &) { in denormalize() function in llvm::yaml::MappingTraits::NormalizedSeconds