/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/ |
D | GillStepInterpolator.java | 101 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/libvpx/libvpx/vp9/encoder/ |
D | vp9_segmentation.c | 107 const int c23 = segcounts[2] + segcounts[3]; in calc_segtree_probs() local 111 segment_tree_probs[0] = get_binary_prob(c01 + c23, c45 + c67); in calc_segtree_probs() 112 segment_tree_probs[1] = get_binary_prob(c01, c23); in calc_segtree_probs() 123 const int c23 = segcounts[2] + segcounts[3]; in cost_segmap() local 126 const int c0123 = c01 + c23; in cost_segmap() 134 cost += c01 * vp9_cost_zero(probs[1]) + c23 * vp9_cost_one(probs[1]); in cost_segmap() 139 if (c23 > 0) in cost_segmap()
|
/external/boringssl/src/crypto/poly1305/ |
D | poly1305_arm_asm.S | 126 # 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/skia/modules/skottie/src/effects/ |
D | VenetianBlindsEffect.cpp | 118 c23 = SkColorSetA(SK_ColorWHITE, SkScalarRoundToInt(g23 * 0xff)), in onMakeMask() local 119 colors[] = { c01, c23, c23, c01 }; in onMakeMask()
|
/external/selinux/libsepol/tests/policies/test-expander/ |
D | user-base.conf | 447 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)
|
D | alias-base.conf | 462 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)
|
D | role-base.conf | 444 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)
|
D | small-base.conf | 682 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/ |
D | base-notmetreq.conf | 471 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)
|
D | small-base.conf | 472 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)
|
D | base-metreq.conf | 484 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/ |
D | PixelRoutine.cpp | 1001 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/ |
D | fwalsh_sse2.asm | 103 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/ |
D | p2-cxx11.cpp | 8 char c23 = '\u0023'; // #, ok variable
|
D | p2-cxx98.cpp | 8 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/ |
D | elf-names.ll | 47 %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/ |
D | elf-names.ll | 47 %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/swiftshader/src/Pipeline/ |
D | PixelRoutine.cpp | 948 Short4 c23; in readPixel() local 997 c23 = *Pointer<Short4>(buffer); in readPixel() 1000 pixel.z = UnpackLow(As<Byte8>(pixel.z), As<Byte8>(c23)); in readPixel() 1001 pixel.y = UnpackHigh(As<Byte8>(pixel.y), As<Byte8>(c23)); in readPixel() 1017 c23 = *Pointer<Short4>(buffer); in readPixel() 1020 pixel.z = UnpackLow(As<Byte8>(pixel.z), As<Byte8>(c23)); in readPixel() 1021 pixel.y = UnpackHigh(As<Byte8>(pixel.y), As<Byte8>(c23)); in readPixel() 1422 Short4 c23 = current.y; in writeColor() local 1463 Int c23 = Extract(As<Int2>(current.x), 1); in writeColor() local 1469 *Pointer<Int>(buffer) = (c23 & mask23) | (value & ~mask23); in writeColor() [all …]
|
/external/selinux/libsepol/tests/policies/test-hooks/ |
D | cmp_policy.conf | 438 gen_user(g_b_user_1,, g_b_role_1, s0, s0 - s0:c0.c23)
|
D | small-base.conf | 438 gen_user(g_b_user_1,, g_b_role_1, s0, s0 - s0:c0.c23)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/ |
D | ra-allocatable.ll | 86 @c23 = external global i32* 261 %107 = load i32*, i32** @c23, align 4
|
/external/llvm/test/CodeGen/Mips/ |
D | ra-allocatable.ll | 86 @c23 = external global i32* 261 %107 = load i32*, i32** @c23, align 4
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_setup_tri.c | 412 __m128i c01, c23, unused; in do_triangle_ccw() local 488 c23 = _mm_unpackhi_epi64(c02, c13); in do_triangle_ccw() 489 transpose2_64_2_32(&c01, &c23, &dcdx, &dcdy, in do_triangle_ccw()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | format_utils.h | 269 simd4scalari c23 = SIMD128::unpackhi_epi8(c0c2, c1c3); // babababababababa in Transpose() local 270 simd4scalari c0123lo = SIMD128::unpacklo_epi16(c01, c23); // rgbargbargbargba in Transpose() 271 simd4scalari c0123hi = SIMD128::unpackhi_epi16(c01, c23); // rgbargbargbargba in Transpose()
|
/external/selinux/libsepol/tests/policies/test-linker/ |
D | small-base.conf | 566 gen_user(g_b_user_1,, g_b_role_1, s0, s0 - s0:c0.c23)
|