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

  /art/compiler/optimizing/
code_generator_utils.cc 58 uint64_t abs_d = (divisor >= 0) ? divisor : -divisor; local
62 uint64_t abs_nc = tmp - 1 - (tmp % abs_d);
65 uint64_t quotient2 = exp / abs_d;
66 uint64_t remainder2 = exp % abs_d;
83 if (remainder2 >= abs_d) {
85 remainder2 = remainder2 - abs_d;
87 delta = abs_d - remainder2;
  /external/swiftshader/third_party/subzero/src/
IceAssemblerMIPS32.cpp 367 void AssemblerMIPS32::abs_d(const Operand *OpFd, const Operand *OpFs) { function in class:Ice::MIPS32::AssemblerMIPS32
    [all...]
  /external/v8/src/mips/
assembler-mips.cc 2564 void Assembler::abs_d(FPURegister fd, FPURegister fs) { function in class:v8::Assembler
    [all...]
  /external/v8/src/mips64/
assembler-mips64.cc 2892 void Assembler::abs_d(FPURegister fd, FPURegister fs) { function in class:v8::internal::Assembler
    [all...]

Completed in 812 milliseconds