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

1 2 3 4 5

  /external/chromium_org/v8/test/webkit/
dfg-constant-fold-misprediction.js 31 // will not constant fold the division below, but the DFG constant folder will.
34 // A division that is going to be predicted integer on the first compilation. The
36 // division will be 1, which is too low for the division to be predicted double.
37 // If we constant fold this division, we'll have a constant node that is predicted
40 // the constant-that-was-a-division; subsequent fases in the fixpoint will constant
47 // A pointless loop to force the first compilation to occur before the division got
48 // hot. If this loop was not here then the division would be known to produce doubles
  /frameworks/native/opengl/libagl/
Android.mk 36 # The graphics code can generate division by zero
37 LOCAL_CFLAGS_mips += -mno-check-zero-division
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_future3.py 2 from __future__ import division namespace
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_future3.py 2 from __future__ import division namespace
  /external/fonttools/Lib/fontTools/misc/
fixedTools.py 4 from __future__ import print_function, division, absolute_import namespace
16 pretty slow compared to a simple division. Use sporadically.
macCreatorType.py 1 from __future__ import print_function, division, absolute_import namespace
eexec.py 5 from __future__ import print_function, division, absolute_import namespace
homeResFile.py 3 from __future__ import print_function, division, absolute_import namespace
textTools.py 4 from __future__ import print_function, division, absolute_import namespace
  /external/fonttools/Lib/fontTools/pens/
cocoaPen.py 1 from __future__ import print_function, division, absolute_import namespace
transformPen.py 1 from __future__ import print_function, division, absolute_import namespace
  /external/fonttools/Lib/fontTools/ttLib/tables/
_f_p_g_m.py 1 from __future__ import print_function, division, absolute_import namespace
asciiTable.py 1 from __future__ import print_function, division, absolute_import namespace
BitmapGlyphMetrics.py 3 from __future__ import print_function, division, absolute_import namespace
C_F_F_.py 1 from __future__ import print_function, division, absolute_import namespace
DefaultTable.py 1 from __future__ import print_function, division, absolute_import namespace
L_T_S_H_.py 1 from __future__ import print_function, division, absolute_import namespace
T_S_I__0.py 1 from __future__ import print_function, division, absolute_import namespace
T_S_I__5.py 1 from __future__ import print_function, division, absolute_import namespace
_c_v_t.py 1 from __future__ import print_function, division, absolute_import namespace
_g_a_s_p.py 1 from __future__ import print_function, division, absolute_import namespace
  /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
  /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
  /external/fonttools/Lib/fontTools/
unicode.py 1 from __future__ import print_function, division, absolute_import namespace
  /external/libvorbis/doc/
09-helper.tex 109 5) [off] = [err] / [adx] using integer division
130 been relevant elsewhere, but here we must define integer division as
131 rounding division of both positive and negative numbers toward zero.
138 4) [base] = [dy] / [adx] using integer division

Completed in 359 milliseconds

1 2 3 4 5