Home
last modified time | relevance | path

Searched defs:_round (Results 1 – 5 of 5) sorted by relevance

/external/fonttools/Lib/fontTools/misc/
Dpy23.py381 _round = round variable
/external/libvpx/libvpx/test/
Dvp9_quantize_test.cc202 int _round; in quant_fp_nz() local
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringX86Base.h633 void _round(Variable *Dest, Operand *Src0, Operand *Imm) { in _round() function
920 void _round(Variable *Dest, Operand *Src, Constant *Imm) { in _round() function
/external/python/cpython3/Lib/
D_pydecimal.py2642 def _round(self, places, rounding): member in Decimal
/external/python/cpython2/Lib/
Ddecimal.py2540 def _round(self, places, rounding): member in Decimal