Home
last modified time | relevance | path

Searched refs:max_d (Results 1 – 15 of 15) 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
41 const T min_x = x / max_d; in find_integer_prime_factors()
44 for (T d = 2; d <= max_d && x > min_x; d++) { in find_integer_prime_factors()
/third_party/gstreamer/gstplugins_bad/sys/winks/
Dksvideohelpers.c273 gint64 max_n, max_d; in ks_video_append_video_stream_cfg_fields() local
300 compress_fraction (NANOSECONDS, vscc->MaxFrameInterval, &max_n, &max_d); in ks_video_append_video_stream_cfg_fields()
302 if (min_n == max_n && min_d == max_d) { in ks_video_append_video_stream_cfg_fields()
304 gst_value_set_fraction (&val, max_n, max_d); in ks_video_append_video_stream_cfg_fields()
307 gst_value_set_fraction_range_full (&val, max_n, max_d, min_n, min_d); in ks_video_append_video_stream_cfg_fields()
/third_party/libabigail/include/
Dabg-diff-utils.h479 << "' out of range [-" << max_d() << ", " << max_d() << "]"; in check_index_against_bound()
544 max_d() const in max_d() function
549 {return max_d() + abs((long long) a_size() - (long long) b_size());} in offset()
1333 ABG_ASSERT(v.max_d() == a_size + b_size); in ses_len()
1346 for (unsigned d = 0; d <= v.max_d(); ++d) in ses_len()
/third_party/gstreamer/gstplugins_base/gst/videorate/
Dgstvideorate.c327 gint min_n = G_MAXINT, min_d = 1, max_n = 0, max_d = 1; in gst_value_fraction_get_extremes() local
342 gst_value_fraction_get_extremes (t, &min_n, &min_d, &max_n, &max_d); in gst_value_fraction_get_extremes()
348 if (gst_util_fraction_compare (max_n, max_d, *max_num, *max_denom) > 0) { in gst_value_fraction_get_extremes()
350 *max_denom = max_d; in gst_value_fraction_get_extremes()
/third_party/skia/third_party/externals/libpng/
Dpngrtran.c586 int max_d; in png_set_quantize() local
621 max_d = 96; in png_set_quantize()
635 if (d <= max_d) in png_set_quantize()
655 for (i = 0; i <= max_d; i++) in png_set_quantize()
736 max_d += 96; in png_set_quantize()
/third_party/node/deps/v8/src/codegen/mips/
Dassembler-mips.h716 void max_d(FPURegister fd, FPURegister fs, FPURegister ft);
Dassembler-mips.cc2822 void Assembler::max_d(FPURegister fd, FPURegister fs, FPURegister ft) { in max_d() function in v8::internal::Assembler
Dmacro-assembler-mips.cc5259 max_d(dst, src1, src2); in CallRecordWriteStub()
/third_party/node/deps/v8/src/codegen/mips64/
Dassembler-mips64.h776 void max_d(FPURegister fd, FPURegister fs, FPURegister ft);
Dassembler-mips64.cc2482 void Assembler::max_d(FPURegister fd, FPURegister fs, FPURegister ft) { in max_d() function in v8::internal::Assembler
Dmacro-assembler-mips64.cc5809 max_d(dst, src1, src2); in CallRecordWriteStub()
/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/compiler/backend/mips64/
Dcode-generator-mips64.cc1323 __ max_d(i.OutputDoubleRegister(), i.InputDoubleRegister(0), in AssembleArchInstruction() local
/third_party/libabigail/
DChangeLog39844 * include/abg-diff-utils.h (d_path_vec::max_d): Avoid using member
42219 (d_path_vec::max_d): Compute this, now that max_d_ was removed.
/third_party/gstreamer/gstreamer/
DChangeLog35219 data[1] = (max_n << 32) | (max_d)