Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/pdfium/core/fxcrt/
H A Dfx_number.h22 bool IsInteger() const { return m_bIsInteger; } in IsInteger() function
/aosp_15_r20/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_number.h30 bool IsInteger() const { return m_Number.IsInteger(); } in IsInteger() function
/aosp_15_r20/external/deqp-deps/amber/include/amber/
Dvalue.h36 bool IsInteger() const { return type_ == kValueTypeInteger; } in IsInteger() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dshape.cc92 bool Shape::IsInteger() const { in IsInteger() function in xla::Shape
/aosp_15_r20/external/deqp-deps/amber/src/
Dtokenizer.h43 bool IsInteger() const { return type_ == TokenType::kInteger; } in IsInteger() function
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/utils/
H A Dtf_op_utils.cc39 bool IsInteger(absl::string_view str) { in IsInteger() function
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/
Dbasic.go53 IsInteger const
/aosp_15_r20/prebuilts/go/linux-x86/src/go/types/
Dbasic.go56 IsInteger const
/aosp_15_r20/device/google/cuttlefish/host/frontend/adb_connector/
Dadb_connection_maintainer.cpp107 bool IsInteger(const std::string& str) { in IsInteger() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/VE/
H A DVE.h281 inline static VECC::CondCode VEValToCondCode(unsigned Val, bool IsInteger) { in VEValToCondCode()
/aosp_15_r20/external/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp711 TEST(IsInteger, MatchesIntegers) { in TEST() argument
719 TEST(IsInteger, ReportsNoFalsePositives) { in TEST() argument
/aosp_15_r20/external/pdfium/fxjs/
H A Dfxv8.cpp39 bool IsInteger(v8::Local<v8::Value> value) { in IsInteger() function
/aosp_15_r20/external/pdfium/fxjs/xfa/
H A Dcfxjse_value.cpp268 bool CFXJSE_Value::IsInteger(v8::Isolate* pIsolate) const { in IsInteger() function in CFXJSE_Value
/aosp_15_r20/external/flatbuffers/include/flatbuffers/
H A Dreflection.h36 inline bool IsInteger(reflection::BaseType t) { in IsInteger() function
H A Didl.h129 inline bool IsInteger(BaseType t) { return t >= BASE_TYPE_UTYPE && in IsInteger() function
/aosp_15_r20/prebuilts/android-emulator/darwin-x86_64/include/flatbuffers/
H A Dreflection.h36 inline bool IsInteger(reflection::BaseType t) { in IsInteger() function
H A Didl.h132 inline bool IsInteger(BaseType t) { return t >= BASE_TYPE_UTYPE && in IsInteger() function
/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/include/flatbuffers/
H A Dreflection.h36 inline bool IsInteger(reflection::BaseType t) { in IsInteger() function
H A Didl.h129 inline bool IsInteger(BaseType t) { return t >= BASE_TYPE_UTYPE && in IsInteger() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp705 bool IsInteger = IID == Intrinsic::amdgcn_icmp; in instCombineIntrinsic() local
/aosp_15_r20/external/vixl/src/aarch32/
H A Doperands-aarch32.h296 bool IsInteger() const { return IsInteger32() || IsInteger64(); } in IsInteger() function
/aosp_15_r20/external/angle/src/compiler/translator/
H A DBaseTypes.h855 inline bool IsInteger(TBasicType type) in IsInteger() function
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types/
Dtype.go1339 func (t *Type) IsInteger() bool { func
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1566 bool IsInteger = BaseF->isInteger(), IsReciprocal = BaseR.isInteger(); in replacePowWithExp() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp3800 bool IsInteger = IID == Intrinsic::amdgcn_icmp; in visitCallInst() local

12