HomeSort by relevance Sort by last modified time
    Searched refs:p10 (Results 1 - 25 of 70) sorted by null

1 2 3

  /frameworks/native/opengl/libagl/
mipmap.cpp 65 uint32_t p10 = src[offset+1]; local
70 p10 = (p10 | (p10 << 16)) & mask;
72 uint32_t grb = ((p00 + p10 + p01 + p11) >> 2) & mask;
87 uint32_t p10 = src[offset+1]; local
90 uint32_t r = ((p00>>11)+(p10>>11)+(p01>>11)+(p11>>11)+2)>>2;
91 uint32_t g = (((p00>>6)+(p10>>6)+(p01>>6)+(p11>>6)+2)>>2)&0x3F;
92 uint32_t b = ((p00&0x3E)+(p10&0x3E)+(p01&0x3E)+(p11&0x3E)+4)>>3;
93 uint32_t a = ((p00&1)+(p10&1)+(p01&1)+(p11&1)+2)>>2
107 uint32_t p10 = src[offset+1]; local
146 uint32_t p10 = src[c+offset+skip]; local
163 uint32_t p10 = src[offset+1]; local
    [all...]
  /external/clang/test/SemaCXX/
cxx11-ast-print.cpp 39 // CHECK: const char *p10 = 3.300e+15_fritz;
40 const char *p10 = 3.300e+15_fritz; variable
  /external/llvm/unittests/ADT/
MakeUniqueTest.cpp 63 auto p10 = local
66 EXPECT_TRUE((bool)p10);
67 EXPECT_EQ(std::make_tuple(0, 1, 2, 3, 4, 5, 6, 7, 8, 9), *p10);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
intrinsic_convolve3x3.rs 34 float4 p10 = convert_float4(rsGetElementAt_uchar4(gIn, x1, y));
43 p10 *= gCoeffs[3];
51 p02 += p10;
75 float3 p10 = convert_float3(rsGetElementAt_uchar3(gIn, x1, y));
84 p10 *= gCoeffs[3];
92 p02 += p10;
116 float2 p10 = convert_float2(rsGetElementAt_uchar2(gIn, x1, y));
125 p10 *= gCoeffs[3];
133 p02 += p10;
157 float p10 = rsGetElementAt_uchar(gIn, x1, y)
    [all...]
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
ip2_convolve3x3.rs 34 float4 p10 = convert_float4(rsGetElementAt_uchar4(gIn, x1, y));
43 p10 *= gCoeffs[3];
51 p02 += p10;
grain.fs 52 uint p10 = 114 * rsGetElementAt_uchar(gBlendSource, x1, y);
60 p02 += p10;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
convolve3x3.rs 37 float4 p10 = rsUnpackColor8888(gPixels[x1 + gWidth * y]);
47 p10 *= gCoeffs[3];
55 p02 += p10;
  /external/chromium_org/third_party/yasm/source/patched-yasm/Mkfiles/vc9/
vc98_swap.py 29 p10 = l.find(l10)
30 if p09 != -1 or p10 != -1 :
  /developers/build/prebuilts/gradle/AdapterTransition/Application/src/main/java/com/example/android/adaptertransition/
Meat.java 42 new Meat(R.drawable.p10, "Tenth"),
  /developers/build/prebuilts/gradle/FragmentTransition/Application/src/main/java/com/example/android/fragmenttransition/
Meat.java 42 new Meat(R.drawable.p10, "Tenth"),
  /developers/samples/android/ui/transition/AdapterTransition/Application/src/main/java/com/example/android/adaptertransition/
Meat.java 42 new Meat(R.drawable.p10, "Tenth"),
  /developers/samples/android/ui/transition/FragmentTransition/Application/src/main/java/com/example/android/fragmenttransition/
Meat.java 42 new Meat(R.drawable.p10, "Tenth"),
  /development/samples/browseable/AdapterTransition/src/com.example.android.adaptertransition/
Meat.java 42 new Meat(R.drawable.p10, "Tenth"),
  /development/samples/browseable/FragmentTransition/src/com.example.android.fragmenttransition/
Meat.java 42 new Meat(R.drawable.p10, "Tenth"),
  /external/deqp/modules/glshared/
glsShaderPerformanceMeasurer.hpp 52 , p10 (p10_)
62 tcu::Vec4 p10; //!< Top left. member in struct:deqp::gls::AttribSpec
  /external/deqp/framework/common/
tcuBilinearImageCompare.cpp 74 inline deUint8 interpolateChannel (deUint32 fx1, deUint32 fy1, deUint8 p00, deUint8 p01, deUint8 p10, deUint8 p11)
79 const deUint32 sum = fx0*fy0*p00 + fx1*fy0*p10 + fx0*fy1*p01 + fx1*fy1*p11;
100 deUint32 p10 = readRGBA8Raw(access, x1, y0);
106 res |= interpolateChannel(fx1, fy1, getChannel<0>(p00), getChannel<0>(p01), getChannel<0>(p10), getChannel<0>(p11)) << RGBA::RED_SHIFT;
107 res |= interpolateChannel(fx1, fy1, getChannel<1>(p00), getChannel<1>(p01), getChannel<1>(p10), getChannel<1>(p11)) << RGBA::GREEN_SHIFT;
108 res |= interpolateChannel(fx1, fy1, getChannel<2>(p00), getChannel<2>(p01), getChannel<2>(p10), getChannel<2>(p11)) << RGBA::BLUE_SHIFT;
109 res |= interpolateChannel(fx1, fy1, getChannel<3>(p00), getChannel<3>(p01), getChannel<3>(p10), getChannel<3>(p11)) << RGBA::ALPHA_SHIFT;
  /external/ceres-solver/include/ceres/internal/
