Searched defs:y (Results 1 – 16 of 16) sorted by relevance
30 function two(x,y) argument35 function three(x,y,z) argument40 function four(x,y,z,t) argument45 function five(x,y,z,t,a) argument57 let y = 222 variable
222 GateRef Stub::IntPtrMul(GateRef x, GateRef y) in IntPtrMul()436 GateRef Stub::Int16Add(GateRef x, GateRef y) in Int16Add()441 GateRef Stub::Int32Add(GateRef x, GateRef y) in Int32Add()446 GateRef Stub::Int64Add(GateRef x, GateRef y) in Int64Add()451 GateRef Stub::DoubleAdd(GateRef x, GateRef y) in DoubleAdd()456 GateRef Stub::IntPtrAdd(GateRef x, GateRef y) in IntPtrAdd()464 GateRef Stub::IntPtrAnd(GateRef x, GateRef y) in IntPtrAnd()469 GateRef Stub::IntPtrEqual(GateRef x, GateRef y) in IntPtrEqual()477 GateRef Stub::IntPtrSub(GateRef x, GateRef y) in IntPtrSub()485 GateRef Stub::Int32Sub(GateRef x, GateRef y) in Int32Sub()[all …]
116 GateRef y = Int64Argument(2); // 2: 3rd argument in GenerateCircuit() local189 GateRef y = TaggedArgument(1); in GenerateCircuit() local251 GateRef y = TaggedArgument(1); in GenerateCircuit() local327 GateRef y = TaggedArgument(1); in GenerateCircuit() local389 GateRef y = TaggedArgument(1); in GenerateCircuit() local490 GateRef y = TaggedArgument(2); // 2: 3rd argument in GenerateCircuit() local776 GateRef y = TaggedArgument(1); in GenerateCircuit() local
206 bool BigInt::Equal(const JSTaggedValue &x, const JSTaggedValue &y) in Equal()214 bool BigInt::Equal(const BigInt *x, const BigInt *y) in Equal()227 bool BigInt::SameValue(const JSTaggedValue &x, const JSTaggedValue &y) in SameValue()233 bool BigInt::SameValueZero(const JSTaggedValue &x, const JSTaggedValue &y) in SameValueZero()247 …dle<BigInt> BigInt::BitwiseOp(JSThread *thread, Operate op, JSHandle<BigInt> x, JSHandle<BigInt> y) in BitwiseOp()286 JSHandle<BigInt> OneIsNegativeAND(JSThread *thread, JSHandle<BigInt> x, JSHandle<BigInt> y) in OneIsNegativeAND()312 JSHandle<BigInt> BigInt::BitwiseAND(JSThread *thread, JSHandle<BigInt> x, JSHandle<BigInt> y) in BitwiseAND()338 JSHandle<BigInt> OneIsNegativeXOR(JSThread *thread, JSHandle<BigInt> x, JSHandle<BigInt> y) in OneIsNegativeXOR()350 JSHandle<BigInt> BigInt::BitwiseXOR(JSThread *thread, JSHandle<BigInt> x, JSHandle<BigInt> y) in BitwiseXOR()426 JSHandle<BigInt> OneIsNegativeOR(JSThread *thread, JSHandle<BigInt> x, JSHandle<BigInt> y) in OneIsNegativeOR()[all …]
336 inline bool JSTaggedValue::SameValue(const JSTaggedValue &x, const JSTaggedValue &y) in SameValue()360 inline bool JSTaggedValue::SameValueZero(const JSTaggedValue &x, const JSTaggedValue &y) in SameValueZero()383 inline bool JSTaggedValue::SameValueNumberic(const JSTaggedValue &x, const JSTaggedValue &y) in SameValueNumberic()395 …edValue::Less(JSThread *thread, const JSHandle<JSTaggedValue> &x, const JSHandle<JSTaggedValue> &y) in Less()401 inline bool JSTaggedValue::StrictNumberEquals(double x, double y) in StrictNumberEquals()411 const JSHandle<JSTaggedValue> &y) in StrictEqual()429 inline ComparisonResult JSTaggedValue::StrictNumberCompare(double x, double y) in StrictNumberCompare()
149 inline static bool SameValue(JSTaggedNumber x, JSTaggedNumber y) in SameValue()
112 …dValue::Equal(JSThread *thread, const JSHandle<JSTaggedValue> &x, const JSHandle<JSTaggedValue> &y) in Equal()253 const JSHandle<JSTaggedValue> &y) in Compare()304 bool JSTaggedValue::IsSameTypeOrHClass(JSTaggedValue x, JSTaggedValue y) in IsSameTypeOrHClass()
943 double x, double y) in ConstructDTFRange()957 double x, double y) in NormDateTimeRange()1000 double x, double y) in NormDateTimeRangeToParts()
133 …int64_t y = static_cast<int64_t>(yearInteger) + static_cast<int64_t>(monthInteger / MOUTH_PER_YEAR… in MakeDay() local
41 constexpr size_t UnsignedDifference(size_t x, size_t y) in UnsignedDifference()46 constexpr uint64_t UnsignedDifferenceUint64(uint64_t x, uint64_t y) in UnsignedDifferenceUint64()
27 constructor(x, y) { argument
75 let y = scope.add("y", VarDeclarationKind.NONE); variable124 let y = scope.add("y", VarDeclarationKind.NONE); variable186 let y = scope.add("y", VarDeclarationKind.NONE); variable
266 double y = valueY.GetNumber(); in FormatRange() local312 double y = valueY.GetNumber(); in FormatRangeToParts() local
128 JSHandle<JSTaggedValue> y = GetCallArg(argv, 1); in AnonymousCollator() local
240 double y = 1125899906842624; in HWTEST_F_L0() local326 int y = 3; in HWTEST_F_L0() local936 int y = 10; in HWTEST_F_L0() local1002 int y = 10; in HWTEST_F_L0() local1038 int y = 10; in HWTEST_F_L0() local1101 int y = 10; in HWTEST_F_L0() local
820 for (T y : vec) { in VectorToBitVector() local