Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTargetLoweringX8632.h533 void _round(Variable *Dest, Operand *Src0, Operand *Imm) { in _round() function
727 void _round(Variable *Dest, Operand *Src, Constant *Imm) { in _round() function
DIceTargetLoweringX8664.h529 void _round(Variable *Dest, Operand *Src0, Operand *Imm) { in _round() function
721 void _round(Variable *Dest, Operand *Src, Constant *Imm) { in _round() function
/third_party/python/Lib/
D_pydecimal.py2656 def _round(self, places, rounding): member in Decimal