/external/mesa3d/src/glx/ |
glxcmds.c | [all...] |
glxclient.h | 116 int64_t divisor, int64_t remainder); 122 int64_t divisor, int64_t remainder, int64_t *ust,
|
/external/bison/darwin-lib/ |
math.h | 1987 # undef remainder macro [all...] |
/external/bison/lib/ |
math.in.h | 1662 # undef remainder macro 1663 # define remainder macro 1673 _GL_CXXALIASWARN (remainder); variable 1675 # undef remainder macro [all...] |
/external/bison/linux-lib/ |
math.h | 1987 # undef remainder macro [all...] |
/libcore/luni/src/main/java/java/math/ |
BigDecimal.java | 1071 BigInteger remainder = quotAndRem[1]; local 1104 long remainder = scaledDividend % scaledDivisor; local 1505 public BigDecimal remainder(BigDecimal divisor) { method in class:BigDecimal 1531 public BigDecimal remainder(BigDecimal divisor, MathContext mc) { method in class:BigDecimal [all...] |
/libcore/harmony-tests/src/test/java/tests/api/java/math/ |
BigIntegerTest.java | 596 * @tests java.math.BigInteger#remainder(java.math.BigInteger) 600 largePos.remainder(zero); 606 bi1.remainder(zero); 612 bi3.negate().remainder(zero); 618 zero.remainder(zero); 904 BigInteger r = i1.remainder(i2); 909 assertTrue("remainder and divideAndRemainder do not agree", r 914 assertTrue("signum and equals(zero) do not agree on remainder", r 919 assertTrue("wrong sign on remainder", r.signum() == 0 921 assertTrue("remainder out of range", r.abs().compareTo(i2.abs()) < 0) [all...] |
/external/chromium/third_party/libjingle/source/talk/base/ |
schanneladapter.cc | 462 if (int remainder = outbuf.size() - pos) { 463 memmove(&outbuf[0], &outbuf[pos], remainder); 464 outbuf.resize(remainder);
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
schanneladapter.cc | 459 if (int remainder = static_cast<int>(outbuf.size() - pos)) { 460 memmove(&outbuf[0], &outbuf[pos], remainder); 461 outbuf.resize(remainder);
|
/external/chromium_org/third_party/skia/src/effects/gradients/ |
SkLinearGradient.cpp | 121 unsigned remainder = fullIndex & ((1 << SkGradientShaderBase::kCache32Shift) - 1); local 128 SkPMColor lerp = SkFastFourByteInterp(cache[index1], cache[index0], remainder); 131 SkPMColor dlerp = SkFastFourByteInterp(cache[index1], cache[index0], remainder);
|
/external/dexmaker/src/test/java/com/google/dexmaker/ |
DexMakerTest.java | 751 Method remainder = binaryOpMethod(int.class, int.class, BinaryOp.REMAINDER); local 752 assertEquals(3, remainder.invoke(null, 75, 4)); 754 remainder.invoke(null, 75, 0); 799 Method remainder = binaryOpMethod(long.class, long.class, BinaryOp.REMAINDER); local 845 Method remainder = binaryOpMethod(float.class, float.class, BinaryOp.REMAINDER); local 864 Method remainder = binaryOpMethod(double.class, double.class, BinaryOp.REMAINDER); local [all...] |
/external/skia/src/effects/gradients/ |
SkLinearGradient.cpp | 121 unsigned remainder = fullIndex & ((1 << SkGradientShaderBase::kCache32Shift) - 1); local 128 SkPMColor lerp = SkFastFourByteInterp(cache[index1], cache[index0], remainder); 131 SkPMColor dlerp = SkFastFourByteInterp(cache[index1], cache[index0], remainder);
|
/frameworks/base/wifi/java/android/net/wifi/ |
WifiMonitor.java | 692 * @param remainder the rest of the string following the 695 void handleEvent(int event, String remainder) { 698 handleNetworkStateChange(NetworkInfo.DetailedState.DISCONNECTED, remainder); 702 handleNetworkStateChange(NetworkInfo.DetailedState.CONNECTED, remainder); [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
socket.py | 307 remainder = data[write_offset:] 309 self._wbuf.append(remainder) 310 self._wbuf_len = len(remainder)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
socket.py | 307 remainder = data[write_offset:] 309 self._wbuf.append(remainder) 310 self._wbuf_len = len(remainder)
|
/external/chromium_org/third_party/mesa/src/include/GL/ |
glxext.h | 631 extern int glXWaitVideoSyncSGI (int divisor, int remainder, unsigned int *count); 634 typedef int ( * PFNGLXWAITVIDEOSYNCSGIPROC) (int divisor, int remainder, unsigned int *count); [all...] |
wglext.h | 647 extern INT64 WINAPI wglSwapBuffersMscOML (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder); 648 extern INT64 WINAPI wglSwapLayerBuffersMscOML (HDC hdc, int fuPlanes, INT64 target_msc, INT64 divisor, INT64 remainder); 649 extern BOOL WINAPI wglWaitForMscOML (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder, INT64 *ust, INT64 *msc, INT64 *sbc); 654 typedef INT64 (WINAPI * PFNWGLSWAPBUFFERSMSCOMLPROC) (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder); 655 typedef INT64 (WINAPI * PFNWGLSWAPLAYERBUFFERSMSCOMLPROC) (HDC hdc, int fuPlanes, INT64 target_msc, INT64 divisor, INT64 remainder); 656 typedef BOOL (WINAPI * PFNWGLWAITFORMSCOMLPROC) (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder, INT64 *ust, INT64 *msc, INT64 *sbc); [all...] |
/external/mesa3d/include/GL/ |
glxext.h | 631 extern int glXWaitVideoSyncSGI (int divisor, int remainder, unsigned int *count); 634 typedef int ( * PFNGLXWAITVIDEOSYNCSGIPROC) (int divisor, int remainder, unsigned int *count); [all...] |
wglext.h | 647 extern INT64 WINAPI wglSwapBuffersMscOML (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder); 648 extern INT64 WINAPI wglSwapLayerBuffersMscOML (HDC hdc, int fuPlanes, INT64 target_msc, INT64 divisor, INT64 remainder); 649 extern BOOL WINAPI wglWaitForMscOML (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder, INT64 *ust, INT64 *msc, INT64 *sbc); 654 typedef INT64 (WINAPI * PFNWGLSWAPBUFFERSMSCOMLPROC) (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder); 655 typedef INT64 (WINAPI * PFNWGLSWAPLAYERBUFFERSMSCOMLPROC) (HDC hdc, int fuPlanes, INT64 target_msc, INT64 divisor, INT64 remainder); 656 typedef BOOL (WINAPI * PFNWGLWAITFORMSCOMLPROC) (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder, INT64 *ust, INT64 *msc, INT64 *sbc); [all...] |
/sdk/emulator/opengl/host/libs/Translator/include/GL/ |
wglext.h | 647 extern INT64 WINAPI wglSwapBuffersMscOML (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder); 648 extern INT64 WINAPI wglSwapLayerBuffersMscOML (HDC hdc, int fuPlanes, INT64 target_msc, INT64 divisor, INT64 remainder); 649 extern BOOL WINAPI wglWaitForMscOML (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder, INT64 *ust, INT64 *msc, INT64 *sbc); 654 typedef INT64 (WINAPI * PFNWGLSWAPBUFFERSMSCOMLPROC) (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder); 655 typedef INT64 (WINAPI * PFNWGLSWAPLAYERBUFFERSMSCOMLPROC) (HDC hdc, int fuPlanes, INT64 target_msc, INT64 divisor, INT64 remainder); 656 typedef BOOL (WINAPI * PFNWGLWAITFORMSCOMLPROC) (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder, INT64 *ust, INT64 *msc, INT64 *sbc); [all...] |
/external/chromium_org/third_party/WebKit/Source/core/html/ |
BaseMultipleFieldsDateAndTimeInputType.cpp | 576 || !stepRange.minimum().remainder(static_cast<int>(msPerMinute)).isZero() 577 || !stepRange.step().remainder(static_cast<int>(msPerMinute)).isZero();
|
/external/chromium_org/third_party/mesa/src/src/glx/ |
glxclient.h | 116 int64_t divisor, int64_t remainder); 122 int64_t divisor, int64_t remainder, int64_t *ust,
|
/external/qemu/fpu/ |
softfloat-native.c | 34 #define remainderf(fa, fb) ((float)remainder(fa, fb)) 380 return remainder(a, b);
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/ |
ContactTileAdapter.java | 628 // If we have a remainder, some tiles will have 1 pixel larger width than its height. 637 // The actual width may be 1 pixel larger than this if we have a remainder. 639 final int remainder = width - (imageSize * mColumnCount) - totalPaddingsInPixels; 644 // Compensate for the remainder 645 + (i < remainder ? 1 : 0);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
mathcalls.h | 175 /* Nearest integer, absolute value, and remainder functions. */ 187 /* Floating-point modulo remainder of X/Y. */ 207 /* Return the remainder of X/Y. */ 288 /* Return the remainder of integer divison X / Y with infinite precision. */ 289 __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y)); 316 /* Compute remainder of X and Y and put in *QUO a value with sign of x/y
|