Home
last modified time | relevance | path

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

1234567891011

/external/FXdiv/include/
Dfxdiv.h89 uint32_t remainder; member
101 uint64_t remainder; member
113 size_t remainder; member
177 unsigned int remainder; in fxdiv_init_uint32_t() local
278 unsigned __int64 remainder; in fxdiv_init_uint64_t() local
406 const uint32_t remainder = n - quotient * divisor.value; in fxdiv_divide_uint32_t() local
413 const uint64_t remainder = n - quotient * divisor.value; in fxdiv_divide_uint64_t() local
420 const size_t remainder = n - quotient * divisor.value; in fxdiv_divide_size_t() local
/external/webrtc/rtc_base/numerics/
Ddivide_round.h29 auto remainder = dividend % divisor; in DivideRoundUp() local
42 auto remainder = dividend % divisor; in DivideRoundToNearest() local
/external/openscreen/cast/streaming/
Dntp_time.cc33 const auto remainder = in ToNtpTimestamp() local
51 const auto remainder = Clock::to_duration(NtpFractionPart(timestamp)); in ToLocalTime() local
/external/FXdiv/bench/
Ddivide.cc31 const uint32_t remainder = x++ % divisor; in native_divide_uint32_t() local
44 const uint64_t remainder = x++ % divisor; in native_divide_uint64_t() local
/external/speex/libspeexdsp/
Dresample_neon.h71 uint32_t remainder = len % 16; in inner_product_single() local
145 uint32_t remainder = len % 16; in inner_product_single() local
/external/mesa3d/src/glx/apple/
Dglx_empty.c45 glXWaitVideoSyncSGI(int divisor, int remainder, unsigned int *count) in glXWaitVideoSyncSGI()
69 int64_t target_msc, int64_t divisor, int64_t remainder) in glXSwapBuffersMscOML()
83 int64_t remainder, int64_t * ust, in glXWaitForMscOML()
/external/cpu_features/src/
Dstring_view.c34 StringView remainder = view; in CpuFeatures_StringView_IndexOf() local
112 StringView remainder = view; in ParsePositiveNumberWithBase() local
149 StringView remainder = line; in CpuFeatures_StringView_HasWord() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DGrego.java110 long[] remainder = new long[1]; in dayOfWeek() local
176 long[] remainder = new long[1]; in timeToFields() local
191 private static long floorDivide(long numerator, long denominator, long[] remainder) { in floorDivide()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DGrego.java112 long[] remainder = new long[1]; in dayOfWeek() local
178 long[] remainder = new long[1]; in timeToFields() local
193 private static long floorDivide(long numerator, long denominator, long[] remainder) { in floorDivide()
/external/rust/crates/libm/src/math/
Dremainder.rs2 pub fn remainder(x: f64, y: f64) -> f64 { in remainder() function
/external/llvm-project/libc/src/math/
Dremainder.cpp14 double LLVM_LIBC_ENTRYPOINT(remainder)(double x, double y) { in LLVM_LIBC_ENTRYPOINT() argument
/external/skia/src/core/
DSkRTree.cpp62 int remainder = branches % kMaxChildren; in CountNodes() local
102 int remainder = (int)branches->size() % kMaxChildren; in bulkLoad() local
/external/proguard/src/proguard/evaluation/value/
DDoubleValue.java106 public abstract DoubleValue remainder(DoubleValue other); in remainder() method in DoubleValue
197 public DoubleValue remainder(SpecificDoubleValue other) in remainder() method in DoubleValue
300 public DoubleValue remainder(ParticularDoubleValue other) in remainder() method in DoubleValue
DFloatValue.java106 public abstract FloatValue remainder(FloatValue other); in remainder() method in FloatValue
197 public FloatValue remainder(SpecificFloatValue other) in remainder() method in FloatValue
300 public FloatValue remainder(ParticularFloatValue other) in remainder() method in FloatValue
DSpecificDoubleValue.java90 public DoubleValue remainder(DoubleValue other) in remainder() method in SpecificDoubleValue
144 public DoubleValue remainder(SpecificDoubleValue other) in remainder() method in SpecificDoubleValue
DSpecificFloatValue.java90 public FloatValue remainder(FloatValue other) in remainder() method in SpecificFloatValue
144 public FloatValue remainder(SpecificFloatValue other) in remainder() method in SpecificFloatValue
DParticularDoubleValue.java116 public DoubleValue remainder(DoubleValue other) in remainder() method in ParticularDoubleValue
173 public DoubleValue remainder(ParticularDoubleValue other) in remainder() method in ParticularDoubleValue
DParticularFloatValue.java116 public FloatValue remainder(FloatValue other) in remainder() method in ParticularFloatValue
173 public FloatValue remainder(ParticularFloatValue other) in remainder() method in ParticularFloatValue
/external/guava/android/guava/src/com/google/common/math/
DQuantiles.java297 int remainder = (int) (numerator - (long) quotient * scale); in computeInPlace() local
425 int remainder = (int) (numerator - (long) quotient * scale); in computeInPlace() local
441 int remainder = remainders[i]; in computeInPlace() local
468 private static double interpolate(double lower, double upper, double remainder, double scale) { in interpolate()
/external/guava/guava/src/com/google/common/math/
DQuantiles.java297 int remainder = (int) (numerator - (long) quotient * scale); in computeInPlace() local
425 int remainder = (int) (numerator - (long) quotient * scale); in computeInPlace() local
441 int remainder = remainders[i]; in computeInPlace() local
468 private static double interpolate(double lower, double upper, double remainder, double scale) { in interpolate()
/external/protobuf/src/google/protobuf/stubs/
Dint128.cc115 uint128 remainder = 0; in operator /=() local
122 uint128 remainder = 0; in operator %=() local
/external/skqp/src/core/
DSkRTree.cpp69 int remainder = branches % kMaxChildren; in CountNodes() local
113 int remainder = branches->count() % kMaxChildren; in bulkLoad() local
/external/icing/icing/util/
Dmath-util.h71 const IntType remainder = input_value % rounding_value; in RoundUpTo() local
/external/llvm-project/flang/lib/Evaluate/
Dfold-designator.cpp39 auto remainder{which - extent * quotient}; in DEFINE_DEFAULT_CONSTRUCTORS_AND_ASSIGNMENTS() local
93 auto remainder{which - value->size() * quotient}; in FoldDesignator() local
117 auto remainder{which - range * quotient}; in FoldDesignator() local
236 auto remainder{at - quotient * extent}; in OffsetToArrayRef() local
/external/icu/icu4c/source/i18n/
Dgregoimp.cpp36 int32_t& remainder) { in floorDivide()
44 double& remainder) { in floorDivide()

1234567891011