HomeSort by relevance Sort by last modified time
    Searched full:min2 (Results 1 - 25 of 34) sorted by null

1 2

  /external/stlport/test/unit/
min_test.cpp 17 CPPUNIT_TEST(min2);
24 void min2();
44 void MinTest::min2() function in class:MinTest
  /ndk/tests/device/test-gnustl-full/unit/
min_test.cpp 17 CPPUNIT_TEST(min2);
24 void min2();
44 void MinTest::min2() function in class:MinTest
  /ndk/tests/device/test-stlport/unit/
min_test.cpp 17 CPPUNIT_TEST(min2);
24 void min2();
44 void MinTest::min2() function in class:MinTest
  /cts/tests/src/android/renderscript/cts/
clamp.rs 7 float2 min2 = { 0.5f, -3.0f};
10 float2 res2 = clamp(src2, min2, max2);
  /frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/
clamp.rs 7 float2 min2 = { 0.5f, -3.0f};
10 float2 res2 = clamp(src2, min2, max2);
  /external/mesa3d/src/pixelflinger2/
pixelflinger2.cpp 69 ctx->state.blendState.color[0] = MIN2(MAX2(red * 255, 0.0f), 255.0f);
70 ctx->state.blendState.color[1] = MIN2(MAX2(green * 255, 0.0f), 255.0f);
71 ctx->state.blendState.color[2] = MIN2(MAX2(blue * 255, 0.0f), 255.0f);
72 ctx->state.blendState.color[3] = MIN2(MAX2(alpha * 255, 0.0f), 255.0f);
buffer.cpp 42 ref = MAX2(MIN2(ref, 0xff), 0);
121 r = MAX2(MIN2(r, 1.0f), 0);
122 g = MAX2(MIN2(g, 1.0f), 0);
123 b = MAX2(MIN2(b, 1.0f), 0);
124 a = MAX2(MIN2(a, 1.0f), 0);
scanline.cpp 30 color->r = MIN2(MAX2(color->r, 0), 255);
31 color->g = MIN2(MAX2(color->g, 0), 255);
32 color->b = MIN2(MAX2(color->b, 0), 255);
33 color->a = MIN2(MAX2(color->a, 0), 255);
74 // pixel.channels[0] = (unsigned char)MIN2(MAX2((short)(color->r * 255), 0), 255);
75 // pixel.channels[1] = (unsigned char)MIN2(MAX2((short)(color->g * 255), 0), 255);
76 // pixel.channels[2] = (unsigned char)MIN2(MAX2((short)(color->b * 255), 0), 255);
77 // pixel.channels[3] = (unsigned char)MIN2(MAX2((short)(color->a * 255), 0), 255);
127 factor = MIN2(srcA, sOne - dstA);
pixelflinger2.h 58 #ifndef MIN2
59 # define MIN2(a, b) ((a) < (b) ? (a) : (b))
texture.cpp 130 tc = MIN2(size - 1, MAX2(0, tc));
158 const unsigned x1 = MIN2(width - 1, x0 + 1), y1 = MIN2(height - 1, y0 + 1);
267 const unsigned x1 = MIN2(width - 1, x0 + 1), y1 = MIN2(height - 1, y0 + 1);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
uda1341.h 66 MIN2,
  /external/opencv/cvaux/src/
cvcorrespond.cpp 74 float min1, min2, min3; local
196 min2 = costTable[i_1 + j * row_size] + Occlusion * l_len;
202 if( min1 < min2 )
220 if( min2 < min3 )
222 cmin = min2;
  /frameworks/av/media/libstagefright/timedtext/
TimedTextSRTSource.cpp 139 int hour1, hour2, min1, min2, sec1, sec2, msec1, msec2; local
143 &hour1, &min1, &sec1, &msec1, &hour2, &min2, &sec2, &msec2) != 8) {
148 info->endTimeUs = ((hour2 * 3600 + min2 * 60 + sec2) * 1000 + msec2) * 1000ll;
  /external/llvm/test/CodeGen/X86/
scalar_sse_minmax.ll 16 define double @min2(double %x, double %y) {
  /external/llvm/test/Transforms/InstSimplify/
maxmin.ll 84 define i1 @min2(i32 %x, i32 %y) {
85 ; CHECK: @min2
  /device/moto/stingray/ril/
libmoto_ril.so 
libmoto_cdma_ril.so 
  /external/chromium/net/data/proxy_resolver_v8_unittest/
pac_library_unittest.js 257 // timeRange(hour1, min1, hour2, min2)
265 // timeRange(hour1, min1, sec1, hour2, min2, sec2)
  /external/mesa3d/src/glsl/
lower_variable_index_to_cond_assign.cpp 114 const unsigned comps = MIN2(condition_components, end - i);
ast_function.cpp 28 #include "main/core.h" /* for MIN2 */
741 const unsigned cols_to_init = MIN2(type->matrix_columns,
830 const unsigned last_row = MIN2(src_matrix->type->vector_elements,
832 const unsigned last_col = MIN2(src_matrix->type->matrix_columns,
897 const unsigned count = MIN2(rhs_components,
    [all...]
ir_constant_expression.cpp 38 #include "main/core.h" /* for MAX2, MIN2, CLAMP */
382 data.u[c] = MIN2(op[0]->value.u[c0], op[1]->value.u[c1]);
385 data.i[c] = MIN2(op[0]->value.i[c0], op[1]->value.i[c1]);
388 data.f[c] = MIN2(op[0]->value.f[c0], op[1]->value.f[c1]);
    [all...]
  /external/icu4c/i18n/
calendar.cpp 1726 double min2 = internalGet(UCAL_DAY_OF_YEAR)-1; local
1753 double min2 = internalGetTime() - leadDays * kOneDay; local
1773 double min2 = internalGetTime() - preWeeks * kOneWeek; local
    [all...]
  /external/apache-harmony/math/src/test/java/tests/api/java/math/
BigDecimalTest.java 436 BigDecimal min2 = new BigDecimal(-12345.39D); local
437 assertTrue("-12345.39 should have been returned", min1.min(min2)
440 min2 = new BigDecimal(value2, 0);
441 assertTrue("123345.6 should have been returned", min1.min(min2).equals(
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
PKIXNameConstraintValidator.java 464 byte[] min2 = new byte[ipLength];
472 min2[i] = (byte)(ip2[i] & subnetmask2[i]);
476 return new byte[][]{min1, max1, min2, max2};
    [all...]
  /external/expat/lib/
xmltok.c 1197 min2 = 0x80, enumerator in enum:__anon6409
1204 if (c < min2) {
    [all...]

Completed in 984 milliseconds

1 2