/third_party/musl/porting/liteos_a/kernel/src/math/ |
H A D | remainder.c | 3 double remainder(double x, double y) in remainder() function
|
/third_party/musl/src/math/ |
H A D | remainder.c | 3 double remainder(double x, double y) in remainder() function
|
/third_party/musl/src/math/i386/ |
H A D | remainder.c | 3 double remainder(double x, double y) in remainder() function
|
/third_party/pulseaudio/speex/libspeexdsp/ |
H A D | resample_neon.h | 82 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 D | bigint-internal.cc | 64 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 D | div-schoolbook.cc | 29 void ProcessorImpl::DivideSingle(RWDigits Q, digit_t* remainder, Digits A, in DivideSingle() argument [all...] |
H A D | digit-arithmetic.h | 119 digit_div(digit_t high, digit_t low, digit_t divisor, digit_t* remainder) digit_div() argument
|
H A D | mul-toom.cc | 38 digit_t remainder = 0; in DivideByThree() local
|
/third_party/icu/icu4c/source/i18n/ |
H A D | units_complexconverter.cpp | 178 double remainder = quantity - flooredQuantity; in convert() local
|
H A D | gregoimp.cpp | 35 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 D | units_complexconverter.cpp | 180 double remainder = quantity - flooredQuantity; in convert() local
|
H A D | gregoimp.cpp | 35 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 D | fast_idiv_by_const.c | 88 uint64_t remainder = initial_power_of_2 % D; in util_compute_fast_udiv_info() local [all...] |
/third_party/skia/src/core/ |
H A D | SkImageFilterTypes.cpp | 31 SkMatrix remainder, layer; in decomposeCTM() local [all...] |
H A D | SkRTree.cpp | 62 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 D | units_complexconverter.cpp | 178 double remainder = quantity - flooredQuantity; in convert() local
|
H A D | gregoimp.cpp | 35 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 D | transform.h | 115 void PutAll(T0&& first, Tn&&... remainder) { in PutAll() argument
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | Grego.java | 191 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 D | Grego.java | 193 private static long floorDivide(long numerator, long denominator, long[] remainder) { in floorDivide() argument
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | opt_rebalance_tree.cpp | 75 ir_rvalue *remainder = root->operands[1]; in tree_to_vine() local [all...] |
/third_party/mesa3d/src/glx/apple/ |
H A D | glx_empty.c | 45 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 D | dng_safe_arithmetic.cpp | 245 const std::uint32_t remainder = val % multiple_of; in RoundUpUint32ToMultiple() local
|
/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | int128.cc | 115 uint128 remainder = 0; in operator /=() local 122 uint128 remainder = 0; in operator %=() local
|
/third_party/astc-encoder/Source/UnitTest/ |
H A D | test_simd.cpp | 36 unsigned int remainder = x % ASTCENC_SIMD_WIDTH; in round_down() local 42 unsigned int remainder = x % ASTCENC_SIMD_WIDTH; in round_up() local
|