Home
last modified time | relevance | path

Searched defs:remainder (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/toolchain/tooling/base/
H A Dpt_base64.cpp108 int8_t remainder = static_cast<int8_t>(len % UNENCODED_GROUP_BYTES); in Encode() local
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/evaluation/
H A Dbase64.h83 auto remainder = input.end() - srcIter; in Decode() local
/arkcompiler/runtime_core/libpandabase/tests/
H A Dpandargs_test.cpp786 arg_list_t remainder = PA_PARSER.GetRemainder(); in HWTEST() local
804 arg_list_t remainder = PA_PARSER.GetRemainder(); in HWTEST() local
859 arg_list_t remainder = PA_PARSER.GetRemainder(); HWTEST() local
[all...]
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H A Dpandargs_test.cpp741 arg_list_t remainder = paParser.GetRemainder(); in TEST() local
758 arg_list_t remainder = paParser.GetRemainder(); in TEST() local
829 arg_list_t remainder = paParser.GetRemainder(); TEST() local
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/
H A Dets_intrinsics_helpers.h287 auto remainder = static_cast<uint8_t>(std::fmod(number, radix)); in IntegerToString() local
/arkcompiler/ets_runtime/ecmascript/
H A Djs_bigint.cpp1224 uint32_t BigInt::DivideAndRemainder(uint32_t highBit, uint32_t lowBit, uint32_t divisor, uint32_t& remainder) in DivideAndRemainder() argument
1376 DivideAndRemainderWithBigintDivisor(JSThread *thread, JSHandle<BigInt> dividend, JSHandle<BigInt> divisor, JSMutableHandle<BigInt> &remainder) DivideAndRemainderWithBigintDivisor() argument
1433 DivideAndRemainderWithUint32Divisor(JSThread *thread, JSHandle<BigInt> dividend, uint32_t divisor, JSMutableHandle<BigInt> &remainder) DivideAndRemainderWithUint32Divisor() argument
1524 JSHandle<BigInt> remainder = Remainder(thread, leftVal, rightVal); FloorMod() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dnew_object_stub_builder.cpp1573 GateRef remainder = Int32And(length, Int32(LOOP_UNROLL_FACTOR * tSize - 1)); in InitializeWithSpeicalValue() local
H A Dstub_builder.cpp10372 GateRef remainder = Int32And(length, Int32(LOOP_UNROLL_FACTOR - 1)); in ArrayCopy() local
10427 GateRef remainder = Int32And(length, Int32(LOOP_UNROLL_FACTOR - 1)); in ArrayCopy() local

Completed in 30 milliseconds