/external/chromium_org/v8/src/mips64/ |
lithium-codegen-mips64.h | 347 // If 'remainder' is no_reg, it is not computed. 351 Register remainder,
|
/external/mesa3d/include/GL/internal/ |
dri_interface.h | 188 * the next time (MSC % divisor) is equal to remainder. If divisor is 193 int64_t target_msc, int64_t divisor, int64_t remainder, [all...] |
/frameworks/base/core/java/android/content/res/ |
Resources.java | 1940 final String remainder; local [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/ |
BigDecimalArithmeticTest.java | 581 * Divide: remainder is zero [all...] |
/ndk/sources/android/support/src/msun/ |
math_private.h | 696 #define __ieee754_remainder remainder
|
/prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/scriptc/ |
rs_cl.rsh | 464 * Return the remainder from x / y 648 extern float __attribute__((const, overloadable)) remainder(float x, float y); 649 FN_FUNC_FN_FN(remainder)
|
/prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/scriptc/ |
rs_cl.rsh | 464 * Return the remainder from x / y 648 extern float __attribute__((const, overloadable)) remainder(float x, float y); 649 FN_FUNC_FN_FN(remainder)
|
/prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/scriptc/ |
rs_cl.rsh | 464 * Return the remainder from x / y 648 extern float __attribute__((const, overloadable)) remainder(float x, float y); 649 FN_FUNC_FN_FN(remainder)
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
CoreMathVerifier.java | 47 public float remainder; field in class:CoreMathVerifier.RemquoResult [all...] |
/external/chromium_org/third_party/mesa/src/src/glx/ |
dri_glx.c | 742 int64_t remainder, int64_t *ust, int64_t *msc, int64_t *sbc) 749 divisor, remainder, msc, sbc);
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/ |
glxapi.c | 657 glXWaitVideoSyncSGI(int divisor, int remainder, unsigned int *count) 664 return (t->WaitVideoSyncSGI)(divisor, remainder, count); [all...] |
fakeglx.c | [all...] |
/external/chromium_org/third_party/skia/gm/rebaseline_server/ |
server.py | 542 # /dispatcher/remainder 544 # and 'remainder' is the remaining path sent to that dispatcher. 545 (dispatcher_name, remainder) = PATHSPLIT_RE.match(self.path).groups() 553 dispatcher(remainder) [all...] |
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
debugallocation.cc | 638 const size_t remainder = size % size_of_buffer; local 644 CheckForCorruptedBuffer(queue_entry, buffer_idx, p, remainder); [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
debugallocation.cc | 642 const size_t remainder = size % size_of_buffer; local 648 CheckForCorruptedBuffer(queue_entry, buffer_idx, p, remainder); [all...] |
/external/ltrace/etc/ |
libm.so.conf | 248 double remainder(double, double);
|
/external/mesa3d/src/glx/ |
dri_glx.c | 742 int64_t remainder, int64_t *ust, int64_t *msc, int64_t *sbc) 749 divisor, remainder, msc, sbc);
|
/external/mesa3d/src/mesa/drivers/x11/ |
glxapi.c | 657 glXWaitVideoSyncSGI(int divisor, int remainder, unsigned int *count) 664 return (t->WaitVideoSyncSGI)(divisor, remainder, count); [all...] |
fakeglx.c | [all...] |
/frameworks/rs/api/ |
rs_core_math.spec | 425 Return the remainder from x / y 695 name: remainder 700 Return round x/y to the nearest integer then compute the remainder. 713 Return the quotient and the remainder of b/c. Only the sign and lowest three bits of the quotient are guaranteed to be accurate.
|
/external/chromium_org/chrome/browser/resources/options/chromeos/ |
internet_detail.js | 149 var remainder = 8; 153 remainder = prefixLength; 159 if (remainder != 0) 160 value = ((2 << (remainder - 1)) - 1) << (8 - remainder); [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/ |
WebGLImageConversion.cpp | 1747 int remainder = sourceUnpackAlignment ? (validSrc % sourceUnpackAlignment) : 0; local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/ |
glx_api.c | [all...] |
/external/fio/ |
io_u.c | 1601 uint64_t secs, remainder, bps, bytes; local [all...] |
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
glx_api.c | [all...] |