Home
last modified time | relevance | path

Searched defs:IsInteger (Results 1 – 14 of 14) sorted by relevance

/external/pdfium/core/fpdfapi/parser/
Dcpdf_number.h36 bool IsInteger() const { return m_bInteger; } in IsInteger() function
/external/swiftshader/src/OpenGL/compiler/
DBaseTypes.h333 inline bool IsInteger(TBasicType type) in IsInteger() function
/external/v8/src/compiler/
Dtypes.h315 static bool IsInteger(double x) { in IsInteger() function
Dnode-matchers.h171 bool IsInteger() const { in IsInteger() function
/external/pdfium/fxjs/
Dcfxjse_value.cpp309 bool CFXJSE_Value::IsInteger() const { in IsInteger() function in CFXJSE_Value
/external/flatbuffers/include/flatbuffers/
Dreflection.h36 inline bool IsInteger(reflection::BaseType t) { in IsInteger() function
Didl.h117 inline bool IsInteger(BaseType t) { return t >= BASE_TYPE_UTYPE && in IsInteger() function
/external/clang/unittests/ASTMatchers/
DASTMatchersNarrowingTest.cpp711 TEST(IsInteger, MatchesIntegers) { in TEST() argument
719 TEST(IsInteger, ReportsNoFalsePositives) { in TEST() argument
/external/vixl/src/aarch32/
Doperands-aarch32.h314 bool IsInteger() const { return IsInteger32() | IsInteger64(); } in IsInteger() function
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc176 bool IsInteger(PyObject* py_value) { in IsInteger() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp3520 bool IsInteger = II->getIntrinsicID() == Intrinsic::amdgcn_icmp; in visitCallInst() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp375 bool IsInteger) { in getSetCCOrOperation()
395 bool IsInteger) { in getSetCCAndOperation()
DDAGCombiner.cpp3847 bool IsInteger = OpVT.isInteger(); in foldLogicOfSetCCs() local
/external/v8/src/
Dcode-stub-assembler.cc5897 TNode<BoolT> CodeStubAssembler::IsInteger(TNode<Object> number) { in IsInteger() function in v8::internal::CodeStubAssembler
5908 TNode<BoolT> CodeStubAssembler::IsInteger(TNode<HeapNumber> number) { in IsInteger() function in v8::internal::CodeStubAssembler