Home
last modified time | relevance | path

Searched defs:max2 (Results 1 – 15 of 15) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DmaxConstraints.js8 var max2: Comparer = (x, y) => { return (x.compareTo(y) > 0) ? x : y }; function
/third_party/typescript/tests/cases/compiler/
DmaxConstraints.ts7 var max2: Comparer = (x, y) => { return (x.compareTo(y) > 0) ? x : y }; variable
/third_party/boost/boost/geometry/algorithms/detail/overlay/
Dintersection_box_box.hpp55 ct max2 = get<max_corner, Dimension>(box2); in apply() local
/third_party/boost/boost/geometry/algorithms/detail/overlaps/
Dimplementation.hpp61 coordinate_type2 const& max2 = get<max_corner, Dimension>(b2); in apply() local
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtsprange.h142 GstRTSPTime2 max2; member
/third_party/boost/boost/geometry/algorithms/detail/touches/
Dimplementation.hpp63 coordinate_type2 const& max2 = get<max_corner, Dimension>(b2); in apply() local
/third_party/boost/libs/geometry/test/algorithms/set_operations/intersection/
Dintersection.cpp876 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/
Dratecontrol.c221 double max2 = log(qmax); in modify_qscale() local
Dvorbisenc.c919 float max1 = 0.0, max2 = 0.0; in residue_encode() local
/third_party/gstreamer/gstreamer/gst/
Dgstvalue.c5327 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/
Dir_builder.cpp219 ir_expression *max2(operand a, operand b) in max2() function
/third_party/vk-gl-cts/modules/glshared/
DglsVertexArrayTests.cpp1425 const deUint32 max2 = 4; in createQuadsPacked() local
/third_party/skia/third_party/externals/libwebp/src/dsp/
Ddec_neon.c699 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/
Ddec_neon.c699 const uint8x16_t max2 = vmaxq_u8(a_p1_p0, a_q3_q2); in NeedsFilter2_NEON() local
/third_party/toybox/toys/pending/
Dbc.c1457 size_t max = maxof(a->len, b->len), max2 = (max + 1) / 2; in bc_num_k() local