Searched defs:remainder (Results 1 - 8 of 8) sorted by relevance
| /arkcompiler/toolchain/tooling/base/ |
| H A D | pt_base64.cpp | 108 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 D | base64.h | 83 auto remainder = input.end() - srcIter; in Decode() local
|
| /arkcompiler/runtime_core/libpandabase/tests/ |
| H A D | pandargs_test.cpp | 786 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 D | pandargs_test.cpp | 741 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 D | ets_intrinsics_helpers.h | 287 auto remainder = static_cast<uint8_t>(std::fmod(number, radix)); in IntegerToString() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | js_bigint.cpp | 1224 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 D | new_object_stub_builder.cpp | 1573 GateRef remainder = Int32And(length, Int32(LOOP_UNROLL_FACTOR * tSize - 1));
in InitializeWithSpeicalValue() local
|
| H A D | stub_builder.cpp | 10372 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