HomeSort by relevance Sort by last modified time
    Searched full:denormalize (Results 1 - 22 of 22) sorted by null

  /external/clang/test/CodeGen/
2002-07-31-BadAssert.c 13 void denormalize(InternalFPF *ptr) { function
  /external/llvm/lib/Object/
COFFYAML.cpp 260 uint8_t denormalize(IO &) { return SelectionType; } function in struct:llvm::yaml::__anon18064::NSectionSelectionType
269 uint32_t denormalize(IO &) { return Characteristics; } function in struct:llvm::yaml::__anon18064::NWeakExternalCharacteristics
278 uint32_t denormalize(IO &) { return Characteristics; } function in struct:llvm::yaml::__anon18064::NSectionCharacteristics
287 uint32_t denormalize(IO &) { return AuxType; } function in struct:llvm::yaml::__anon18064::NAuxTokenType
294 uint8_t denormalize(IO &) { return StorageClass; } function in struct:llvm::yaml::__anon18064::NStorageClass
302 uint16_t denormalize(IO &) { return Machine; } function in struct:llvm::yaml::__anon18064::NMachine
310 uint16_t denormalize(IO &) { return Characteristics; } function in struct:llvm::yaml::__anon18064::NHeaderCharacteristics
319 uint16_t denormalize(IO &) { return Type; } function in struct:llvm::yaml::__anon18064::NType
326 uint16_t denormalize(IO &) { return Subsystem; } function in struct:llvm::yaml::__anon18064::NWindowsSubsystem
335 uint16_t denormalize(IO &) { return Characteristics; function in struct:llvm::yaml::__anon18064::NDLLCharacteristics
    [all...]
ELFYAML.cpp 621 uint8_t denormalize(IO &) { return Visibility | Other; } function in struct:llvm::yaml::__anon18065::NormalizedOther
759 ELFYAML::ELF_REL denormalize(IO &) { function in struct:llvm::yaml::__anon18066::NormalizedMips64RelType
  /external/llvm/include/llvm/Analysis/
ScalarEvolutionNormalization.h 58 /// Denormalize - Perform the inverse transform on the expression with the
60 Denormalize
  /external/webrtc/webrtc/modules/audio_processing/ns/
nsx_core.h 199 // Denormalize the real-valued signal |in|, the output from inverse FFT.
200 typedef void (*Denormalize)(NoiseSuppressionFixedC* inst,
203 extern Denormalize WebRtcNsx_Denormalize;
nsx_core_mips.c     [all...]
nsx_core.c 476 // Denormalize the real-valued signal |in|, the output from inverse FFT.
557 Denormalize WebRtcNsx_Denormalize;
    [all...]
  /external/llvm/test/Transforms/LoopStrengthReduce/
quadradic-exit-value.ll 27 ; SCEV does not know how to denormalize chained recurrences, so make
  /external/llvm/lib/Analysis/
ScalarEvolutionNormalization.cpp 124 // be able to correctly denormalize.
151 // able to denormalize to the original expression.
176 case Denormalize:
IVUsers.cpp 216 TransformForPostIncUse(Denormalize, ISE, User, I,
  /external/llvm/tools/dsymutil/
DebugMap.cpp 125 // Normalize/Denormalize between YAML and a DebugMapObject.
129 dsymutil::DebugMapObject denormalize(IO &IO);
209 MappingTraits<dsymutil::DebugMapObject>::YamlDMO::denormalize(IO &IO) { function in class:llvm::yaml::MappingTraits::YamlDMO
  /external/clang/include/clang/Tooling/
ReplacementsYaml.h 42 clang::tooling::Replacement denormalize(const IO &) { function in struct:llvm::yaml::MappingTraits::NormalizedReplacement
  /external/valgrind/VEX/switchback/
test_emfloat.c 535 static void denormalize(InternalFPF *ptr,int minimum_exponent);
931 ** denormalize **
933 ** Denormalize an internal-representation number. This means
938 static void denormalize(InternalFPF *ptr, function
945 vexxx_printf("Error: zero significand in denormalize\n");
984 denormalize(ptr, MIN_EXP);
    [all...]
  /external/llvm/docs/
YamlIO.rst 624 Polar denormalize(IO &) {
649 when the local keys variable goes out of scope, the denormalize() method will
654 could be returned by the denormalize() method, except that the temporary
658 when reading YAML. It never destroys the normalized object. The denormalize()
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
levinson.c 180 t2 = (t2 << alp_exp); /* denormalize; compare to Alpha */
  /external/llvm/include/llvm/Support/
YAMLTraits.h 877 Result = BufPtr->denormalize(io);
912 Result = BufPtr->denormalize(io);
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
levinson.cpp 536 t2 = L_shl (t2, alp_exp); // denormalize; compare to Alpha
746 t2 = L_shl(t2, alp_exp, pOverflow); /* denormalize; compare to Alpha */
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
lpc_masking_model.c 177 /* Use the Alpha shifts from earlier to denormalize */
  /external/llvm/unittests/Support/
YAMLIOTest.cpp 1110 TotalSeconds denormalize(IO &) { function in class:llvm::yaml::MappingTraits::NormalizedSeconds
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]
  /external/v8/benchmarks/
crypto.js 500 if(nsh > 0) r.rShiftTo(nsh,r); // Denormalize remainder
    [all...]
  /external/valgrind/coregrind/
m_signals.c     [all...]

Completed in 577 milliseconds