HomeSort by relevance Sort by last modified time
    Searched refs:_round (Results 1 - 8 of 8) sorted by null

  /external/fonttools/Lib/fontTools/misc/
py23.py 381 _round = round
384 return _round(number) if ndigits is None else _round(number, ndigits)
  /external/libvpx/libvpx/test/
vp9_quantize_test.cc 202 int _round; local
205 _round = ROUND_POWER_OF_TWO(round_ptr[rc != 0], 1);
207 _round = round_ptr[rc != 0];
209 tmp = clamp(abs_coeff[y] + _round, INT16_MIN, INT16_MAX);
  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringX86Base.h 633 void _round(Variable *Dest, Operand *Src0, Operand *Imm) { function in class:Ice::X86NAMESPACE::TargetX86Base
920 void _round(Variable *Dest, Operand *Src, Constant *Imm) { function in class:Ice::X86NAMESPACE::TargetX86Base
    [all...]
IceTargetLoweringX86BaseImpl.h     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
decimal.py 2514 def _round(self, places, rounding): member in class:Decimal
    [all...]
  /external/python/cpython2/Lib/
decimal.py 2540 def _round(self, places, rounding): member in class:Decimal
    [all...]
  /external/python/cpython3/Lib/
_pydecimal.py 2642 def _round(self, places, rounding): member in class:Decimal
    [all...]
  /external/python/cpython3/Lib/test/
test_decimal.py     [all...]

Completed in 419 milliseconds