Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Dvp9_quantize_test.cc207 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
923 void _round(Variable *Dest, Operand *Src, Constant *Imm) { in _round() function
/external/python/cpython2/Lib/
Ddecimal.py2540 def _round(self, places, rounding): member in Decimal
/external/python/cpython3/Lib/
D_pydecimal.py2646 def _round(self, places, rounding): member in Decimal