Home
last modified time | relevance | path

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

12345

/external/speex/libspeex/
Dresample_neon.h58 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/
DGrego.java108 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/
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/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
DSpecificFloatValue.java90 public FloatValue remainder(FloatValue other) in remainder() method in SpecificFloatValue
144 public FloatValue remainder(SpecificFloatValue other) in remainder() method in SpecificFloatValue
DSpecificDoubleValue.java90 public DoubleValue remainder(DoubleValue other) in remainder() method in SpecificDoubleValue
144 public DoubleValue remainder(SpecificDoubleValue other) in remainder() method in SpecificDoubleValue
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
DLongValue.java131 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
DSpecificLongValue.java92 public LongValue remainder(LongValue other) in remainder() method in SpecificLongValue
184 public LongValue remainder(SpecificLongValue other) in remainder() method in SpecificLongValue
DParticularLongValue.java112 public LongValue remainder(LongValue other) in remainder() method in ParticularLongValue
200 public LongValue remainder(ParticularLongValue other) in remainder() method in ParticularLongValue
DUnknownFloatValue.java90 public FloatValue remainder(FloatValue other) in remainder() method in UnknownFloatValue
DUnknownDoubleValue.java90 public DoubleValue remainder(DoubleValue other) in remainder() method in UnknownDoubleValue
DIntegerValue.java124 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
DSpecificIntegerValue.java107 public IntegerValue remainder(IntegerValue other) in remainder() method in SpecificIntegerValue
239 public IntegerValue remainder(SpecificIntegerValue other) in remainder() method in SpecificIntegerValue
DUnknownLongValue.java93 public LongValue remainder(LongValue other) in remainder() method in UnknownLongValue
DParticularIntegerValue.java139 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/
Dglx_empty.c45 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/
DSkRTree.cpp68 int remainder = branches % kMaxChildren; in CountNodes() local
112 int remainder = branches->count() % kMaxChildren; in bulkLoad() local
/external/webrtc/webrtc/call/
Dbitrate_allocator.cc159 uint32_t remainder = observer_allowance - max_it->first; in NormalRateAllocation() local
184 uint32_t remainder = bitrate; in LowRateAllocation() local
/external/mesa3d/src/glx/
Ddri2.c545 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/
Dgregoimp.cpp33 int32_t& remainder) { in floorDivide()
41 double& remainder) { in floorDivide()
/external/pdfium/xfa/src/fxbarcode/common/reedsolomon/
DBC_ReedSolomon.cpp83 CBC_ReedSolomonGF256Poly* remainder = in Encode() local
/external/guava/guava-tests/benchmark/com/google/common/primitives/
DUnsignedLongsBenchmark.java61 @Benchmark long remainder(int reps) { in remainder() method in UnsignedLongsBenchmark

12345