Home
last modified time | relevance | path

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

12

/external/libvpx/libvpx/vp9/encoder/
Dvp9_segmentation.c53 const int c23 = segcounts[2] + segcounts[3]; in calc_segtree_probs() local
57 segment_tree_probs[0] = get_binary_prob(c01 + c23, c45 + c67); in calc_segtree_probs()
58 segment_tree_probs[1] = get_binary_prob(c01, c23); in calc_segtree_probs()
69 const int c23 = segcounts[2] + segcounts[3]; in cost_segmap() local
72 const int c0123 = c01 + c23; in cost_segmap()
80 cost += c01 * vp9_cost_zero(probs[1]) + c23 * vp9_cost_one(probs[1]); in cost_segmap()
85 if (c23 > 0) in cost_segmap()
/external/boringssl/src/crypto/poly1305/
Dpoly1305_arm_asm.S116 # qhasm: reg128 c23
457 # qhasm: c23 = mem128[input_2];input_2+=16
458 # asm 1: vld1.8 {>c23=reg128#2%bot->c23=reg128#2%top},[<input_2=int32#2]!
459 # asm 2: vld1.8 {>c23=d2->c23=d3},[<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
512 # qhasm: r3[0,1] = c23[2]<<18; r3[2,3] = c23[3]<<18
513 # asm 1: vshll.u32 >r3=reg128#5,<c23=reg128#2%top,#18
514 # asm 2: vshll.u32 >r3=q4,<c23=d3,#18
[all …]
/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/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/swiftshader/src/Shader/
DPixelRoutine.cpp1000 Short4 c23; in readPixel() local
1020 c23 = *Pointer<Short4>(buffer); in readPixel()
1023 pixel.z = UnpackLow(As<Byte8>(pixel.z), As<Byte8>(c23)); in readPixel()
1024 pixel.y = UnpackHigh(As<Byte8>(pixel.y), As<Byte8>(c23)); in readPixel()
1040 c23 = *Pointer<Short4>(buffer); in readPixel()
1043 pixel.z = UnpackLow(As<Byte8>(pixel.z), As<Byte8>(c23)); in readPixel()
1044 pixel.y = UnpackHigh(As<Byte8>(pixel.y), As<Byte8>(c23)); in readPixel()
1079 c23 = *Pointer<Short4>(buffer); in readPixel()
1082 pixel.z = UnpackLow(As<Byte8>(pixel.z), As<Byte8>(c23)); in readPixel()
1083 pixel.y = UnpackHigh(As<Byte8>(pixel.y), As<Byte8>(c23)); in readPixel()
[all …]
/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/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/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/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/llvmpipe/
Dlp_setup_tri.c403 __m128i c01, c23, unused; in do_triangle_ccw() local
479 c23 = _mm_unpackhi_epi64(c02, c13); in do_triangle_ccw()
480 transpose2_64_2_32(&c01, &c23, &dcdx, &dcdy, in do_triangle_ccw()
/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/swr/rasterizer/core/
Dutils.h300 …__m128i c23 = _mm_unpackhi_epi8(c0c2, c1c3); // babababab… in Transpose() local
301 …__m128i c0123lo = _mm_unpacklo_epi16(c01, c23); // rgbargbar… in Transpose()
302 …__m128i c0123hi = _mm_unpackhi_epi16(c01, c23); // rgbargbar… in Transpose()
/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/mesa3d/src/compiler/glsl/
Dlower_instructions.cpp1262 ir_constant *c23 = new(ir) ir_constant(int(23), elements); in find_lsb_to_float_cast() local
1311 i.insert_before(assign(lsb, sub(rshift(bitcast_f2i(as_float), c23), c7F))); in find_lsb_to_float_cast()
1342 ir_constant *c23 = new(ir) ir_constant(int(23), elements); in find_msb_to_float_cast() local
1414 i.insert_before(assign(msb, sub(rshift(bitcast_f2i(as_float), c23), c7F))); in find_msb_to_float_cast()
/external/google-breakpad/src/tools/windows/dump_syms/testdata/
Domap_reorder_bbs.sym2238 2c23 10 412 3326
2502 1c23 15 222 3271
3635 5c23 3 259 2794
5373 STACK WIN 4 2c23 22 0 0 0 0 51c 0 1 $T0 $ebp = $eip $T0 4 + ^ = $ebp $T0 ^ = $esp $T0 8 + =
5400 STACK WIN 4 2c23 22 0 0 0 4 51c 0 1 $T0 $ebp = $eip $T0 4 + ^ = $ebp $T0 ^ = $esp $T0 8 + = $20 $T…
5426 STACK WIN 4 2c23 22 0 0 0 8 51c 0 1 $T0 $ebp = $eip $T0 4 + ^ = $ebp $T0 ^ = $esp $T0 8 + = $20 $T…
/external/selinux/libsepol/tests/policies/test-cond/
Drefpolicy-base.conf552 category c20; category c21; category c22; category c23;
/external/tcpdump/tests/
Dsflow_multiple_counter_30_pdus.out884 0x0000: 3ca3 d70a 3c23 d70a 3d23 d70a 0000 0001

12