manual_constructor.h 182 const T9& p9, const T10& p10) {
183 new(space()) Type(p1, p2, p3, p4, p5, p6, p7, p8, p9, p10);
191 const T9& p9, const T10& p10, const T11& p11) {
192 new(space()) Type(p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11);
  /external/deqp/modules/gles2/performance/
es2pTextureCases.cpp 113 Vec2 p10 = (m_coordTransform * Vec3(1.0f, 0.0f, 1.0f)).swizzle(0,1); local
118 Vec4(p10.x(), p10.y(), 0.0f, 0.0f),
124 log << TestLog::Message << "Coords: " << p00 << ", " << p10 << ", " << p01 << ", " << p11 << TestLog::EndMessage;
  /external/deqp/modules/gles3/performance/
es3pTextureCases.cpp 121 Vec2 p10 = (m_coordTransform * Vec3(1.0f, 0.0f, 1.0f)).swizzle(0,1); local
126 Vec4(p10.x(), p10.y(), 0.0f, 0.0f),
132 log << TestLog::Message << "Coords: " << p00 << ", " << p10 << ", " << p01 << ", " << p11 << TestLog::EndMessage;
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
grain.rs 53 uint p10 = 114 * rsGetElementAt_uchar(gBlendSource, x1, y);
61 p02 += p10;
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
grain.rs 53 uint p10 = 114 * rsGetElementAt_uchar(gBlendSource, x1, y);
61 p02 += p10;
  /art/test/700-LoadArgRegs/src/
Main.java 30 static void testI10(int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, int p10) {
31 System.out.println(p1+", "+p2+", "+p3+", "+p4+", "+p5+", "+p6+", "+p7+", "+p8+", "+p9+", "+p10);
33 static void testI11(int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, int p10, int p11) {
34 System.out.println(p1+", "+p2+", "+p3+", "+p4+", "+p5+", "+p6+", "+p7+", "+p8+", "+p9+", "+p10+", "+p11);
36 static void testI12(int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, int p10, int p11, int p12) {
37 System.out.println(p1+", "+p2+", "+p3+", "+p4+", "+p5+", "+p6+", "+p7+", "+p8+", "+p9+", "+p10+", "+p11+", "+p12);
136 static void testF10(float p1, float p2, float p3, float p4, float p5, float p6, float p7, float p8, float p9, float p10) {
137 System.out.println(p1+", "+p2+", "+p3+", "+p4+", "+p5+", "+p6+", "+p7+", "+p8+", "+p9+", "+p10);
150 static void testD10(double p1, double p2, double p3, double p4, double p5, double p6, double p7, double p8, double p9, double p10) { System.out.println(p1+", "+p2+", "+p3+", "+p4+", "+p5+", "+p6+", "+p7+", "+p8+", "+p9+", "+p10); }
    [all...]
  /external/linux-tools-perf/perf-3.12.0/arch/ia64/lib/
memcpy_mck.S 142 cmp.eq p10,p0=r29,r0 // do we really need to loop?
150 (p10) br.dpnt.few .aligned_src_tail
406 cmp.le p10,p11 = 2,in2
414 EK(.ex_handler_short, (p10) ld1 t2=[src1],2)
419 EK(.ex_handler_short, (p10) st1 [dst1]=t2,2)
429 cmp.le p10,p11 = 7,in2
445 EX(.ex_handler_short, (p10) ld1 t7=[src0],2)
449 EX(.ex_handler_short, (p10) st1 [dst0]=t7,2)
471 cmp.le p10,p0 = 5,r30
480 EK(.ex_handler_short, (p10) ld1 t5=[src0],2
    [all...]
  /bionic/tests/
math_pow_test.cpp 599 0x1.aa4ce8ed526b1p-1, 0x1.00880p10
779 0x1.f86d6f63aa049p-1, 0x1.780p10
967 0x1.ffffffffffffdp0, 0x1.0000000000002p10
1055 0x1.0p-5, 0x1.0p10
1063 0x1.0p0, 0x1.0p10
1103 0x1.0p3, 0x1.0p10
1111 0x1.0p5, 0x1.0p10
1119 0x1.0p10, 0x1.0p-5
1122 0x1.p10,
1123 0x1.0p10, 0x1.0p
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
profiler_unittest.sh 219 "$PROFILER4" 60 2 "$TMPDIR/p10" || RegisterFailure
220 VerifySimilar p9 "$PROFILER4_REALNAME" p10 "$PROFILER4_REALNAME" 2
224 "$PROFILER4" 50 3 "$TMPDIR/p10" || RegisterFailure
225 VerifySimilar p9 "$PROFILER4_REALNAME" p10 "$PROFILER4_REALNAME" 2

Completed in 770 milliseconds

1 2 3