Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/parser/
Dcpdf_number.h30 bool IsInteger() const { return number_.IsInteger(); } in IsInteger() function
/external/pdfium/core/fxcrt/
Dfx_number.cpp86 bool FX_Number::IsInteger() const { in IsInteger() function in FX_Number
/external/deqp-deps/amber/include/amber/
Dvalue.h36 bool IsInteger() const { return type_ == kValueTypeInteger; } in IsInteger() function
/external/tensorflow/tensorflow/compiler/xla/
Dshape.cc92 bool Shape::IsInteger() const { in IsInteger() function in xla::Shape
/external/deqp-deps/amber/src/
Dtokenizer.h43 bool IsInteger() const { return type_ == TokenType::kInteger; } in IsInteger() function
/external/tensorflow/tensorflow/core/profiler/utils/
Dtf_op_utils.cc39 bool IsInteger(absl::string_view str) { in IsInteger() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/VE/
DVE.h281 inline static VECC::CondCode VEValToCondCode(unsigned Val, bool IsInteger) { in VEValToCondCode()
/external/pdfium/fxjs/xfa/
Dcfxjse_value.cpp269 bool CFXJSE_Value::IsInteger(v8::Isolate* pIsolate) const { in IsInteger() function in CFXJSE_Value
/external/pdfium/fxjs/
Dfxv8.cpp40 bool IsInteger(v8::Local<v8::Value> value) { in IsInteger() function
/external/flatbuffers/include/flatbuffers/
Dreflection.h36 inline bool IsInteger(reflection::BaseType t) { in IsInteger() function
Didl.h135 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/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
DAMDGPUInstCombineIntrinsic.cpp705 bool IsInteger = IID == Intrinsic::amdgcn_icmp; in instCombineIntrinsic() local
/external/vixl/src/aarch32/
Doperands-aarch32.h296 bool IsInteger() const { return IsInteger32() || IsInteger64(); } in IsInteger() function
/external/angle/src/compiler/translator/
DBaseTypes.h903 inline bool IsInteger(TBasicType type) in IsInteger() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp1566 bool IsInteger = BaseF->isInteger(), IsReciprocal = BaseR.isInteger(); in replacePowWithExp() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp3800 bool IsInteger = IID == Intrinsic::amdgcn_icmp; in visitCallInst() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp1957 bool IsInteger = BaseF->isInteger(), IsReciprocal = BaseR.isInteger(); in replacePowWithExp() local
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc286 bool IsInteger(PyObject* py_value) { in IsInteger() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp402 bool IsInteger = Type.isInteger(); in getSetCCOrOperation() local
423 bool IsInteger = Type.isInteger(); in getSetCCAndOperation() local
DDAGCombiner.cpp4549 bool IsInteger = OpVT.isInteger(); in foldLogicOfSetCCs() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Frontend/OpenMP/
DOMPIRBuilder.cpp4549 bool IsInteger = E->getType()->isIntegerTy(); in createAtomicCompare() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp587 bool IsInteger = Type.isInteger(); in getSetCCOrOperation() local
608 bool IsInteger = Type.isInteger(); in getSetCCAndOperation() local
DDAGCombiner.cpp5514 bool IsInteger = OpVT.isInteger(); in foldLogicOfSetCCs() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/
DRISCVISelLowering.cpp2247 bool IsInteger = Op.getValueType().isInteger(); in isSimpleVIDSequence() local