Home
last modified time | relevance | path

Searched refs:int_round (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/lib-tk/test/
Dwidget_tests.py17 def int_round(x): function
20 pixels_round = int_round
189 conv1 = int_round
/external/python/cpython2/Lib/lib-tk/test/test_tkinter/
Dtest_geometry_managers.py8 from widget_tests import AbstractWidgetTest, int_round
543 self._str(int_round(pixels_conv('.5c') * self.scaling)))
554 self._str(int_round(pixels_conv('.5c') * self.scaling)))
567 self._str(int_round(pixels_conv('.5c') * self.scaling)))
580 self._str(int_round(pixels_conv('.5c') * self.scaling)))
Dtest_widgets.py11 add_standard_options, noconv, noconv_meth, int_round, pixels_round,
643 _conv_pixels = staticmethod(int_round)
905 _conv_pixels = staticmethod(int_round)
/external/llvm/include/llvm/IR/
DIntrinsics.td405 def int_round : Intrinsic<[llvm_anyfloat_ty], [LLVMMatchType<0>]>;