/external/skia/src/core/ |
D | SkFilterProc.cpp | 58 static unsigned bilerp4_00(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) { in bilerp4_00() argument 61 static unsigned bilerp4_01(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) { in bilerp4_01() argument 62 uint32_t lo = (3 * LO_PAIR(c00) + LO_PAIR(c01)) >> 2; in bilerp4_01() 63 uint32_t hi = (3 * HI_PAIR(c00) + HI_PAIR(c01)) >> 2; in bilerp4_01() 66 static unsigned bilerp4_02(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) { in bilerp4_02() argument 67 uint32_t lo = (LO_PAIR(c00) + LO_PAIR(c01)) >> 1; in bilerp4_02() 68 uint32_t hi = (HI_PAIR(c00) + HI_PAIR(c01)) >> 1; in bilerp4_02() 71 static unsigned bilerp4_03(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) { in bilerp4_03() argument 72 uint32_t lo = (LO_PAIR(c00) + 3 * LO_PAIR(c01)) >> 2; in bilerp4_03() 73 uint32_t hi = (HI_PAIR(c00) + 3 * HI_PAIR(c01)) >> 2; in bilerp4_03() [all …]
|
/external/chromium_org/third_party/skia/src/core/ |
D | SkFilterProc.cpp | 58 static unsigned bilerp4_00(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) { in bilerp4_00() argument 61 static unsigned bilerp4_01(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) { in bilerp4_01() argument 62 uint32_t lo = (3 * LO_PAIR(c00) + LO_PAIR(c01)) >> 2; in bilerp4_01() 63 uint32_t hi = (3 * HI_PAIR(c00) + HI_PAIR(c01)) >> 2; in bilerp4_01() 66 static unsigned bilerp4_02(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) { in bilerp4_02() argument 67 uint32_t lo = (LO_PAIR(c00) + LO_PAIR(c01)) >> 1; in bilerp4_02() 68 uint32_t hi = (HI_PAIR(c00) + HI_PAIR(c01)) >> 1; in bilerp4_02() 71 static unsigned bilerp4_03(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) { in bilerp4_03() argument 72 uint32_t lo = (LO_PAIR(c00) + 3 * LO_PAIR(c01)) >> 2; in bilerp4_03() 73 uint32_t hi = (HI_PAIR(c00) + 3 * HI_PAIR(c01)) >> 2; in bilerp4_03() [all …]
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/ |
D | vp9_segmentation.c | 58 const int c01 = segcounts[0] + segcounts[1]; in calc_segtree_probs() local 63 segment_tree_probs[0] = get_binary_prob(c01 + c23, c45 + c67); in calc_segtree_probs() 64 segment_tree_probs[1] = get_binary_prob(c01, c23); in calc_segtree_probs() 74 const int c01 = segcounts[0] + segcounts[1]; in cost_segmap() local 78 const int c0123 = c01 + c23; in cost_segmap() 87 cost += c01 * vp9_cost_zero(probs[1]) + in cost_segmap() 90 if (c01 > 0) in cost_segmap()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_segmentation.c | 68 const int c01 = segcounts[0] + segcounts[1]; in calc_segtree_probs() local 73 segment_tree_probs[0] = get_binary_prob(c01 + c23, c45 + c67); in calc_segtree_probs() 74 segment_tree_probs[1] = get_binary_prob(c01, c23); in calc_segtree_probs() 84 const int c01 = segcounts[0] + segcounts[1]; in cost_segmap() local 88 const int c0123 = c01 + c23; in cost_segmap() 97 cost += c01 * vp9_cost_zero(probs[1]) + in cost_segmap() 100 if (c01 > 0) in cost_segmap()
|
/external/chromium_org/third_party/boringssl/src/crypto/poly1305/ |
D | poly1305_arm_asm.S | 114 # qhasm: reg128 c01 452 # qhasm: c01 = mem128[input_2];input_2+=16 453 # asm 1: vld1.8 {>c01=reg128#1%bot->c01=reg128#1%top},[<input_2=int32#2]! 454 # asm 2: vld1.8 {>c01=d0->c01=d1},[<input_2=r1]! 497 # qhasm: c01 c23 = c01[0]c01[1]c01[2]c23[2]c23[0]c23[1]c01[3]c23[3] 498 # asm 1: vtrn.32 <c01=reg128#1%top,<c23=reg128#2%top 499 # asm 2: vtrn.32 <c01=d1,<c23=d3 517 # qhasm: c01 c23 = c01[0]c23[0]c01[2]c01[3]c01[1]c23[1]c23[2]c23[3] 518 # asm 1: vtrn.32 <c01=reg128#1%bot,<c23=reg128#2%bot 519 # asm 2: vtrn.32 <c01=d0,<c23=d2 [all …]
|
/external/deqp/framework/common/ |
D | tcuTexCompareVerifier.cpp | 903 …const CubeFaceIntCoords c01 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i0+0, j0+1)… in isSeamplessLinearMipmapLinearCompareResultValid() local 908 …if (c00.face == CUBEFACE_LAST || c01.face == CUBEFACE_LAST || c10.face == CUBEFACE_LAST || c11.fac… in isSeamplessLinearMipmapLinearCompareResultValid() 913 depths0[2] = faces0[c01.face].getPixDepth(c01.s, c01.t); in isSeamplessLinearMipmapLinearCompareResultValid() 930 …const CubeFaceIntCoords c01 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i1+0, j1+1)… in isSeamplessLinearMipmapLinearCompareResultValid() local 933 …if (c00.face == CUBEFACE_LAST || c01.face == CUBEFACE_LAST || c10.face == CUBEFACE_LAST || c11.fac… in isSeamplessLinearMipmapLinearCompareResultValid() 938 depths1[2] = faces1[c01.face].getPixDepth(c01.s, c01.t); in isSeamplessLinearMipmapLinearCompareResultValid() 1012 …const CubeFaceIntCoords c01 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i+0, j+1)),… in isSeamlessLinearCompareResultValid() local 1017 …if (c00.face == CUBEFACE_LAST || c01.face == CUBEFACE_LAST || c10.face == CUBEFACE_LAST || c11.fac… in isSeamlessLinearCompareResultValid() 1029 depths[2] = faces[c01.face].getPixDepth(c01.s, c01.t); in isSeamlessLinearCompareResultValid()
|
D | tcuTexLookupVerifier.cpp | 461 …const Vec4 c01 = quad01.p00*(1.0f-a0)*(1.0f-b0) + quad01.p10*a0*(1.0f-b0) + quad01.p01*(1.0f-a0)*… in is3DTrilinearFilterResultValid() local 466 const Vec4 cz0 = c00*(1.0f-c0) + c01*c0; in is3DTrilinearFilterResultValid() 1417 …const CubeFaceIntCoords c01 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i+0, j+1)),… in isSeamlessLinearSampleResultValid() local 1422 …if (c00.face == CUBEFACE_LAST || c01.face == CUBEFACE_LAST || c10.face == CUBEFACE_LAST || c11.fac… in isSeamlessLinearSampleResultValid() 1434 quad.p01 = lookup<float>(faces[c01.face], sampler, c01.s, c01.t, 0); in isSeamlessLinearSampleResultValid() 1492 …const CubeFaceIntCoords c01 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i0+0, j0+1)… in isSeamplessLinearMipmapLinearSampleResultValid() local 1497 …if (c00.face == CUBEFACE_LAST || c01.face == CUBEFACE_LAST || c10.face == CUBEFACE_LAST || c11.fac… in isSeamplessLinearMipmapLinearSampleResultValid() 1502 quad0.p01 = lookup<float>(faces0[c01.face], sampler, c01.s, c01.t, 0); in isSeamplessLinearMipmapLinearSampleResultValid() 1526 …const CubeFaceIntCoords c01 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i1+0, j1+1)… in isSeamplessLinearMipmapLinearSampleResultValid() local 1529 …if (c00.face == CUBEFACE_LAST || c01.face == CUBEFACE_LAST || c10.face == CUBEFACE_LAST || c11.fac… in isSeamplessLinearMipmapLinearSampleResultValid() [all …]
|
/external/clang/test/CXX/lex/lex.charset/ |
D | p2-cxx11.cpp | 4 char c01 = '\u0001'; // ok variable
|
D | p2-cxx98.cpp | 4 char c01 = '\u0001'; // expected-error {{universal character name refers to a control character}} variable
|
/external/chromium_org/third_party/skia/src/utils/ |
D | SkPatchUtils.cpp | 140 static SkScalar bilerp(SkScalar tx, SkScalar ty, SkScalar c00, SkScalar c10, SkScalar c01, in bilerp() argument 143 SkScalar b = c01 * (1.f - tx) + c11 * tx; in bilerp()
|
/external/deqp/modules/glshared/ |
D | glsShaderRenderCase.cpp | 707 Vec4 c01 = colors[v01]; in computeVertexReference() local 729 const Vec4& t1 = tri ? c01 : c10; in computeVertexReference() 730 const Vec4& t2 = tri ? c10 : c01; in computeVertexReference()
|
/external/libvpx/libvpx/vp8/encoder/ppc/ |
D | fdct_altivec.asm | 86 vspltw v8, \Codd, 1 ;# v8 = c01 c11 or c03 c13
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/ppc/ |
D | fdct_altivec.asm | 86 vspltw v8, \Codd, 1 ;# v8 = c01 c11 or c03 c13
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderTextureFunctionTests.cpp | 401 …tcu::CubeFaceFloatCoords c01 = tcu::getCubeFaceCoords(Vec3(m_lookupSpec.minCoord[0]*proj, m_looku… in initTexture() local 403 float dvdy = (c01.t - c00.t)*m_textureSpec.height / (float)viewportSize[1]; in initTexture()
|
/external/chromium_org/v8/src/ |
D | array.js | 893 var c01 = %_CallFunction(receiver, v0, v1, comparefn); 894 if (c01 > 0) {
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | fkey2.test | 824 c00, c01, c02, c03, c04, c05, c06, c07, c08, c09, 831 c00, c01, c02, c03, c04, c05, c06, c07, c08, c09,
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/de-DE/ |
D | de-DE_kdt_g2p.pkb | 116 ����5�`�*����!��?���0�X��#�>�����`�'33X1V"c01�
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderTextureFunctionTests.cpp | 718 …tcu::CubeFaceFloatCoords c01 = tcu::getCubeFaceCoords(Vec3(m_lookupSpec.minCoord[0]*proj, m_looku… in initTexture() local 720 float dvdy = (c01.t - c00.t)*m_textureSpec.height / (float)viewportSize[1]; in initTexture()
|
/external/llvm/test/MC/X86/AlignedBundling/ |
D | autogen-inst-offset-align-to-end.s | 2546 # CHECK: 1c01: incl
|
/external/chromium_org/third_party/usb_ids/ |
D | usb.ids | 1626 9c01 LGE Sync 3879 0c01 FM-10 Pro Disk 8611 5c01 Que! CDRW 10649 0c01 Dream / ADP1 / G1 / Magic / Tattoo 12708 5c01 Huawei MT-882 Remote NDIS Network Device 14922 3c01 AirPlus AG DWL-AG122 Wireless Adapter
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Parser/resources/ |
D | final-url-en | 34101 http://www.cont-ed.cam.ac.uk/IntSummer/sschools/International/term1/c01.htm
|