HomeSort by relevance Sort by last modified time
    Searched defs:isInteger (Results 51 - 75 of 283) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
APFloat.h 370 bool isInteger() const;
649 bool isInteger() const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
APFloat.h 370 bool isInteger() const;
655 bool isInteger() const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
APFloat.h 370 bool isInteger() const;
655 bool isInteger() const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
APFloat.h 370 bool isInteger() const;
655 bool isInteger() const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
APFloat.h 370 bool isInteger() const;
655 bool isInteger() const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
APFloat.h 370 bool isInteger() const;
655 bool isInteger() const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
APFloat.h 370 bool isInteger() const;
655 bool isInteger() const;
    [all...]
  /external/swiftshader/src/Shader/
SamplerCore.cpp     [all...]
  /external/clang/utils/TableGen/
NeonEmitter.cpp 171 bool isInteger() const { return !Float && !Poly; }
559 if (!Signed && isInteger())
592 else if (isInteger())
612 else if (isInteger() && !Pointer && !Signed)
617 assert(isInteger() && isSigned());
659 if (isInteger() && !Signed)
965 else if (T.isInteger())
    [all...]
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp 35 static inline bool isInteger(MVT::SimpleValueType VT) {
36 return MVT(VT).isInteger();
111 return std::any_of(TypeVec.begin(), TypeVec.end(), isInteger);
234 return FillWithPossibleTypes(TP, isInteger, "integer");
243 std::not1(std::ptr_fun(isInteger))),
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenDAGPatterns.cpp 29 static inline bool isInteger(MVT::SimpleValueType VT) {
30 return EVT(VT).isInteger();
101 if (isInteger(TypeVec[i]))
231 return FillWithPossibleTypes(TP, isInteger, "integer");
239 if (!isInteger(TypeVec[i]))
389 if (isInteger(TypeVec[i])) {
394 if (isInteger(TypeVec[i]) && TypeVec[i] < SmallestInt)
413 if (isInteger(*TVI)) {
445 if (isInteger(Other.TypeVec[i])) {
450 if (isInteger(Other.TypeVec[i]) && Other.TypeVec[i] > LargestInt
    [all...]
  /external/error_prone/jFormatString/
jFormatString-3.0.0.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
jFormatString.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/jFormatString/2.0.1/
jFormatString-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/jFormatString/3.0.0/
jFormatString-3.0.0.jar 
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 762 if (VT.isVector() || !VT.isInteger())
820 if (VT.isVector() || !VT.isInteger())
864 if (VT.isVector() || !VT.isInteger())
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-codegen-ppc.cc     [all...]
  /external/v8/src/crankshaft/s390/
lithium-codegen-s390.cc     [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
Type.h     [all...]

Completed in 971 milliseconds

1 23 4 5 6 7 8 91011>>