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

  /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);
  /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/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...]

Completed in 260 milliseconds