Home
last modified time | relevance | path

Searched defs:remainder (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/
Dlib_helpers.inl92 uint64_t remainder; member
97 int64_t remainder; member
119 uint32_t remainder; member
124 int32_t remainder; member
/arkcompiler/toolchain/tooling/base/
Dpt_base64.cpp108 int8_t remainder = static_cast<int8_t>(len % UNENCODED_GROUP_BYTES); in Encode() local
/arkcompiler/runtime_core/libpandabase/tests/
Dpandargs_test.cpp786 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/
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(); in TEST() local
/arkcompiler/ets_runtime/ecmascript/
Djs_bigint.cpp1224 …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/
Ddtoa_helper.cpp382 uint64_t remainder; in FixedDtoa() local
Dnumber_helper.cpp233 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/
Dets_intrinsics_helpers.h283 auto remainder = static_cast<uint8_t>(std::fmod(number, radix)); in IntegerToString() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp1624 GateRef remainder = Int32And(length, Int32(LOOP_UNROLL_FACTOR * tSize - 1)); in InitializeWithSpeicalValue() local