HomeSort by relevance Sort by last modified time
    Searched refs:remainder (Results 201 - 225 of 450) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
tgmath.h 333 /* Nearest integer, absolute value, and remainder functions. */
344 /* Floating-point modulo remainder of X/Y. */
359 /* Compute remainder of X and Y and put in *QUO a value with sign of x/y
395 /* Return the remainder of integer divison X / Y with infinite precision. */
396 #define remainder(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, remainder) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/
tgmath.h 342 /* Nearest integer, absolute value, and remainder functions. */
353 /* Floating-point modulo remainder of X/Y. */
368 /* Compute remainder of X and Y and put in *QUO a value with sign of x/y
404 /* Return the remainder of integer divison X / Y with infinite precision. */
405 #define remainder(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, remainder) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
tgmath.h 333 /* Nearest integer, absolute value, and remainder functions. */
344 /* Floating-point modulo remainder of X/Y. */
359 /* Compute remainder of X and Y and put in *QUO a value with sign of x/y
395 /* Return the remainder of integer divison X / Y with infinite precision. */
396 #define remainder(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, remainder) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include-fixed/
tgmath.h 342 /* Nearest integer, absolute value, and remainder functions. */
353 /* Floating-point modulo remainder of X/Y. */
368 /* Compute remainder of X and Y and put in *QUO a value with sign of x/y
404 /* Return the remainder of integer divison X / Y with infinite precision. */
405 #define remainder(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, remainder) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
tgmath.h 333 /* Nearest integer, absolute value, and remainder functions. */
344 /* Floating-point modulo remainder of X/Y. */
359 /* Compute remainder of X and Y and put in *QUO a value with sign of x/y
395 /* Return the remainder of integer divison X / Y with infinite precision. */
396 #define remainder(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, remainder) macro
  /development/ndk/platforms/android-3/include/
math.h 255 double remainder(double, double);
  /development/ndk/platforms/android-9/include/
math.h 255 double remainder(double, double);
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
aggregate_results.js 264 var remainder = scaledVal - mapLength * quotient;
265 chartData += map.charAt(quotient) + map.charAt(remainder);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
glxapi.h 114 int (*WaitVideoSyncSGI)(int divisor, int remainder, unsigned int *count);
realglx.h 179 _real_glXWaitVideoSyncSGI(int divisor, int remainder, unsigned int *count);
  /external/llvm/include/llvm/ADT/
APFloat.h 120 /// New operations: sqrt, IEEE remainder, C90 fmod, nexttoward.
297 /// IEEE remainder.
298 opStatus remainder(const APFloat &);
  /external/mesa3d/src/mesa/drivers/x11/
glxapi.h 114 int (*WaitVideoSyncSGI)(int divisor, int remainder, unsigned int *count);
realglx.h 179 _real_glXWaitVideoSyncSGI(int divisor, int remainder, unsigned int *count);
  /libcore/luni/src/test/java/libcore/java/math/
OldBigDecimalArithmeticTest.java 436 BigDecimal result = aNumber.remainder(bNumber);
452 res = a.remainder(b, mc);
458 res = a.remainder(b, mc);
465 res = a.remainder(b, mc);