Searched defs:max2 (Results 1 - 10 of 10) sorted by relevance
| /third_party/typescript/tests/baselines/reference/ |
| H A D | maxConstraints.js | 12 var max2 = function (x, y) { return (x.compareTo(y) > 0) ? x : y; };
function
|
| /foundation/multimedia/media_foundation/engine/pipeline/core/ |
| H A D | compatible_check.cpp | 219 T max2 = Max(v2.first, v2.second, cmpFunc); in IICapabilityCheck() local
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | ratecontrol.c | 220 double max2 = log(qmax); in modify_qscale() local
|
| H A D | vorbisenc.c | 924 float max1 = 0.0, max2 = 0.0; in residue_encode() local
|
| /third_party/mesa3d/src/compiler/glsl/ |
| H A D | ir_builder.cpp | 206 ir_expression *max2(operand a, operand b) in max2() function
|
| /third_party/lame/libmp3lame/ |
| H A D | takehiro.c | 426 int max1 = 0, max2 = 0; in ix_max() local
|
| /third_party/vk-gl-cts/modules/glshared/ |
| H A D | glsVertexArrayTests.cpp | 1425 const deUint32 max2 = 4; in createQuadsPacked() local
|
| /third_party/skia/third_party/externals/libwebp/src/dsp/ |
| H A D | dec_neon.c | 699 const uint8x16_t max2 = vmaxq_u8(a_p1_p0, a_q3_q2); in NeedsFilter2_NEON() local
|
| /third_party/backends/backend/ |
| H A D | hp-option.c | 812 int minval, maxval, min2, max2; in _probe_resolution() local
|
| /third_party/toybox/toys/pending/ |
| H A D | bc.c | 1457 size_t max = maxof(a->len, b->len), max2 = (max + 1) / 2; in bc_num_k() local
|
Completed in 28 milliseconds