/aosp_15_r20/external/pdfium/core/fxcrt/ |
H A D | fx_number.h | 22 bool IsInteger() const { return m_bIsInteger; } in IsInteger() function
|
/aosp_15_r20/external/pdfium/core/fpdfapi/parser/ |
H A D | cpdf_number.h | 30 bool IsInteger() const { return m_Number.IsInteger(); } in IsInteger() function
|
/aosp_15_r20/external/deqp-deps/amber/include/amber/ |
D | value.h | 36 bool IsInteger() const { return type_ == kValueTypeInteger; } in IsInteger() function
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/ |
H A D | shape.cc | 92 bool Shape::IsInteger() const { in IsInteger() function in xla::Shape
|
/aosp_15_r20/external/deqp-deps/amber/src/ |
D | tokenizer.h | 43 bool IsInteger() const { return type_ == TokenType::kInteger; } in IsInteger() function
|
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/utils/ |
H A D | tf_op_utils.cc | 39 bool IsInteger(absl::string_view str) { in IsInteger() function
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/ |
D | basic.go | 53 IsInteger const
|
/aosp_15_r20/prebuilts/go/linux-x86/src/go/types/ |
D | basic.go | 56 IsInteger const
|
/aosp_15_r20/device/google/cuttlefish/host/frontend/adb_connector/ |
D | adb_connection_maintainer.cpp | 107 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 D | VE.h | 281 inline static VECC::CondCode VEValToCondCode(unsigned Val, bool IsInteger) { in VEValToCondCode()
|
/aosp_15_r20/external/clang/unittests/ASTMatchers/ |
H A D | ASTMatchersNarrowingTest.cpp | 711 TEST(IsInteger, MatchesIntegers) { in TEST() argument 719 TEST(IsInteger, ReportsNoFalsePositives) { in TEST() argument
|
/aosp_15_r20/external/pdfium/fxjs/ |
H A D | fxv8.cpp | 39 bool IsInteger(v8::Local<v8::Value> value) { in IsInteger() function
|
/aosp_15_r20/external/pdfium/fxjs/xfa/ |
H A D | cfxjse_value.cpp | 268 bool CFXJSE_Value::IsInteger(v8::Isolate* pIsolate) const { in IsInteger() function in CFXJSE_Value
|
/aosp_15_r20/external/flatbuffers/include/flatbuffers/ |
H A D | reflection.h | 36 inline bool IsInteger(reflection::BaseType t) { in IsInteger() function
|
H A D | idl.h | 129 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 D | reflection.h | 36 inline bool IsInteger(reflection::BaseType t) { in IsInteger() function
|
H A D | idl.h | 132 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 D | reflection.h | 36 inline bool IsInteger(reflection::BaseType t) { in IsInteger() function
|
H A D | idl.h | 129 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 D | AMDGPUInstCombineIntrinsic.cpp | 705 bool IsInteger = IID == Intrinsic::amdgcn_icmp; in instCombineIntrinsic() local
|
/aosp_15_r20/external/vixl/src/aarch32/ |
H A D | operands-aarch32.h | 296 bool IsInteger() const { return IsInteger32() || IsInteger64(); } in IsInteger() function
|
/aosp_15_r20/external/angle/src/compiler/translator/ |
H A D | BaseTypes.h | 855 inline bool IsInteger(TBasicType type) in IsInteger() function
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types/ |
D | type.go | 1339 func (t *Type) IsInteger() bool { func
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | SimplifyLibCalls.cpp | 1566 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 D | InstCombineCalls.cpp | 3800 bool IsInteger = IID == Intrinsic::amdgcn_icmp; in visitCallInst() local
|