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

<<1112131415161718

  /external/chromium_org/third_party/tcmalloc/chromium/src/
heap-checker.cc 1406 const size_t remainder = AsInt(object) % pointer_source_alignment; local
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
heap-checker.cc 1406 const size_t remainder = AsInt(object) % pointer_source_alignment; local
    [all...]
  /external/e2fsprogs/resize/
resize2fs.c 1966 blk_t remainder = data_needed - data_blocks; local
2022 blk_t remainder = data_needed - last_start; local
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Grammar.java 1257 IntervalSet remainder = t; \/\/ remainder starts out as whole set to add local
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
StaggeredGridView.java     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_decimal.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_decimal.py     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RootInlineBox.cpp 411 LayoutUnit remainder = roundToInt(baselineOffset) % roundToInt(gridLineHeight); local
413 if (remainder)
414 result += gridLineHeight - remainder;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
platform_x11.c 698 int64_t msc, int64_t divisor, int64_t remainder)
707 uint32_t remainder_hi = remainder >> 32;
708 uint32_t remainder_lo = remainder & 0xffffffff;
    [all...]
  /external/clang/lib/Headers/
tgmath.h 1082 // remainder
1090 __tg_remainder(double __x, double __y) {return remainder(__x, __y);}
1096 #undef remainder macro
1097 #define remainder(__x, __y) __tg_remainder(__tg_promote2((__x), (__y))(__x), \ macro
  /external/mesa3d/src/egl/drivers/dri2/
platform_x11.c 698 int64_t msc, int64_t divisor, int64_t remainder)
707 uint32_t remainder_hi = remainder >> 32;
708 uint32_t remainder_lo = remainder & 0xffffffff;
    [all...]
  /frameworks/base/libs/androidfw/
BackupHelpers.cpp 703 ssize_t remainder = 512 - partial; local
704 memset(buf + nRead, 0, remainder);
705 nRead += remainder;
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 1082 // remainder
1090 __tg_remainder(double __x, double __y) {return remainder(__x, __y);}
1096 #undef remainder macro
1097 #define remainder(__x, __y) __tg_remainder(__tg_promote2((__x), (__y))(__x), \ macro
  /system/vold/
cryptfs.c 1497 off64_t numblocks, i, remainder; local
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
math_private.h 696 #define __ieee754_remainder remainder
  /external/chromium_org/third_party/mesa/src/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...]
  /external/chromium_org/v8/src/arm/
lithium-codegen-arm.h 376 // If 'remainder' is no_reg, it is not computed.
380 Register remainder,
lithium-codegen-arm.cc 1452 const Register remainder = scratch0(); local
1507 const Register remainder = ToRegister(instr->temp()); local
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-codegen-mips.h 396 // If 'remainder' is no_reg, it is not computed.
400 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/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)
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
BigDecimalArithmeticTest.java 581 * Divide: remainder is zero
    [all...]
  /prebuilts/sdk/renderscript/include/
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)
  /bionic/tests/
math_test.cpp 559 TEST(math, remainder) {
560 ASSERT_FLOAT_EQ(2.0, remainder(12.0, 10.0));
  /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);

Completed in 3103 milliseconds

<<1112131415161718