Searched refs:BitwiseXOR (Results 1 – 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | js_bigint_test.cpp | 245 JSHandle<BigInt> xorRes = BigInt::BitwiseXOR(thread, maxSafeIntPlusOne, bigint1); in HWTEST_F_L0() 251 JSHandle<BigInt> xorRes1 = BigInt::BitwiseXOR(thread, bigint3, maxSafeIntPlusOne); in HWTEST_F_L0() 254 JSHandle<BigInt> xorRes2 = BigInt::BitwiseXOR(thread, maxSafeIntPlusOne, bigint3); in HWTEST_F_L0() 259 JSHandle<BigInt> xorRes3 = BigInt::BitwiseXOR(thread, bigint3, bigint4); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_bigint.h | 55 static JSHandle<BigInt> BitwiseXOR(JSThread *thread, JSHandle<BigInt> x, JSHandle<BigInt> y);
|
D | js_bigint.cpp | 326 JSHandle<BigInt> BigInt::BitwiseXOR(JSThread *thread, JSHandle<BigInt> x, JSHandle<BigInt> y) in BitwiseXOR() function in panda::ecmascript::BigInt
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
D | runtime_stubs-inl.h | 1766 return BigInt::BitwiseXOR(thread, leftBigint, rightBigint).GetTaggedValue(); in RuntimeXor2()
|
/arkcompiler/ets_frontend/legacy_bin/api8/src/ |
D | index.js | 2 …calOR",$[$.LogicalAND=6]="LogicalAND",$[$.BitwiseOR=7]="BitwiseOR",$[$.BitwiseXOR=8]="BitwiseXOR",…
|