Home
last modified time | relevance | path

Searched refs:dividend (Results 26 - 50 of 51) sorted by relevance

123

/third_party/node/deps/v8/src/ic/
H A Dbinary-op-assembler.cc520 const LazyNode<Context>& context, TNode<Object> dividend, in Generate_DivideWithFeedback()
552 context, dividend, divisor, slot_id, maybe_feedback_vector, smiFunction, in Generate_DivideWithFeedback()
557 const LazyNode<Context>& context, TNode<Object> dividend, in Generate_ModulusWithFeedback()
573 context, dividend, divisor, slot_id, maybe_feedback_vector, smiFunction, in Generate_ModulusWithFeedback()
519 Generate_DivideWithFeedback( const LazyNode<Context>& context, TNode<Object> dividend, TNode<Object> divisor, TNode<UintPtrT> slot_id, const LazyNode<HeapObject>& maybe_feedback_vector, UpdateFeedbackMode update_feedback_mode, bool rhs_known_smi) Generate_DivideWithFeedback() argument
556 Generate_ModulusWithFeedback( const LazyNode<Context>& context, TNode<Object> dividend, TNode<Object> divisor, TNode<UintPtrT> slot_id, const LazyNode<HeapObject>& maybe_feedback_vector, UpdateFeedbackMode update_feedback_mode, bool rhs_known_smi) Generate_ModulusWithFeedback() argument
/third_party/skia/third_party/externals/freetype/src/psaux/
H A Dpsintrp.c1588 CF2_F16Dot16 dividend; in cf2_interpT2CharString() local
1597 dividend = (CF2_F16Dot16)cf2_stack_popInt( opStack ); in cf2_interpT2CharString()
1604 dividend = cf2_stack_popFixed( opStack ); in cf2_interpT2CharString()
1608 FT_DivFix( dividend, divisor ) ); in cf2_interpT2CharString()
1988 CF2_F16Dot16 dividend; in cf2_interpT2CharString() local
1996 dividend = cf2_stack_popFixed( opStack ); in cf2_interpT2CharString()
2002 FT_DivFix( dividend, in cf2_interpT2CharString()
/foundation/multimedia/av_codec/test/unittest/codeclist_test/coverage_unit_test/
H A Davcodec_info_coverage_unit_test.cpp542 constexpr int32_t dividend = 0; in HWTEST_F() local
544 auto ret = videoCaps_->DivCeil(dividend, divisor); in HWTEST_F()
/third_party/skia/third_party/externals/freetype/src/smooth/
H A Dftgrays.c348 /* Compute `dividend / divisor' and return both its quotient and */
352 #define FT_DIV_MOD( type, dividend, divisor, quotient, remainder ) \
354 (quotient) = (type)( (dividend) / (divisor) ); \
355 (remainder) = (type)( (dividend) % (divisor) ); \
370 #define FT_DIV_MOD( type, dividend, divisor, quotient, remainder ) \
372 (quotient) = (type)( (dividend) / (divisor) ); \
373 (remainder) = (type)( (dividend) - (quotient) * (divisor) ); \
/foundation/multimedia/player_framework/frameworks/native/avcodeclist/
H A Davcodec_info.cpp311 int32_t VideoCaps::DivCeil(const int32_t &dividend, const int32_t &divisor) in DivCeil() argument
314 return (dividend + divisor - 1) / divisor; in DivCeil()
/third_party/mbedtls/library/
H A Dbignum.c1286 * Unsigned integer divide - double mbedtls_mpi_uint dividend, u1/u0, and
1295 mbedtls_t_udbl dividend, quotient; in mbedtls_int_div_int() local
1316 dividend = (mbedtls_t_udbl) u1 << biL; in mbedtls_int_div_int()
1317 dividend |= (mbedtls_t_udbl) u0; in mbedtls_int_div_int()
1318 quotient = dividend / d; in mbedtls_int_div_int()
1324 *r = (mbedtls_mpi_uint) (dividend - (quotient * d)); in mbedtls_int_div_int()
1336 * Normalize the divisor, d, and dividend, u0, u1 in mbedtls_int_div_int()
/third_party/node/deps/v8/src/codegen/
H A Dexternal-reference.cc457 double dividend = ReadUnalignedValue<double>(data);
458 double divisor = ReadUnalignedValue<double>(data + sizeof(dividend));
459 WriteUnalignedValue<double>(data, Modulo(dividend, divisor));
H A Dcode-stub-assembler.cc1071 TNode<Smi> CodeStubAssembler::TrySmiDiv(TNode<Smi> dividend, TNode<Smi> divisor, in TrySmiDiv() argument
1077 // Do floating point division if {dividend} is zero and {divisor} is in TrySmiDiv()
1080 Branch(TaggedEqual(dividend, SmiConstant(0)), &dividend_is_zero, in TrySmiDiv()
1091 TNode<Int32T> untagged_dividend = SmiToInt32(dividend); in TrySmiDiv()
1093 // Do floating point division if {dividend} is kMinInt (or kMinInt - 1 in TrySmiDiv()
/foundation/multimedia/av_codec/frameworks/native/avcodeclist/
H A Davcodec_info.cpp431 int32_t VideoCaps::DivCeil(const int32_t &dividend, const int32_t &divisor) in DivCeil() argument
437 return (dividend + divisor - 1) / divisor; in DivCeil()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DIntermNode.cpp2463 float dividend = leftArray[i].getFConst(); in FoldBinary() local
2468 if (dividend == 0.0f) in FoldBinary()
2480 bool negativeResult = std::signbit(dividend) != std::signbit(divisor); in FoldBinary()
2486 else if (gl::isInf(dividend) && gl::isInf(divisor)) in FoldBinary()
2496 float result = dividend / divisor; in FoldBinary()
2497 if (!gl::isInf(dividend) && gl::isInf(result)) in FoldBinary()
/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Davcodec_info.h483 int32_t DivCeil(const int32_t &dividend, const int32_t &divisor);
/third_party/protobuf/src/google/protobuf/stubs/
H A Dint128.h93 static void DivModImpl(uint128 dividend, uint128 divisor,
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrUtil.cpp1301 const tcu::Interval dividend (conversionFormat.roundOut(a - tcu::Interval((double)(128u * (0x1u << (bits - 8u)))), false));
1303 const tcu::Interval result (conversionFormat.roundOut(dividend / divisor, false));
1329 const tcu::Interval dividend (conversionFormat.roundOut(a - tcu::Interval((double)(16u * (0x1u << (bits - 8u)))), false));
1331 const tcu::Interval result (conversionFormat.roundOut(dividend / divisor, false));
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DAPInt.cpp1476 assert(u && "Must provide dividend"); in KnuthDiv()
1534 uint64_t dividend = ((uint64_t(u[j+n]) << 32) + u[j+n-1]); in KnuthDiv() local
1535 DEBUG(dbgs() << "KnuthDiv: dividend == " << dividend << '\n'); in KnuthDiv()
1536 uint64_t qp = dividend / v[n-1]; in KnuthDiv()
1537 uint64_t rp = dividend % v[n-1]; in KnuthDiv()
1662 // Initialize the dividend
1685 // the divisor. m is the number of words by which the dividend exceeds the
1686 // divisor (i.e. m+n is the length of the dividend). These sizes must not
1912 // Get some size facts about the dividend an
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DAPInt.cpp1320 assert(u && "Must provide dividend");
1386 uint64_t dividend = Make_64(u[j+n], u[j+n-1]);
1387 DEBUG_KNUTH(dbgs() << "KnuthDiv: dividend == " << dividend << '\n');
1388 uint64_t qp = dividend / v[n-1];
1389 uint64_t rp = dividend % v[n-1];
1513 // Initialize the dividend
1536 // the divisor. m is the number of words by which the dividend exceeds the
1537 // divisor (i.e. m+n is the length of the dividend). These sizes must not
1801 // Get some size facts about the dividend an
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
H A DvktYCbCrUtil.cpp1300 const tcu::Interval dividend (conversionFormat.roundOut(a - tcu::Interval((double)(128u * (0x1u << (bits - 8u)))), false));
1302 const tcu::Interval result (conversionFormat.roundOut(dividend / divisor, false));
1328 const tcu::Interval dividend (conversionFormat.roundOut(a - tcu::Interval((double)(16u * (0x1u << (bits - 8u)))), false));
1330 const tcu::Interval result (conversionFormat.roundOut(dividend / divisor, false));
/third_party/mesa3d/src/nouveau/codegen/lib/
H A Dgm107.asm8 // INPUT: $r0: dividend, $r1: divisor
53 // INPUT: $r0: dividend, $r1: divisor
H A Dgk110.asm8 // INPUT: $r0: dividend, $r1: divisor
47 // INPUT: $r0: dividend, $r1: divisor
H A Dgk104.asm8 // INPUT: $r0: dividend, $r1: divisor
47 // INPUT: $r0: dividend, $r1: divisor
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Ddrv_callbacks.c1670 u64 divisor, dividend; in hostapd_single_channel_get_survey() local
1689 dividend = survey->channel_time_busy - in hostapd_single_channel_get_survey()
1693 iface->channel_utilization = dividend * 255 / divisor; in hostapd_single_channel_get_survey()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Ddrv_callbacks.c1438 u64 divisor, dividend; in hostapd_single_channel_get_survey() local
1457 dividend = survey->channel_time_busy - in hostapd_single_channel_get_survey()
1461 iface->channel_utilization = dividend * 255 / divisor; in hostapd_single_channel_get_survey()
/third_party/node/deps/v8/src/execution/s390/
H A Dsimulator-s390.cc5185 // leftmost 32 bits of the dividend are in r1 in EVALUATE()
5186 // rightmost 32 bits of the dividend are in r1+1 in EVALUATE()
5188 int64_t dividend = static_cast<int64_t>(r1_val) << 32; in EVALUATE() local
5191 dividend += get_low_register<uint32_t>(r1 + 1); in EVALUATE()
5192 int32_t remainder = dividend % r2_val; in EVALUATE()
5193 int32_t quotient = dividend / r2_val; in EVALUATE()
8360 int64_t dividend = get_register(r1 + 1); in EVALUATE() local
8362 set_register(r1, dividend % divisor); in EVALUATE()
8363 set_register(r1 + 1, dividend / divisor); in EVALUATE()
8757 unsigned __int128 dividend in EVALUATE() local
8855 uint64_t dividend = static_cast<uint64_t>(r1_val) << 32; EVALUATE() local
9971 unsigned __int128 dividend = static_cast<unsigned __int128>(r1_val) << 64; EVALUATE() local
[all...]
/third_party/vk-gl-cts/framework/common/
H A DtcuRasterizationVerifier.cpp416 const float dividend = tcu::dot(pr - pa, pb - pa);
417 const float dividendMax = getMaxValueWithinError(dividend, 1);
418 const float dividendMin = getMinValueWithinError(dividend, 1);
474 const float dividend = (pr[majorAxisNdx] - pa[majorAxisNdx]);
475 const float dividendMax = getMaxValueWithinError(dividend, 1);
476 const float dividendMin = getMinValueWithinError(dividend, 1);
/third_party/ffmpeg/libavformat/
H A Dmpegts.c96 #define MOD_UNLIKELY(modulus, dividend, divisor, prev_dividend) \
98 if ((prev_dividend) == 0 || (dividend) - (prev_dividend) != (divisor)) \
99 (modulus) = (dividend) % (divisor); \
100 (prev_dividend) = (dividend); \
/third_party/python/Objects/
H A Dlongobject.c1645 twodigits dividend; in inplace_divrem1() local
1646 dividend = ((twodigits)remainder << PyLong_SHIFT) | pin[size]; in inplace_divrem1()
1648 quotient = (digit)(dividend / n); in inplace_divrem1()
1649 remainder = dividend % n; in inplace_divrem1()

Completed in 84 milliseconds

123