Home
last modified time | relevance | path

Searched defs:isInteger (Results 1 – 21 of 21) sorted by relevance

/third_party/skia/experimental/tskit/go/gen_types/testdata/
Dexpectedambientnamespace1.d.ts40 isInteger: boolean, property
/third_party/node/deps/npm/node_modules/sigstore/dist/util/asn1/
Dtag.js64 isInteger() { method in ASN1Tag
/third_party/node/deps/npm/node_modules/@sigstore/core/dist/asn1/
Dtag.js64 isInteger() { method in ASN1Tag
/third_party/node/deps/npm/node_modules/smart-buffer/build/
Dutils.js93 function isInteger(value) { function
/third_party/skia/src/sksl/dsl/
DDSLType.cpp199 bool DSLType::isInteger() const { in isInteger() function in SkSL::dsl::DSLType
/third_party/typescript/src/lib/
Des2015.core.d.ts213 isInteger(number: unknown): boolean; method
/third_party/typescript/lib/
Dlib.es2015.core.d.ts233 isInteger(number: unknown): boolean; method
/third_party/skia/src/sksl/ir/
DSkSLType.h281 bool isInteger() const { in isInteger() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DValueTypes.h141 bool isInteger() const { in isInteger() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DMachineValueType.h294 bool isInteger() const { in isInteger() function
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir.cpp379 ImmediateValue::isInteger(const int i) const in isInteger() function in nv50_ir::ImmediateValue
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPFloat.h1050 bool isInteger() const { return getIEEE().isInteger(); } in isInteger() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPFloat.h1182 bool isInteger() const { APFLOAT_DISPATCH_ON_SEMANTICS(isInteger()); } in isInteger() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPFloat.cpp877 bool IEEEFloat::isInteger() const { in isInteger() function in llvm::detail::IEEEFloat
4447 bool DoubleAPFloat::isInteger() const { in isInteger() function in llvm::detail::DoubleAPFloat
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp217 template <typename T> bool isInteger (void) { return false; } in isInteger() function
218 template <> bool isInteger<int> (void) { return true; } in isInteger() function
219 template <> bool isInteger<tcu::IVec2> (void) { return true; } in isInteger() function
220 template <> bool isInteger<tcu::IVec3> (void) { return true; } in isInteger() function
221 template <> bool isInteger<tcu::IVec4> (void) { return true; } in isInteger() function
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp218 template <typename T> bool isInteger (void) { return false; } in isInteger() function
219 template <> bool isInteger<int> (void) { return true; } in isInteger() function
220 template <> bool isInteger<tcu::IVec2> (void) { return true; } in isInteger() function
221 template <> bool isInteger<tcu::IVec3> (void) { return true; } in isInteger() function
222 template <> bool isInteger<tcu::IVec4> (void) { return true; } in isInteger() function
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DSamplerCore.cpp2203 bool isInteger = Surface::isNonNormalizedInteger(state.textureFormat); in sampleTexel() local
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSamplerCore.cpp2002 bool isInteger = state.textureFormat.isUnnormalizedInteger(); in sampleTexel() local
/third_party/skia/modules/canvaskit/
Dcanvaskit_bindings.cpp620 bool isInteger; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp1923 bool isInteger = LHS.getValueType().isInteger(); in emitConjunctionRec() local
/third_party/node/tools/lint-md/
Dlint-md.mjs21960 function isInteger(object) { function