Searched refs:min_d (Results 1 - 12 of 12) sorted by relevance
/third_party/backends/backend/ |
H A D | plustek_pp.c | 1496 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 D | u12.c | 1272 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 D | plustek.c | 1983 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 D | pngrtran.c | 550 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 D | assembler-mips64.h | 774 void min_d(FPURegister fd, FPURegister fs, FPURegister ft);
|
H A D | macro-assembler-mips64.cc | 5859 min_d(dst, src1, src2); in CallRecordWriteStub()
|
H A D | assembler-mips64.cc | 2474 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 D | assembler-mips.h | 714 void min_d(FPURegister fd, FPURegister fs, FPURegister ft);
|
H A D | assembler-mips.cc | 2814 void Assembler::min_d(FPURegister fd, FPURegister fs, FPURegister ft) { in min_d() function in v8::internal::Assembler
|
H A D | macro-assembler-mips.cc | 5310 min_d(dst, src1, src2); in CallRecordWriteStub()
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
H A D | code-generator-mips64.cc | 1327 __ min_d(i.OutputDoubleRegister(), i.InputDoubleRegister(0), in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/mips/ |
H A D | code-generator-mips.cc | 1313 __ min_d(i.OutputDoubleRegister(), i.InputDoubleRegister(0), in AssembleArchInstruction()
|
Completed in 60 milliseconds