/external/speex/libspeex/ |
D | resample_neon.h | 58 uint32_t remainder = len % 16; in inner_product_single() local 131 uint32_t remainder = len % 16; in inner_product_single() local
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | Grego.java | 108 long[] remainder = new long[1]; in dayOfWeek() local 174 long[] remainder = new long[1]; in timeToFields() local 189 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 | 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/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 | 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 | 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 | 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
|
D | LongValue.java | 131 public LongValue remainder(LongValue other) in remainder() method in LongValue 287 public LongValue remainder(SpecificLongValue other) in remainder() method in LongValue 443 public LongValue remainder(ParticularLongValue other) in remainder() method in LongValue
|
D | SpecificLongValue.java | 92 public LongValue remainder(LongValue other) in remainder() method in SpecificLongValue 184 public LongValue remainder(SpecificLongValue other) in remainder() method in SpecificLongValue
|
D | ParticularLongValue.java | 112 public LongValue remainder(LongValue other) in remainder() method in ParticularLongValue 200 public LongValue remainder(ParticularLongValue other) in remainder() method in ParticularLongValue
|
D | UnknownFloatValue.java | 90 public FloatValue remainder(FloatValue other) in remainder() method in UnknownFloatValue
|
D | UnknownDoubleValue.java | 90 public DoubleValue remainder(DoubleValue other) in remainder() method in UnknownDoubleValue
|
D | IntegerValue.java | 124 public abstract IntegerValue remainder(IntegerValue other) in remainder() method in IntegerValue 315 public IntegerValue remainder(UnknownIntegerValue other) in remainder() method in IntegerValue 559 public IntegerValue remainder(SpecificIntegerValue other) in remainder() method in IntegerValue 803 public IntegerValue remainder(ParticularIntegerValue other) in remainder() method in IntegerValue
|
D | SpecificIntegerValue.java | 107 public IntegerValue remainder(IntegerValue other) in remainder() method in SpecificIntegerValue 239 public IntegerValue remainder(SpecificIntegerValue other) in remainder() method in SpecificIntegerValue
|
D | UnknownLongValue.java | 93 public LongValue remainder(LongValue other) in remainder() method in UnknownLongValue
|
D | ParticularIntegerValue.java | 139 public IntegerValue remainder(IntegerValue other) in remainder() method in ParticularIntegerValue 267 public IntegerValue remainder(ParticularIntegerValue other) in remainder() method in ParticularIntegerValue
|
/external/mesa3d/src/glx/apple/ |
D | glx_empty.c | 45 glXWaitVideoSyncSGI(int divisor, int remainder, unsigned int *count) in glXWaitVideoSyncSGI() 102 int64_t target_msc, int64_t divisor, int64_t remainder) in glXSwapBuffersMscOML() 116 int64_t remainder, int64_t * ust, in glXWaitForMscOML()
|
/external/skia/src/core/ |
D | SkRTree.cpp | 68 int remainder = branches % kMaxChildren; in CountNodes() local 112 int remainder = branches->count() % kMaxChildren; in bulkLoad() local
|
/external/webrtc/webrtc/call/ |
D | bitrate_allocator.cc | 159 uint32_t remainder = observer_allowance - max_it->first; in NormalRateAllocation() local 184 uint32_t remainder = bitrate; in LowRateAllocation() local
|
/external/mesa3d/src/glx/ |
D | dri2.c | 545 CARD64 remainder) in load_swap_req() 562 CARD64 divisor, CARD64 remainder, CARD64 *count) in DRI2SwapBuffers() 622 CARD64 remainder) in load_msc_req() 633 CARD64 remainder, CARD64 *ust, CARD64 *msc, CARD64 *sbc) in DRI2WaitMSC()
|
/external/icu/icu4c/source/i18n/ |
D | gregoimp.cpp | 33 int32_t& remainder) { in floorDivide() 41 double& remainder) { in floorDivide()
|
/external/pdfium/xfa/src/fxbarcode/common/reedsolomon/ |
D | BC_ReedSolomon.cpp | 83 CBC_ReedSolomonGF256Poly* remainder = in Encode() local
|
/external/guava/guava-tests/benchmark/com/google/common/primitives/ |
D | UnsignedLongsBenchmark.java | 61 @Benchmark long remainder(int reps) { in remainder() method in UnsignedLongsBenchmark
|