HomeSort by relevance Sort by last modified time
    Searched refs:remainder (Results 176 - 200 of 1199) sorted by null

1 2 3 4 5 6 78 91011>>

  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
EmuThunk.c 177 UINT32 remainder; local
195 DivU64x32Remainder(PeriodMs, 1000, &remainder);
196 timerval.it_value.tv_usec = remainder * 1000;
  /external/clang/lib/Headers/
__clang_cuda_math_forward_declares.h 157 __DEVICE__ double remainder(double, double);
158 __DEVICE__ float remainder(float, float);
245 using ::remainder;
  /external/guava/guava-tests/test/com/google/common/hash/
AbstractStreamingHasherTest.java 237 int remainder = a % b;
238 return remainder == 0 ? a : a + b - remainder;
  /external/icu/android_icu4j/src/main/java/android/icu/util/
IndianCalendar.java 313 int[] remainder = new int[1]; local
314 extendedYear += floorDivide(month, 12, remainder);
315 month = remainder[0];
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
IndianCalendar.java 339 int[] remainder = new int[1]; local
340 extendedYear += floorDivide(month, 12, remainder);
341 month = remainder[0];
  /external/jemalloc/test/unit/
util.c 141 char *remainder; local
144 result = malloc_strtoumax(test->input, &remainder, test->base);
149 assert_str_eq(remainder, test->expected_remainder,
150 "Unexpected remainder for \"%s\", base %d",
  /external/mesa3d/src/mesa/main/
image.c 173 GLintptr bytes_per_pixel, bytes_per_row, remainder, bytes_per_image; local
182 remainder = bytes_per_row % alignment;
183 if (remainder > 0)
184 bytes_per_row += (alignment - remainder);
298 GLint bytesPerRow, remainder; local
323 remainder = bytesPerRow % packing->Alignment;
324 if (remainder > 0) {
325 bytesPerRow += (packing->Alignment - remainder);
346 GLint bytesPerRow, bytesPerImage, remainder; local
371 remainder = bytesPerRow % packing->Alignment
    [all...]
  /external/proguard/src/proguard/evaluation/value/
ParticularIntegerValue.java 139 public IntegerValue remainder(IntegerValue other) method in class:ParticularIntegerValue
148 return other.remainder(this);
267 public IntegerValue remainder(ParticularIntegerValue other) method in class:ParticularIntegerValue
SpecificIntegerValue.java 107 public IntegerValue remainder(IntegerValue other) method in class:SpecificIntegerValue
116 return other.remainder(this);
239 public IntegerValue remainder(SpecificIntegerValue other) method in class:SpecificIntegerValue
242 return new CompositeIntegerValue(this, CompositeIntegerValue.REMAINDER, other);
248 return new CompositeIntegerValue(other, CompositeIntegerValue.REMAINDER, this);
  /external/webrtc/webrtc/base/
ifaddrs-android.cc 112 char remainder = 0xff; local
113 remainder <<= (8 - prefixlen % 8);
114 *prefix = remainder;
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_utility.cc 68 uint32_t remainder = size % 4; local
69 if (remainder != 0)
70 return size + 4 - remainder;
  /frameworks/av/drm/mediacas/plugins/clearkey/
JsonAssetLoader.cpp 77 int remainder = encodedText.length() % 4; local
79 if (remainder > 0) {
80 for (int i = 0; i < 4 - remainder; ++i) {
  /frameworks/av/drm/mediadrm/plugins/clearkey/
JsonWebKey.cpp 113 int remainder = encodedText.length() % 4; local
115 if (remainder > 0) {
116 for (int i = 0; i < 4 - remainder; ++i) {
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
__clang_cuda_math_forward_declares.h 157 __DEVICE__ double remainder(double, double);
158 __DEVICE__ float remainder(float, float);
245 using ::remainder;
  /prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/include/
__clang_cuda_math_forward_declares.h 157 __DEVICE__ double remainder(double, double);
158 __DEVICE__ float remainder(float, float);
245 using ::remainder;
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_math_forward_declares.h 159 __DEVICE__ double remainder(double, double);
160 __DEVICE__ float remainder(float, float);
260 using ::remainder;
  /prebuilts/clang/host/darwin-x86/clang-3957855/lib64/clang/5.0/include/
__clang_cuda_math_forward_declares.h 159 __DEVICE__ double remainder(double, double);
160 __DEVICE__ float remainder(float, float);
260 using ::remainder;
  /prebuilts/clang/host/darwin-x86/clang-3960126/lib64/clang/5.0/include/
__clang_cuda_math_forward_declares.h 159 __DEVICE__ double remainder(double, double);
160 __DEVICE__ float remainder(float, float);
260 using ::remainder;
  /prebuilts/clang/host/darwin-x86/clang-3977809/lib64/clang/5.0/include/
__clang_cuda_math_forward_declares.h 159 __DEVICE__ double remainder(double, double);
160 __DEVICE__ float remainder(float, float);
260 using ::remainder;
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
__clang_cuda_math_forward_declares.h 159 __DEVICE__ double remainder(double, double);
160 __DEVICE__ float remainder(float, float);
260 using ::remainder;
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
__clang_cuda_math_forward_declares.h 157 __DEVICE__ double remainder(double, double);
158 __DEVICE__ float remainder(float, float);
245 using ::remainder;
  /prebuilts/clang/host/linux-x86/clang-3362437/lib64/clang/3.8/include/
__clang_cuda_math_forward_declares.h 157 __DEVICE__ double remainder(double, double);
158 __DEVICE__ float remainder(float, float);
245 using ::remainder;
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_math_forward_declares.h 159 __DEVICE__ double remainder(double, double);
160 __DEVICE__ float remainder(float, float);
260 using ::remainder;
  /prebuilts/clang/host/linux-x86/clang-3957855/lib64/clang/5.0/include/
__clang_cuda_math_forward_declares.h 159 __DEVICE__ double remainder(double, double);
160 __DEVICE__ float remainder(float, float);
260 using ::remainder;
  /prebuilts/clang/host/linux-x86/clang-3960126/lib64/clang/5.0/include/
__clang_cuda_math_forward_declares.h 159 __DEVICE__ double remainder(double, double);
160 __DEVICE__ float remainder(float, float);
260 using ::remainder;

Completed in 1562 milliseconds

1 2 3 4 5 6 78 91011>>