HomeSort by relevance Sort by last modified time
    Searched refs:huge_valf (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/Support/
MathExtras.cpp 27 const float huge_valf = std::numeric_limits<float>::infinity(); member in namespace:llvm
29 const float huge_valf = HUGE_VALF;
  /external/llvm/include/llvm/CodeGen/
LiveInterval.h 724 return weight != llvm::huge_valf;
729 weight = llvm::huge_valf;
  /external/clang/test/CodeGen/
builtins.c 36 Q(huge_valf, ());
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
math.h 36 # include <bits/huge_valf.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
math.h 36 # include <bits/huge_valf.h>
  /external/llvm/include/llvm/Support/
MathExtras.h 776 extern const float huge_valf;
  /external/llvm/lib/CodeGen/
RegAllocGreedy.cpp     [all...]
LiveIntervalAnalysis.cpp 182 llvm::huge_valf : 0.0F;
    [all...]

Completed in 783 milliseconds