/third_party/typescript/tests/baselines/reference/ |
D | maxConstraints.js | 8 var max2: Comparer = (x, y) => { return (x.compareTo(y) > 0) ? x : y }; function
|
/third_party/typescript/tests/cases/compiler/ |
D | maxConstraints.ts | 7 var max2: Comparer = (x, y) => { return (x.compareTo(y) > 0) ? x : y }; variable
|
/third_party/boost/boost/geometry/algorithms/detail/overlay/ |
D | intersection_box_box.hpp | 55 ct max2 = get<max_corner, Dimension>(box2); in apply() local
|
/third_party/boost/boost/geometry/algorithms/detail/overlaps/ |
D | implementation.hpp | 61 coordinate_type2 const& max2 = get<max_corner, Dimension>(b2); in apply() local
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/ |
D | gstrtsprange.h | 142 GstRTSPTime2 max2; member
|
/third_party/boost/boost/geometry/algorithms/detail/touches/ |
D | implementation.hpp | 63 coordinate_type2 const& max2 = get<max_corner, Dimension>(b2); in apply() local
|
/third_party/boost/libs/geometry/test/algorithms/set_operations/intersection/ |
D | intersection.cpp | 876 void test_boxes_per_d(P const& min1, P const& max1, P const& min2, P const& max2, bool expected_res… in test_boxes_per_d()
|
/third_party/ffmpeg/libavcodec/ |
D | ratecontrol.c | 221 double max2 = log(qmax); in modify_qscale() local
|
D | vorbisenc.c | 919 float max1 = 0.0, max2 = 0.0; in residue_encode() local
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstvalue.c | 5327 gint max2, gint step) in gst_value_create_new_range() 5420 gint max2 = gst_value_get_int_range_max (subtrahend); in gst_value_subtract_int_range_int_range() local 5474 gint64 min2, gint64 max2, gint64 step) in gst_value_create_new_int64_range() 5568 gint64 max2 = gst_value_get_int64_range_max (subtrahend); in gst_value_subtract_int64_range_int64_range() local 5631 gdouble max2 = gst_value_get_double_range_max (minuend); in gst_value_subtract_double_range_double_range() local 5778 const GValue *max2 = gst_value_get_fraction_range_max (minuend); in gst_value_subtract_fraction_range_fraction_range() local
|
/third_party/mesa3d/src/compiler/glsl/ |
D | ir_builder.cpp | 219 ir_expression *max2(operand a, operand b) in max2() function
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsVertexArrayTests.cpp | 1425 const deUint32 max2 = 4; in createQuadsPacked() local
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
D | dec_neon.c | 699 const uint8x16_t max2 = vmaxq_u8(a_p1_p0, a_q3_q2); in NeedsFilter2_NEON() local
|
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/ |
D | dec_neon.c | 699 const uint8x16_t max2 = vmaxq_u8(a_p1_p0, a_q3_q2); in NeedsFilter2_NEON() local
|
/third_party/toybox/toys/pending/ |
D | bc.c | 1457 size_t max = maxof(a->len, b->len), max2 = (max + 1) / 2; in bc_num_k() local
|