HomeSort by relevance Sort by last modified time
    Searched refs:division (Results 1 - 25 of 328) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
BOCSU.java 233 * Integer division and modulo with negative numerators
237 * @param factor the factor to use for division
238 * @return (result of division) << 32 | modulo
295 long division = getNegDivMod(diff, SLOPE_TAIL_COUNT_); local
296 int modulo = (int)division;
298 diff = (int)(division >> 32);
304 diff = (int)(division >> 32);
305 division = getNegDivMod(diff, SLOPE_TAIL_COUNT_);
306 modulo = (int)division;
307 diff = (int)(division >> 32)
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
BOCSU.java 232 * Integer division and modulo with negative numerators
236 * @param factor the factor to use for division
237 * @return (result of division) << 32 | modulo
294 long division = getNegDivMod(diff, SLOPE_TAIL_COUNT_); local
295 int modulo = (int)division;
297 diff = (int)(division >> 32);
303 diff = (int)(division >> 32);
304 division = getNegDivMod(diff, SLOPE_TAIL_COUNT_);
305 modulo = (int)division;
306 diff = (int)(division >> 32)
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue4264.go 7 // issue 4264: reject int division by const 0
16 println(x/0) // ERROR "division by zero"
bug457.go 8 // panics on a division by zero.
issue11369.go 7 // Test that the half multiply resulting from a division
  /prebuilts/go/linux-x86/test/fixedbugs/
issue4264.go 7 // issue 4264: reject int division by const 0
16 println(x/0) // ERROR "division by zero"
bug457.go 8 // panics on a division by zero.
issue11369.go 7 // Test that the half multiply resulting from a division
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
any-idiv.d 11 Tag_DIV_use: Allowed in v7-A with integer division extension
arm-idiv.d 1 #name: ARM Integer division instructions
attr-march-armv7-a+idiv.d 15 Tag_DIV_use: Allowed in v7-A with integer division extension
attr-march-armv7-a+sec+virt.d 15 Tag_DIV_use: Allowed in v7-A with integer division extension
attr-march-armv7-a+virt.d 15 Tag_DIV_use: Allowed in v7-A with integer division extension
attr-march-armv7ve.d 16 Tag_DIV_use: Allowed in v7-A with integer division extension
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_future3.py 2 from __future__ import division
  /external/python/cpython2/Lib/test/
test_future3.py 2 from __future__ import division
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_future3.py 2 from __future__ import division
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_future3.py 2 from __future__ import division
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_future3.py 2 from __future__ import division
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_future3.py 2 from __future__ import division
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
attr-merge-div-02.d 13 Tag_DIV_use: Allowed in v7-A with integer division extension
attr-merge-div-12.d 13 Tag_DIV_use: Allowed in v7-A with integer division extension
attr-merge-div-120.d 16 Tag_DIV_use: Allowed in v7-A with integer division extension
attr-merge-div-20.d 13 Tag_DIV_use: Allowed in v7-A with integer division extension
attr-merge-div-21.d 13 Tag_DIV_use: Allowed in v7-A with integer division extension

Completed in 678 milliseconds

1 2 3 4 5 6 7 8 91011>>