Searched defs:remainder (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/ |
| D | lib_helpers.inl | 92 uint64_t remainder; member 97 int64_t remainder; member 119 uint32_t remainder; member 124 int32_t remainder; member
|
| /arkcompiler/toolchain/tooling/base/ |
| D | pt_base64.cpp | 108 int8_t remainder = static_cast<int8_t>(len % UNENCODED_GROUP_BYTES); in Encode() local
|
| /arkcompiler/runtime_core/libpandabase/tests/ |
| D | pandargs_test.cpp | 786 arg_list_t remainder = PA_PARSER.GetRemainder(); variable 804 arg_list_t remainder = PA_PARSER.GetRemainder(); variable 859 arg_list_t remainder = PA_PARSER.GetRemainder(); variable
|
| /arkcompiler/runtime_core/static_core/libpandabase/tests/ |
| 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(); in TEST() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_bigint.cpp | 1224 …igInt::DivideAndRemainder(uint32_t highBit, uint32_t lowBit, uint32_t divisor, uint32_t& remainder) in DivideAndRemainder() 1378 JSMutableHandle<BigInt> &remainder) in DivideAndRemainderWithBigintDivisor() 1434 … uint32_t divisor, JSMutableHandle<BigInt> &remainder) in DivideAndRemainderWithUint32Divisor() 1480 JSMutableHandle<BigInt> remainder(thread, JSTaggedValue::Null()); in Divide() local 1508 JSMutableHandle<BigInt> remainder(thread, JSTaggedValue::Undefined()); in Remainder() local 1524 JSHandle<BigInt> remainder = Remainder(thread, leftVal, rightVal); in FloorMod() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | dtoa_helper.cpp | 382 uint64_t remainder; in FixedDtoa() local
|
| D | number_helper.cpp | 233 double remainder = std::fmod(integer, radix); in DoubleToString() local 677 double remainder = std::fmod(number, radix); in IntegerToString() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/ |
| D | ets_intrinsics_helpers.h | 283 auto remainder = static_cast<uint8_t>(std::fmod(number, radix)); in IntegerToString() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | new_object_stub_builder.cpp | 1624 GateRef remainder = Int32And(length, Int32(LOOP_UNROLL_FACTOR * tSize - 1)); in InitializeWithSpeicalValue() local
|