Home
last modified time | relevance | path

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

12345

/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dremainder.c3 double remainder(double x, double y) in remainder() function
/third_party/musl/src/math/
H A Dremainder.c3 double remainder(double x, double y) in remainder() function
/third_party/musl/src/math/i386/
H A Dremainder.c3 double remainder(double x, double y) in remainder() function
/third_party/pulseaudio/speex/libspeexdsp/
H A Dresample_neon.h82 uint32_t remainder = len % 16; in inner_product_single() local
137 uint32_t remainder in inner_product_single() local
227 uint32_t remainder = len % 16; inner_product_single() local
282 uint32_t remainder = len % 16; inner_product_single() local
[all...]
/third_party/node/deps/v8/src/bigint/
H A Dbigint-internal.cc64 digit_t remainder; in Divide() local
94 digit_t remainder; in Modulo() local
95 DivideSingle(RWDigits(nullptr, 0), &remainder, A, B[0]); in Modulo() local
H A Ddiv-schoolbook.cc29 void ProcessorImpl::DivideSingle(RWDigits Q, digit_t* remainder, Digits A, in DivideSingle() argument
[all...]
H A Ddigit-arithmetic.h119 digit_div(digit_t high, digit_t low, digit_t divisor, digit_t* remainder) digit_div() argument
H A Dmul-toom.cc38 digit_t remainder = 0; in DivideByThree() local
/third_party/icu/icu4c/source/i18n/
H A Dunits_complexconverter.cpp178 double remainder = quantity - flooredQuantity; in convert() local
H A Dgregoimp.cpp35 floorDivide(double numerator, int32_t denominator, int32_t* remainder) floorDivide() argument
48 floorDivide(double dividend, double divisor, double* remainder) floorDivide() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dunits_complexconverter.cpp180 double remainder = quantity - flooredQuantity; in convert() local
H A Dgregoimp.cpp35 floorDivide(double numerator, int32_t denominator, int32_t* remainder) floorDivide() argument
50 floorDivide(double dividend, double divisor, double* remainder) floorDivide() argument
/third_party/mesa3d/src/util/
H A Dfast_idiv_by_const.c88 uint64_t remainder = initial_power_of_2 % D; in util_compute_fast_udiv_info() local
[all...]
/third_party/skia/src/core/
H A DSkImageFilterTypes.cpp31 SkMatrix remainder, layer; in decomposeCTM() local
[all...]
H A DSkRTree.cpp62 int remainder = branches % kMaxChildren; in CountNodes() local
102 int remainder = (int)branches->size() % kMaxChildren; bulkLoad() local
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dunits_complexconverter.cpp178 double remainder = quantity - flooredQuantity; in convert() local
H A Dgregoimp.cpp35 floorDivide(double numerator, int32_t denominator, int32_t& remainder) floorDivide() argument
43 floorDivide(double dividend, double divisor, double& remainder) floorDivide() argument
[all...]
/third_party/skia/third_party/externals/tint/src/transform/
H A Dtransform.h115 void PutAll(T0&& first, Tn&&... remainder) { in PutAll() argument
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DGrego.java191 private static long floorDivide(long numerator, long denominator, long[] remainder) { in floorDivide() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DGrego.java193 private static long floorDivide(long numerator, long denominator, long[] remainder) { in floorDivide() argument
/third_party/mesa3d/src/compiler/glsl/
H A Dopt_rebalance_tree.cpp75 ir_rvalue *remainder = root->operands[1]; in tree_to_vine() local
[all...]
/third_party/mesa3d/src/glx/apple/
H A Dglx_empty.c45 glXWaitVideoSyncSGI(int divisor, int remainder, unsigned int *count) in glXWaitVideoSyncSGI() argument
68 glXSwapBuffersMscOML(Display * dpy, GLXDrawable drawable, int64_t target_msc, int64_t divisor, int64_t remainder) glXSwapBuffersMscOML() argument
81 glXWaitForMscOML(Display * dpy, GLXDrawable drawable, int64_t target_msc, int64_t divisor, int64_t remainder, int64_t * ust, int64_t * msc, int64_t * sbc) glXWaitForMscOML() argument
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_safe_arithmetic.cpp245 const std::uint32_t remainder = val % multiple_of; in RoundUpUint32ToMultiple() local
/third_party/protobuf/src/google/protobuf/stubs/
H A Dint128.cc115 uint128 remainder = 0; in operator /=() local
122 uint128 remainder = 0; in operator %=() local
/third_party/astc-encoder/Source/UnitTest/
H A Dtest_simd.cpp36 unsigned int remainder = x % ASTCENC_SIMD_WIDTH; in round_down() local
42 unsigned int remainder = x % ASTCENC_SIMD_WIDTH; in round_up() local

Completed in 13 milliseconds

12345