Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/amber/src/include/amber/
Dvalue.h36 bool IsInteger() const { return type_ == kValueTypeInteger; } in IsInteger() function
/third_party/vk-gl-cts/external/amber/src/src/
Dtokenizer.h43 bool IsInteger() const { return type_ == TokenType::kInteger; } in IsInteger() function
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DBaseTypes.h333 inline bool IsInteger(TBasicType type) in IsInteger() function
/third_party/node/deps/v8/src/compiler/
Dtypes.h339 static bool IsInteger(double x) { in IsInteger() function
Dnode-matchers.h212 bool IsInteger() const { in IsInteger() function
/third_party/vixl/src/aarch32/
Doperands-aarch32.h296 bool IsInteger() const { return IsInteger32() || IsInteger64(); } in IsInteger() function
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DBaseTypes.h998 inline bool IsInteger(TBasicType type) in IsInteger() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp1566 bool IsInteger = BaseF->isInteger(), IsReciprocal = BaseR.isInteger(); in replacePowWithExp() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp3800 bool IsInteger = IID == Intrinsic::amdgcn_icmp; in visitCallInst() local
/third_party/skia/third_party/externals/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
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc6966 TNode<BoolT> CodeStubAssembler::IsInteger(TNode<Object> number) { in IsInteger() function in v8::internal::CodeStubAssembler
6977 TNode<BoolT> CodeStubAssembler::IsInteger(TNode<HeapNumber> number) { in IsInteger() function in v8::internal::CodeStubAssembler