/third_party/mesa3d/src/gallium/frontends/clover/util/ |
D | factor.hpp | 40 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/ |
D | ksvideohelpers.c | 273 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/ |
D | abg-diff-utils.h | 479 << "' 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/ |
D | gstvideorate.c | 327 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/ |
D | pngrtran.c | 586 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/ |
D | assembler-mips.h | 716 void max_d(FPURegister fd, FPURegister fs, FPURegister ft);
|
D | assembler-mips.cc | 2822 void Assembler::max_d(FPURegister fd, FPURegister fs, FPURegister ft) { in max_d() function in v8::internal::Assembler
|
D | macro-assembler-mips.cc | 5259 max_d(dst, src1, src2); in CallRecordWriteStub()
|
/third_party/node/deps/v8/src/codegen/mips64/ |
D | assembler-mips64.h | 776 void max_d(FPURegister fd, FPURegister fs, FPURegister ft);
|
D | assembler-mips64.cc | 2482 void Assembler::max_d(FPURegister fd, FPURegister fs, FPURegister ft) { in max_d() function in v8::internal::Assembler
|
D | macro-assembler-mips64.cc | 5809 max_d(dst, src1, src2); in CallRecordWriteStub()
|
/third_party/node/deps/v8/src/compiler/backend/mips/ |
D | code-generator-mips.cc | 1309 __ max_d(i.OutputDoubleRegister(), i.InputDoubleRegister(0), in AssembleArchInstruction() local
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
D | code-generator-mips64.cc | 1323 __ max_d(i.OutputDoubleRegister(), i.InputDoubleRegister(0), in AssembleArchInstruction() local
|
/third_party/libabigail/ |
D | ChangeLog | 39844 * 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/ |
D | ChangeLog | 35219 data[1] = (max_n << 32) | (max_d)
|