Home
last modified time | relevance | path

Searched defs:remainder (Results 1 – 25 of 111) 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/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/proguard/src/proguard/evaluation/value/
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
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
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
DParticularFloatValue.java116 public FloatValue remainder(FloatValue other) in remainder() method in ParticularFloatValue
173 public FloatValue remainder(ParticularFloatValue other) in remainder() method in ParticularFloatValue
DParticularDoubleValue.java116 public DoubleValue remainder(DoubleValue other) in remainder() method in ParticularDoubleValue
173 public DoubleValue remainder(ParticularDoubleValue other) in remainder() method in ParticularDoubleValue
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/skia/src/core/
DSkRTree.cpp68 int remainder = branches % kMaxChildren; in CountNodes() local
112 int remainder = branches->count() % kMaxChildren; in bulkLoad() 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/guava/guava-tests/benchmark/com/google/common/primitives/
DUnsignedLongsBenchmark.java61 @Benchmark long remainder(int reps) { in remainder() method in UnsignedLongsBenchmark
/external/skia/src/utils/
DSkBase64.cpp122 size_t remainder = length % 3; in Encode() local
/external/libvpx/libvpx/third_party/libyuv/source/
Dcompare.cc50 int remainder; in HashDjb2() local
106 int remainder = count & (kBlockSize - 1) & ~31; in ComputeSumSquareError() local
/external/mesa3d/src/mesa/main/
Dimage.c156 GLint bytes_per_pixel, bytes_per_row, remainder, bytes_per_image; in _mesa_image_offset() local
281 GLint bytesPerRow, remainder; in _mesa_image_row_stride() local
329 GLint bytesPerRow, bytesPerImage, remainder; in _mesa_image_image_stride() local

12345