Home
last modified time | relevance | path

Searched defs:max2 (Results 1 – 9 of 9) 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/ffmpeg/libavcodec/
Dratecontrol.c220 double max2 = log(qmax); in modify_qscale() local
Dvorbisenc.c924 float max1 = 0.0, max2 = 0.0; in residue_encode() local
/third_party/mesa3d/src/compiler/glsl/
Dir_builder.cpp206 ir_expression *max2(operand a, operand b) in max2() function
/third_party/lame/libmp3lame/
Dtakehiro.c426 int max1 = 0, max2 = 0; in ix_max() local
/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/toybox/toys/pending/
Dbc.c1457 size_t max = maxof(a->len, b->len), max2 = (max + 1) / 2; in bc_num_k() local