Home
last modified time | relevance | path

Searched refs:min_d (Results 1 - 12 of 12) sorted by relevance

/third_party/backends/backend/
H A Dplustek_pp.c1496 int min_d = s->hw->res_list[s->hw->res_list_size - 1]; in sane_control_option() local
1503 if( d < min_d ) { in sane_control_option()
1504 min_d = d; in sane_control_option()
H A Du12.c1272 int min_d = s->hw->res_list[s->hw->res_list_size - 1]; in sane_control_option() local
1279 if( d < min_d ) { in sane_control_option()
1280 min_d = d; in sane_control_option()
H A Dplustek.c1983 int min_d = dev->res_list[dev->res_list_size - 1]; in sane_control_option() local
1990 if( d < min_d ) { in sane_control_option()
1991 min_d = d; in sane_control_option()
/third_party/skia/third_party/externals/libpng/
H A Dpngrtran.c550 int min_d, k, min_k, d_index; in png_set_quantize() local
554 min_d = PNG_COLOR_DIST(palette[d_index], palette[0]); in png_set_quantize()
561 if (d < min_d) in png_set_quantize()
563 min_d = d; in png_set_quantize()
/third_party/node/deps/v8/src/codegen/mips64/
H A Dassembler-mips64.h774 void min_d(FPURegister fd, FPURegister fs, FPURegister ft);
H A Dmacro-assembler-mips64.cc5859 min_d(dst, src1, src2); in CallRecordWriteStub()
H A Dassembler-mips64.cc2474 void Assembler::min_d(FPURegister fd, FPURegister fs, FPURegister ft) { in min_d() function in v8::internal::Assembler
/third_party/node/deps/v8/src/codegen/mips/
H A Dassembler-mips.h714 void min_d(FPURegister fd, FPURegister fs, FPURegister ft);
H A Dassembler-mips.cc2814 void Assembler::min_d(FPURegister fd, FPURegister fs, FPURegister ft) { in min_d() function in v8::internal::Assembler
H A Dmacro-assembler-mips.cc5310 min_d(dst, src1, src2); in CallRecordWriteStub()
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dcode-generator-mips64.cc1327 __ min_d(i.OutputDoubleRegister(), i.InputDoubleRegister(0), in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dcode-generator-mips.cc1313 __ min_d(i.OutputDoubleRegister(), i.InputDoubleRegister(0), in AssembleArchInstruction()

Completed in 66 milliseconds