HomeSort by relevance Sort by last modified time
    Searched defs:division (Results 1 - 24 of 24) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_future3.py 2 from __future__ import division namespace
test_long_future.py 1 from __future__ import division namespace
2 # When true division is the default, get rid of this and add it to
4 # trick just part of test_long into using future division.
23 # pure Python version of correctly-rounded true division
25 """Correctly-rounded true division for integers."""
29 # exceptions: division by zero, overflow
31 raise ZeroDivisionError("division by zero")
78 # true division is not enabled
95 rounded division. b should be nonzero."""
101 # then applies a float division. This can give doubly-rounde
    [all...]
test_builtin.py 1209 exec compile('from __future__ import division;print input()', namespace
    [all...]
test_datetime.py 5 from __future__ import division namespace
260 # Division of int by timedelta doesn't make sense.
261 # Division by zero doesn't make sense.
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_future3.py 2 from __future__ import division namespace
test_long_future.py 1 from __future__ import division namespace
2 # When true division is the default, get rid of this and add it to
4 # trick just part of test_long into using future division.
23 # pure Python version of correctly-rounded true division
25 """Correctly-rounded true division for integers."""
29 # exceptions: division by zero, overflow
31 raise ZeroDivisionError("division by zero")
78 # true division is not enabled
95 rounded division. b should be nonzero."""
101 # then applies a float division. This can give doubly-rounde
    [all...]
test_builtin.py 1209 exec compile('from __future__ import division;print input()', namespace
    [all...]
test_datetime.py 5 from __future__ import division namespace
260 # Division of int by timedelta doesn't make sense.
261 # Division by zero doesn't make sense.
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
__future__.py 53 "division",
68 CO_FUTURE_DIVISION = 0x2000 # division
110 division = _Feature((2, 2, 0, "alpha", 2), variable
fractions.py 6 from __future__ import division namespace
numbers.py 8 from __future__ import division namespace
112 """self / other without __future__ division
120 """other / self without __future__ division"""
125 """self / other with __future__ division.
133 """other / self with __future__ division"""
288 division rather than casting one side to float before dividing
random.py 42 from __future__ import division namespace
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
__future__.py 53 "division",
68 CO_FUTURE_DIVISION = 0x2000 # division
110 division = _Feature((2, 2, 0, "alpha", 2), variable
fractions.py 6 from __future__ import division namespace
numbers.py 8 from __future__ import division namespace
112 """self / other without __future__ division
120 """other / self without __future__ division"""
125 """self / other with __future__ division.
133 """other / self with __future__ division"""
288 division rather than casting one side to float before dividing
random.py 42 from __future__ import division namespace
  /external/sonivox/arm-fm-22k/lib_src/
eas_smf.c 247 /*lint -e{704} use shift instead of division */
1046 EAS_U16 division; local
1071 /* get the time division */
1072 if ((result = EAS_HWGetWord(hwInstData, pSMFData->fileHandle, &division, EAS_TRUE)) != EAS_SUCCESS)
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_smf.c 247 /*lint -e{704} use shift instead of division */
1046 EAS_U16 division; local
1071 /* get the time division */
1072 if ((result = EAS_HWGetWord(hwInstData, pSMFData->fileHandle, &division, EAS_TRUE)) != EAS_SUCCESS)
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_smf.c 247 /*lint -e{704} use shift instead of division */
1051 EAS_U16 division; local
    [all...]
  /libcore/luni/src/main/java/java/math/
BigInt.java 300 static void division(BigInt dividend, BigInt divisor, BigInt quotient, BigInt remainder) { method in class:BigInt
  /external/chromium_org/third_party/jinja2/
compiler.py 762 self.writeline('from __future__ import division') namespace
    [all...]
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 6778 milliseconds