HomeSort by relevance Sort by last modified time
    Searched refs:division (Results 51 - 75 of 125) sorted by null

1 23 4 5

  /external/fonttools/Lib/fontTools/pens/
basePen.py 39 from __future__ import print_function, division, absolute_import namespace
pointInsidePen.py 5 from __future__ import print_function, division, absolute_import namespace
  /external/fonttools/Lib/fontTools/ttLib/
macUtils.py 3 from __future__ import print_function, division, absolute_import namespace
  /external/fonttools/Lib/fontTools/ttLib/tables/
C_O_L_R_.py 5 from __future__ import print_function, division, absolute_import namespace
D_S_I_G_.py 1 from __future__ import print_function, division, absolute_import namespace
G_M_A_P_.py 1 from __future__ import print_function, division, absolute_import namespace
G_P_K_G_.py 1 from __future__ import print_function, division, absolute_import namespace
O_S_2f_2.py 1 from __future__ import print_function, division, absolute_import namespace
T_S_I__1.py 1 from __future__ import print_function, division, absolute_import namespace
V_O_R_G_.py 1 from __future__ import print_function, division, absolute_import namespace
_n_a_m_e.py 1 from __future__ import print_function, division, absolute_import namespace
sbixBitmapSet.py 1 from __future__ import print_function, division, absolute_import namespace
M_E_T_A_.py 1 from __future__ import print_function, division, absolute_import namespace
_k_e_r_n.py 1 from __future__ import print_function, division, absolute_import 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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
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
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
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...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
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
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
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...]
  /external/chromium_org/v8/test/mjsunit/
math-floor-of-div.js 209 // Test for negative zero, overflow and division by 0.
291 // Test for flooring division with negative dividend.
  /external/fonttools/Lib/fontTools/
inspect.py 8 from __future__ import print_function, division, absolute_import namespace
ttx.py 69 from __future__ import print_function, division, absolute_import namespace
afmLib.py 7 from __future__ import print_function, division, absolute_import namespace
  /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

Completed in 379 milliseconds

1 23 4 5