/third_party/node/deps/npm/node_modules/es-abstract/ |
D | es2015.js | 219 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/ |
D | 2015.js | 32 IsInteger: 'https://ecma-international.org/ecma-262/6.0/#sec-isinteger', property
|
D | 2016.js | 32 IsInteger: 'https://ecma-international.org/ecma-262/7.0/#sec-isinteger', property
|
D | 2017.js | 33 IsInteger: 'https://ecma-international.org/ecma-262/8.0/#sec-isinteger', property
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
D | BaseTypes.h | 333 inline bool IsInteger(TBasicType type) in IsInteger() function
|
D | Intermediate.cpp | 355 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()
|
D | ValidateLimitations.cpp | 265 if (!IsInteger(type) && (type != EbtFloat)) { in validateForLoopInit()
|
D | Types.h | 450 bool isScalarInt() const { return isScalar() && IsInteger(type); } in isScalarInt()
|
D | ParseHelper.cpp | 3174 if(!IsInteger(left->getBasicType()) || !IsInteger(right->getBasicType())) in binaryOpCommonCheck() 3187 if(!IsInteger(left->getBasicType())) in binaryOpCommonCheck()
|
/third_party/flatbuffers/include/flatbuffers/ |
D | reflection.h | 36 inline bool IsInteger(reflection::BaseType t) { in IsInteger() function 291 if (IsInteger(type)) { in SetField()
|
D | idl.h | 132 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/ |
D | safe_math_shared_impl.h | 134 bool IsInteger = std::is_integral<Numeric>::value,
|
/third_party/gn/src/base/numerics/ |
D | safe_math_shared_impl.h | 113 bool IsInteger = std::is_integral<Numeric>::value,
|
/third_party/node/deps/npm/node_modules/es-abstract/test/ |
D | tests.js | 484 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/ |
D | eigen.hpp | 27 …IsInteger = boost::multiprecision::number_category<self_type>::value == boost::multipr… enumerator
|
/third_party/flatbuffers/src/ |
D | idl_parser.cpp | 905 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()
|
D | idl_gen_lobster.cpp | 63 if (IsInteger(type.base_type)) return "int" + bits; in GenTypeName()
|
D | idl_gen_rust.cpp | 155 } else if (IsInteger(type.base_type)) { in GetFullType() 166 } else if (IsInteger(type.base_type)) { in GetFullType()
|
D | idl_gen_python.cpp | 852 } else if (IsInteger(base_type)) { in GetBasePythonTypeForScalarAndString() 868 } else if (IsInteger(base_type)) { in GetDefaultValue()
|
D | idl_gen_kotlin.cpp | 137 return type.enum_def != nullptr && IsInteger(type.base_type); in IsEnum()
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
D | BaseTypes.h | 593 inline bool IsInteger(TBasicType type) in IsInteger() function
|
D | ParseContext.cpp | 5200 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/ |
D | safe_math_impl.h | 118 bool IsInteger = std::numeric_limits<Numeric>::is_integer,
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | BaseTypes.h | 998 inline bool IsInteger(TBasicType type) in IsInteger() function
|
D | ParseContext.cpp | 6103 if (!IsInteger(left->getBasicType()) || !IsInteger(right->getBasicType())) in binaryOpCommonCheck() 6116 if (!IsInteger(left->getBasicType())) in binaryOpCommonCheck()
|