/external/FXdiv/include/ |
D | fxdiv.h | 89 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/ |
D | divide_round.h | 29 auto remainder = dividend % divisor; in DivideRoundUp() local 42 auto remainder = dividend % divisor; in DivideRoundToNearest() local
|
/external/openscreen/cast/streaming/ |
D | ntp_time.cc | 33 const auto remainder = in ToNtpTimestamp() local 51 const auto remainder = Clock::to_duration(NtpFractionPart(timestamp)); in ToLocalTime() local
|
/external/FXdiv/bench/ |
D | divide.cc | 31 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/ |
D | resample_neon.h | 71 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/ |
D | glx_empty.c | 45 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/ |
D | string_view.c | 34 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/ |
D | Grego.java | 110 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/ |
D | Grego.java | 112 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/ |
D | remainder.rs | 2 pub fn remainder(x: f64, y: f64) -> f64 { in remainder() function
|
/external/llvm-project/libc/src/math/ |
D | remainder.cpp | 14 double LLVM_LIBC_ENTRYPOINT(remainder)(double x, double y) { in LLVM_LIBC_ENTRYPOINT() argument
|
/external/skia/src/core/ |
D | SkRTree.cpp | 62 int remainder = branches % kMaxChildren; in CountNodes() local 102 int remainder = (int)branches->size() % kMaxChildren; in bulkLoad() local
|
/external/proguard/src/proguard/evaluation/value/ |
D | DoubleValue.java | 106 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
|
D | FloatValue.java | 106 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
|
D | SpecificDoubleValue.java | 90 public DoubleValue remainder(DoubleValue other) in remainder() method in SpecificDoubleValue 144 public DoubleValue remainder(SpecificDoubleValue other) in remainder() method in SpecificDoubleValue
|
D | SpecificFloatValue.java | 90 public FloatValue remainder(FloatValue other) in remainder() method in SpecificFloatValue 144 public FloatValue remainder(SpecificFloatValue other) in remainder() method in SpecificFloatValue
|
D | ParticularDoubleValue.java | 116 public DoubleValue remainder(DoubleValue other) in remainder() method in ParticularDoubleValue 173 public DoubleValue remainder(ParticularDoubleValue other) in remainder() method in ParticularDoubleValue
|
D | ParticularFloatValue.java | 116 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/ |
D | Quantiles.java | 297 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/ |
D | Quantiles.java | 297 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/ |
D | int128.cc | 115 uint128 remainder = 0; in operator /=() local 122 uint128 remainder = 0; in operator %=() local
|
/external/skqp/src/core/ |
D | SkRTree.cpp | 69 int remainder = branches % kMaxChildren; in CountNodes() local 113 int remainder = branches->count() % kMaxChildren; in bulkLoad() local
|
/external/icing/icing/util/ |
D | math-util.h | 71 const IntType remainder = input_value % rounding_value; in RoundUpTo() local
|
/external/llvm-project/flang/lib/Evaluate/ |
D | fold-designator.cpp | 39 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/ |
D | gregoimp.cpp | 36 int32_t& remainder) { in floorDivide() 44 double& remainder) { in floorDivide()
|