Searched refs:c11 (Results 1 - 18 of 18) sorted by relevance

/external/skia/src/core/
H A DSkFilterProc.cpp58 static unsigned bilerp4_00(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) { argument
61 static unsigned bilerp4_01(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) { argument
66 static unsigned bilerp4_02(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) { argument
71 static unsigned bilerp4_03(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) { argument
77 static unsigned bilerp4_10(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) { argument
82 static unsigned bilerp4_11(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) { argument
83 uint32_t lo = (9 * LO_PAIR(c00) + 3 * (LO_PAIR(c01) + LO_PAIR(c10)) + LO_PAIR(c11)) >> 4;
84 uint32_t hi = (9 * HI_PAIR(c00) + 3 * (HI_PAIR(c01) + HI_PAIR(c10)) + HI_PAIR(c11)) >> 4;
87 static unsigned bilerp4_12(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) { argument
88 uint32_t lo = (3 * (LO_PAIR(c00) + LO_PAIR(c01)) + LO_PAIR(c10) + LO_PAIR(c11)) >>
92 bilerp4_13(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) argument
98 bilerp4_20(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) argument
103 bilerp4_21(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) argument
108 bilerp4_22(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) argument
113 bilerp4_23(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) argument
119 bilerp4_30(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) argument
124 bilerp4_31(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) argument
129 bilerp4_32(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) argument
134 bilerp4_33(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) argument
190 uint32_t c11 = *a11; local
199 uint32_t c11 = *a11; local
208 uint32_t c11 = *a11; local
225 uint32_t c11 = *a11; local
234 uint32_t c11 = *a11; local
243 uint32_t c11 = *a11; local
260 uint32_t c11 = *a11; local
269 uint32_t c11 = *a11; local
278 uint32_t c11 = *a11; local
[all...]
/external/selinux/policycoreutils/mcstrans/share/examples/nato/
H A Dsetrans.conf10 s3:c0,c2,c11,c200.c511=RESTRICTED
11 s4:c0,c2,c11,c200.c511=CONFIDENTIAL
12 s5:c0,c2,c11,c200.c511=SECRET
/external/clang/test/CodeGenCXX/
H A Dvtable-available-externally.cpp148 struct c11 : c10, c1{ struct in namespace:Test7
151 struct c28 : virtual c11{
H A Dmangle-ms-return-qualifiers.cpp86 const volatile A &c11() { return *(A*)0; } function
87 // CHECK: "\01?c11@@YAADVA@@XZ"
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/noise/filter/
H A DPerturbFilter.java79 float c11 = arr[this.wrap(y + py, workSize) * workSize + this.wrap(x + px, workSize)];
82 float c1 = ShaderUtils.mix(c10, c11, noisex);
/external/libvpx/libvpx/vp8/encoder/x86/
H A Dfwalsh_sse2.asm79 pmaddwd xmm2, [GLOBAL(cn1)] ; c11 b11 c10 b10
85 pshufd xmm5, xmm2, 0xd8 ; c11 c10 b11 b10
91 punpckhqdq xmm4, xmm5 ; c11 c10 d11 d10
/external/deqp/framework/common/
H A DtcuTexCompareVerifier.cpp925 const CubeFaceIntCoords c11 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i0+1, j0+1)), size0);
929 if (c00.face == CUBEFACE_LAST || c01.face == CUBEFACE_LAST || c10.face == CUBEFACE_LAST || c11.face == CUBEFACE_LAST)
935 depths0[3] = lookupDepthNoBorder(faces0[c11.face], sampler, c11.s, c11.t);
952 const CubeFaceIntCoords c11 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i1+1, j1+1)), size1);
954 if (c00.face == CUBEFACE_LAST || c01.face == CUBEFACE_LAST || c10.face == CUBEFACE_LAST || c11.face == CUBEFACE_LAST)
960 depths1[3] = lookupDepthNoBorder(faces1[c11.face], sampler, c11.s, c11
[all...]
H A DtcuTexLookupVerifier.cpp470 const Vec4 c11 = quad11.p00*(1.0f-a1)*(1.0f-b1) + quad11.p10*a1*(1.0f-b1) + quad11.p01*(1.0f-a1)*b1 + quad11.p11*a1*b1; local
475 const Vec4 cz1 = c10*(1.0f - c1) + c11*c1;
1413 const CubeFaceIntCoords c11 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i+1, j+1)), size); variable
1417 if (c00.face == CUBEFACE_LAST || c01.face == CUBEFACE_LAST || c10.face == CUBEFACE_LAST || c11.face == CUBEFACE_LAST)
1430 quad.p11 = lookup<float>(faces[c11.face], sampler, c11.s, c11.t, 0);
1488 const CubeFaceIntCoords c11 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i0+1, j0+1)), size0); variable
1492 if (c00.face == CUBEFACE_LAST || c01.face == CUBEFACE_LAST || c10.face == CUBEFACE_LAST || c11.face == CUBEFACE_LAST)
1498 quad0.p11 = lookup<float>(faces0[c11
1522 const CubeFaceIntCoords c11 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i1+1, j1+1)), size1); variable
[all...]
/external/skia/src/utils/
H A DSkPatchUtils.cpp131 SkScalar c11) {
133 SkScalar b = c01 * (1.f - tx) + c11 * tx;
130 bilerp(SkScalar tx, SkScalar ty, SkScalar c00, SkScalar c10, SkScalar c01, SkScalar c11) argument
/external/icu/icu4c/source/tools/gensprep/
H A DfilterRFC3454.pl43 "--C11" => \$c11,
106 if($line =~ /C.1.1/ && defined $c11 ){
/external/deqp/modules/glshared/
H A DglsShaderRenderCase.cpp709 Vec4 c11 = colors[v11]; local
728 const Vec4& t0 = tri ? c00 : c11;
/external/llvm/test/MC/AArch64/
H A Dbasic-a64-diagnostics.s3283 sys #2, c11, c16, #5
3287 sysl x9, #2, c11, c16, #5
3296 // CHECK-ERROR-NEXT: sys #2, c11, c16, #5
3308 // CHECK-ERROR-NEXT: sysl x9, #2, c11, c16, #5
H A Darm64-aliases.s335 sys #3, c7, c11, #1
/external/llvm/test/MC/ARM/
H A Dbasic-arm-instructions.s1081 ldcl p2, c11, [r7]
1094 ldclge p2, c11, [r7]
1122 @ CHECK: ldcl p2, c11, [r7] @ encoding: [0x00,0xb2,0xd7,0xed]
1135 @ CHECK: ldclge p2, c11, [r7] @ encoding: [0x00,0xb2,0xd7,0xad]
2757 stcl p2, c11, [r7]
2770 stclge p2, c11, [r7]
2798 @ CHECK: stcl p2, c11, [r7] @ encoding: [0x00,0xb2,0xc7,0xed]
2811 @ CHECK: stclge p2, c11, [r7] @ encoding: [0x00,0xb2,0xc7,0xad]
H A Dbasic-thumb2-instructions.s686 ldcl p2, c11, [r7]
714 @ CHECK: ldcl p2, c11, [r7] @ encoding: [0xd7,0xed,0x00,0xb2]
2595 stcl p2, c11, [r7]
2623 @ CHECK: stcl p2, c11, [r7] @ encoding: [0xc7,0xed,0x00,0xb2]
/external/elfutils/src/tests/
H A Drun-allregs.sh2264 43: %c11 (c11), unsigned 32 bits
2337 43: %c11 (c11), unsigned 64 bits
H A Drun-addrcfi.sh2397 control reg43 (%c11): undefined
2474 control reg43 (%c11): undefined
/external/selinux/libsepol/tests/policies/test-cond/
H A Drefpolicy-base.conf549 category c8; category c9; category c10; category c11;

Completed in 839 milliseconds