Home
last modified time | relevance | path

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

12

/third_party/node/deps/npm/node_modules/es-abstract/
Des2015.js219 IsInteger: function IsInteger(argument) {
574 if (!this.IsInteger(length) || length < 0) {
663 if (!this.IsInteger(index) || index < 0 || index > MAX_SAFE_INTEGER) {
/third_party/node/deps/npm/node_modules/es-abstract/operations/
D2015.js32 IsInteger: 'https://ecma-international.org/ecma-262/6.0/#sec-isinteger', property
D2016.js32 IsInteger: 'https://ecma-international.org/ecma-262/7.0/#sec-isinteger', property
D2017.js33 IsInteger: 'https://ecma-international.org/ecma-262/8.0/#sec-isinteger', property
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DBaseTypes.h333 inline bool IsInteger(TBasicType type) in IsInteger() function
DIntermediate.cpp355 if (!IsInteger(left->getBasicType()) || left->isMatrix() || left->isArray()) { in addBinaryMath()
380 if(!IsInteger(left->getBasicType()) || !IsInteger(right->getBasicType())) in addBinaryMath()
482 …if (!IsInteger(child->getType().getBasicType()) || child->getType().isMatrix() || child->getType()… in addUnaryMath()
893 if (!IsInteger(operand->getBasicType())) in promote()
DValidateLimitations.cpp265 if (!IsInteger(type) && (type != EbtFloat)) { in validateForLoopInit()
DTypes.h450 bool isScalarInt() const { return isScalar() && IsInteger(type); } in isScalarInt()
DParseHelper.cpp3174 if(!IsInteger(left->getBasicType()) || !IsInteger(right->getBasicType())) in binaryOpCommonCheck()
3187 if(!IsInteger(left->getBasicType())) in binaryOpCommonCheck()
/third_party/flatbuffers/include/flatbuffers/
Dreflection.h36 inline bool IsInteger(reflection::BaseType t) { in IsInteger() function
291 if (IsInteger(type)) { in SetField()
Didl.h132 inline bool IsInteger(BaseType t) { return t >= BASE_TYPE_UTYPE && in IsInteger() function
491 return type.enum_def != nullptr && IsInteger(type.base_type); in IsEnum()
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/
Dsafe_math_shared_impl.h134 bool IsInteger = std::is_integral<Numeric>::value,
/third_party/gn/src/base/numerics/
Dsafe_math_shared_impl.h113 bool IsInteger = std::is_integral<Numeric>::value,
/third_party/node/deps/npm/node_modules/es-abstract/test/
Dtests.js484 t.equal(true, ES.IsInteger(i), i + ' is integer');
485 t.equal(false, ES.IsInteger(i + 0.2), (i + 0.2) + ' is not integer');
487 t.equal(true, ES.IsInteger(-0), '-0 is integer');
490 t.equal(false, ES.IsInteger(notInt), debug(notInt) + ' is not integer');
492 t.equal(false, ES.IsInteger(v.uncoercibleObject), 'uncoercibleObject is not integer');
/third_party/boost/boost/multiprecision/
Deigen.hpp27IsInteger = boost::multiprecision::number_category<self_type>::value == boost::multipr… enumerator
/third_party/flatbuffers/src/
Didl_parser.cpp905 FLATBUFFERS_ASSERT(IsInteger(type.base_type)); in ParseField()
936 if (!IsInteger(type.base_type)) { in ParseField()
1737 if (!IsInteger(base_type)) return Error("not a valid value for this field"); in ParseEnumFromString()
1818 if (IsInteger(e.type.base_type)) { e.constant = NumToString(val); } in SingleValueRepack()
1969 if (!match && IsInteger(in_type) && !IsBool(in_type) && in ParseSingleValue()
1993 TRY_ECHECK(kTokenStringOrIdent, IsInteger(in_type), BASE_TYPE_INT); in ParseSingleValue()
2259 if (!IsInteger(BASE_TYPE_##ENUM)) break; \ in ValidateValue()
2304 if (!IsInteger(enum_def->underlying_type.base_type) || in ParseEnum()
3613 IsInteger(value.type.base_type) ? StringToInt(value.constant.c_str()) : 0, in Serialize()
3626 if (IsInteger(value.type.base_type)) { in Deserialize()
Didl_gen_lobster.cpp63 if (IsInteger(type.base_type)) return "int" + bits; in GenTypeName()
Didl_gen_rust.cpp155 } else if (IsInteger(type.base_type)) { in GetFullType()
166 } else if (IsInteger(type.base_type)) { in GetFullType()
Didl_gen_python.cpp852 } else if (IsInteger(base_type)) { in GetBasePythonTypeForScalarAndString()
868 } else if (IsInteger(base_type)) { in GetDefaultValue()
Didl_gen_kotlin.cpp137 return type.enum_def != nullptr && IsInteger(type.base_type); in IsEnum()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DBaseTypes.h593 inline bool IsInteger(TBasicType type) in IsInteger() function
DParseContext.cpp5200 if (!IsInteger(left->getBasicType()) || !IsInteger(right->getBasicType())) in binaryOpCommonCheck()
5213 if (!IsInteger(left->getBasicType())) in binaryOpCommonCheck()
/third_party/flutter/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/
Dsafe_math_impl.h118 bool IsInteger = std::numeric_limits<Numeric>::is_integer,
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DBaseTypes.h998 inline bool IsInteger(TBasicType type) in IsInteger() function
DParseContext.cpp6103 if (!IsInteger(left->getBasicType()) || !IsInteger(right->getBasicType())) in binaryOpCommonCheck()
6116 if (!IsInteger(left->getBasicType())) in binaryOpCommonCheck()

12