Home
last modified time | relevance | path

Searched defs:max_d (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/clover/util/
Dfactor.hpp40 const T max_d = (limit > 0 && limit < x ? limit : x); in find_integer_prime_factors() local
/third_party/libabigail/include/
Dabg-diff-utils.h544 max_d() const in max_d() function
/third_party/skia/third_party/externals/libpng/
Dpngrtran.c586 int max_d; in png_set_quantize() local
/third_party/node/deps/v8/src/compiler/backend/mips/
Dcode-generator-mips.cc1309 __ max_d(i.OutputDoubleRegister(), i.InputDoubleRegister(0), in AssembleArchInstruction() local
/third_party/node/deps/v8/src/codegen/mips/
Dassembler-mips.cc2822 void Assembler::max_d(FPURegister fd, FPURegister fs, FPURegister ft) { in max_d() function in v8::internal::Assembler
/third_party/node/deps/v8/src/compiler/backend/mips64/
Dcode-generator-mips64.cc1323 __ max_d(i.OutputDoubleRegister(), i.InputDoubleRegister(0), in AssembleArchInstruction() local
/third_party/node/deps/v8/src/codegen/mips64/
Dassembler-mips64.cc2482 void Assembler::max_d(FPURegister fd, FPURegister fs, FPURegister ft) { in max_d() function in v8::internal::Assembler