Home
last modified time | relevance | path

Searched refs:c23 (Results 1 – 25 of 46) sorted by relevance

12

/external/libvpx/libvpx/vp9/encoder/
Dvp9_segmentation.c66 const int c23 = segcounts[2] + segcounts[3]; in calc_segtree_probs() local
70 segment_tree_probs[0] = get_binary_prob(c01 + c23, c45 + c67); in calc_segtree_probs()
71 segment_tree_probs[1] = get_binary_prob(c01, c23); in calc_segtree_probs()
82 const int c23 = segcounts[2] + segcounts[3]; in cost_segmap() local
85 const int c0123 = c01 + c23; in cost_segmap()
93 cost += c01 * vp9_cost_zero(probs[1]) + c23 * vp9_cost_one(probs[1]); in cost_segmap()
98 if (c23 > 0) in cost_segmap()
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
DGillStepInterpolator.java101 final double c23 = soMt * (1 + twoTheta); in computeInterpolatedStateAndDerivatives() local
103 final double coeff2 = c23 * TWO_MINUS_SQRT_2; in computeInterpolatedStateAndDerivatives()
104 final double coeff3 = c23 * TWO_PLUS_SQRT_2; in computeInterpolatedStateAndDerivatives()
/external/boringssl/src/crypto/poly1305/
Dpoly1305_arm_asm.S126 # qhasm: reg128 c23
467 # qhasm: c23 = mem128[input_2];input_2+=16
468 # asm 1: vld1.8 {>c23=reg128#2%bot->c23=reg128#2%top},[<input_2=int32#2]!
469 # asm 2: vld1.8 {>c23=d2->c23=d3},[<input_2=r1]!
507 # qhasm: c01 c23 = c01[0]c01[1]c01[2]c23[2]c23[0]c23[1]c01[3]c23[3]
508 # asm 1: vtrn.32 <c01=reg128#1%top,<c23=reg128#2%top
509 # asm 2: vtrn.32 <c01=d1,<c23=d3
522 # qhasm: r3[0,1] = c23[2]<<18; r3[2,3] = c23[3]<<18
523 # asm 1: vshll.u32 >r3=reg128#5,<c23=reg128#2%top,#18
524 # asm 2: vshll.u32 >r3=q4,<c23=d3,#18
[all …]
/external/selinux/libsepol/tests/policies/test-expander/
Duser-base.conf447 gen_user(user_check_1,, user_check_1_1_r user_check_1_2_r, s0, s0 - s0:c0.c23)
448 gen_user(system_u,, system_r, s0, s0 - s0:c0.c23)
449 gen_user(root,, user_r sysadm_r, s0, s0 - s0:c0.c23)
450 gen_user(joe,, user_r, s0, s0 - s0:c0.c23)
Dalias-base.conf462 gen_user(system_u,, system_r, s0, s0 - s0:c0.c23)
463 gen_user(root,, user_r sysadm_r, s0, s0 - s0:c0.c23)
464 gen_user(joe,, user_r, s0, s0 - s0:c0.c23)
Drole-base.conf444 gen_user(system_u,, system_r, s0, s0 - s0:c0.c23)
445 gen_user(root,, user_r sysadm_r, s0, s0 - s0:c0.c23)
446 gen_user(joe,, user_r, s0, s0 - s0:c0.c23)
Dsmall-base.conf682 gen_user(system_u,, system_r, s0, s0 - s0:c0.c23)
683 gen_user(root,, user_r sysadm_r, s0, s0 - s0:c0.c23)
684 gen_user(joe,, user_r, s0, s0 - s0:c0.c23)
/external/selinux/libsepol/tests/policies/test-deps/
Dsmall-base.conf472 gen_user(system_u,, system_r, s0, s0 - s0:c0.c23)
473 gen_user(root,, user_r sysadm_r, s0, s0 - s0:c0.c23)
474 gen_user(joe,, user_r, s0, s0 - s0:c0.c23)
Dbase-notmetreq.conf471 gen_user(system_u,, system_r, s0, s0 - s0:c0.c23)
472 gen_user(root,, user_r sysadm_r, s0, s0 - s0:c0.c23)
473 gen_user(joe,, user_r, s0, s0 - s0:c0.c23)
Dbase-metreq.conf484 gen_user(system_u,, system_r, s0, s0 - s0:c0.c23)
485 gen_user(root,, user_r sysadm_r, s0, s0 - s0:c0.c23)
486 gen_user(joe,, user_r, s0, s0 - s0:c0.c23)
/external/swiftshader/src/Shader/
DPixelRoutine.cpp1001 Short4 c23; in readPixel() local
1021 c23 = *Pointer<Short4>(buffer); in readPixel()
1024 pixel.z = UnpackLow(As<Byte8>(pixel.z), As<Byte8>(c23)); in readPixel()
1025 pixel.y = UnpackHigh(As<Byte8>(pixel.y), As<Byte8>(c23)); in readPixel()
1041 c23 = *Pointer<Short4>(buffer); in readPixel()
1044 pixel.z = UnpackLow(As<Byte8>(pixel.z), As<Byte8>(c23)); in readPixel()
1045 pixel.y = UnpackHigh(As<Byte8>(pixel.y), As<Byte8>(c23)); in readPixel()
1080 c23 = *Pointer<Short4>(buffer); in readPixel()
1083 pixel.z = UnpackLow(As<Byte8>(pixel.z), As<Byte8>(c23)); in readPixel()
1084 pixel.y = UnpackHigh(As<Byte8>(pixel.y), As<Byte8>(c23)); in readPixel()
[all …]
/external/libvpx/libvpx/vp8/encoder/x86/
Dfwalsh_sse2.asm103 psubd xmm3, xmm6 ; c23 c22 d23 d22
136 punpckhqdq xmm2, xmm3 ; c23 c22 c21 c20
140 packssdw xmm2, xmm5 ; d23 d22 d21 d20 c23 c22 c21 c20
/external/swiftshader/src/Pipeline/
DPixelRoutine.cpp928 Short4 c23; in readPixel() local
948 c23 = *Pointer<Short4>(buffer); in readPixel()
951 pixel.z = UnpackLow(As<Byte8>(pixel.z), As<Byte8>(c23)); in readPixel()
952 pixel.y = UnpackHigh(As<Byte8>(pixel.y), As<Byte8>(c23)); in readPixel()
968 c23 = *Pointer<Short4>(buffer); in readPixel()
971 pixel.z = UnpackLow(As<Byte8>(pixel.z), As<Byte8>(c23)); in readPixel()
972 pixel.y = UnpackHigh(As<Byte8>(pixel.y), As<Byte8>(c23)); in readPixel()
1391 Short4 c23 = current.y; in writeColor() local
1434 Int c23 = Extract(As<Int2>(current.x), 1); in writeColor() local
1439 c23 &= *Pointer<Int>(constants + OFFSET(Constants,mask565Q[bgraWriteMask & 0x7][0])); in writeColor()
[all …]
/external/clang/test/CXX/lex/lex.charset/
Dp2-cxx11.cpp8 char c23 = '\u0023'; // #, ok variable
Dp2-cxx98.cpp8 char c23 = '\u0023'; // #, expected-error {{character '#' cannot be specified by a universal charac… variable
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/
Delf-names.ll47 %c23 = getelementptr inbounds %class.D, %class.D* %this, i64 0, i32 1, !dbg !49
48 store i32 %1, i32* %c23, align 4, !dbg !49
/external/llvm/test/DebugInfo/X86/
Delf-names.ll47 %c23 = getelementptr inbounds %class.D, %class.D* %this, i64 0, i32 1, !dbg !49
48 store i32 %1, i32* %c23, align 4, !dbg !49
/external/selinux/libsepol/tests/policies/test-hooks/
Dcmp_policy.conf438 gen_user(g_b_user_1,, g_b_role_1, s0, s0 - s0:c0.c23)
Dsmall-base.conf438 gen_user(g_b_user_1,, g_b_role_1, s0, s0 - s0:c0.c23)
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dformat_utils.h235 …simd4scalari c23 = SIMD128::unpackhi_epi8(c0c2, c1c3); //… in Transpose() local
236 …simd4scalari c0123lo = SIMD128::unpacklo_epi16(c01, c23); //… in Transpose()
237 …simd4scalari c0123hi = SIMD128::unpackhi_epi16(c01, c23); //… in Transpose()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/
Dra-allocatable.ll86 @c23 = external global i32*
261 %107 = load i32*, i32** @c23, align 4
/external/llvm/test/CodeGen/Mips/
Dra-allocatable.ll86 @c23 = external global i32*
261 %107 = load i32*, i32** @c23, align 4
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_setup_tri.c404 __m128i c01, c23, unused; in do_triangle_ccw() local
480 c23 = _mm_unpackhi_epi64(c02, c13); in do_triangle_ccw()
481 transpose2_64_2_32(&c01, &c23, &dcdx, &dcdy, in do_triangle_ccw()
/external/selinux/libsepol/tests/policies/test-linker/
Dsmall-base.conf566 gen_user(g_b_user_1,, g_b_role_1, s0, s0 - s0:c0.c23)
/external/libhevc/encoder/arm/
Dihevce_had_compute_neon.c151 int64x2_t c01, c23; in hadamard_sad4x4_4() local
178 c23 = vpaddlq_s32(b23); in hadamard_sad4x4_4()
179 d23 = vrshrn_n_s64(c23, 2); in hadamard_sad4x4_4()

12