/aosp_15_r20/external/libdav1d/src/ppc/ |
H A D | itx_tmpl.c | 138 #define APPLY_COEFF_4(a, b, c, d, c01, c23) \ argument 161 #define APPLY_COEFF_8x4(ab, cd, c01, c23) \ argument 252 #define dct_4_in(c0, c1, c2, c3, c01, c23) \ argument 263 #define dct_4_out(c0, c1, c2, c3, c01, c23) \ argument 269 #define IDENTITY_4(c01, c23) \ argument 278 #define identity_4_in(c0, c1, c2, c3, c01, c23) \ argument 287 #define identity_4_out(c0, c1, c2, c3, c01, c23) \ argument 339 #define adst_4_in(c0, c1, c2, c3, c01, c23) \ argument 344 #define flipadst_4_in(c0, c1, c2, c3, c01, c23) \ argument 349 #define adst_4_out(c0, c1, c2, c3, c01, c23) \ argument [all …]
|
/aosp_15_r20/external/swiftshader/src/Pipeline/ |
H A D | PixelRoutine.cpp | 912 Short4 c23; in readPixel() local 2771 Int c23 = Extract(As<Int2>(current), 1); in writeColor() local 2802 Int c23 = Extract(As<Int2>(current), 1); in writeColor() local 2833 Int c23 = Extract(As<Int2>(current), 1); in writeColor() local 2864 Int c23 = Extract(As<Int2>(current), 1); in writeColor() local 2894 Int c23 = Extract(As<Int2>(current), 1); in writeColor() local 2924 Int c23 = Extract(As<Int2>(current), 1); in writeColor() local
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/ode/nonstiff/ |
H A D | GillStepInterpolator.java | 115 final double c23 = s * (6 * theta - fourTheta2); in computeInterpolatedStateAndDerivatives() local 132 final double c23 = s * (2 + twoTheta - fourTheta2); in computeInterpolatedStateAndDerivatives() local
|
H A D | GillFieldStepInterpolator.java | 126 final T c23 = s.multiply(theta.multiply(6).subtract(fourTheta2)); in computeInterpolatedStateAndDerivatives() local 135 final T c23 = s.multiply(twoTheta.add(2).subtract(fourTheta2)); in computeInterpolatedStateAndDerivatives() local
|
/aosp_15_r20/external/mesa3d/src/compiler/glsl/ |
H A D | lower_instructions.cpp | 168 ir_constant *c23 = new(ir) ir_constant(int(23), elements); in find_lsb_to_float_cast() local 249 ir_constant *c23 = new(ir) ir_constant(int(23), elements); in find_msb_to_float_cast() local
|
/aosp_15_r20/external/libvpx/vp9/encoder/ |
H A D | vp9_segmentation.c | 107 const int c23 = segcounts[2] + segcounts[3]; in calc_segtree_probs() local 123 const int c23 = segcounts[2] + segcounts[3]; in cost_segmap() local
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/ |
H A D | GillStepInterpolator.java | 101 final double c23 = soMt * (1 + twoTheta); in computeInterpolatedStateAndDerivatives() local
|
/aosp_15_r20/external/clang/test/CXX/lex/lex.charset/ |
H A D | p2-cxx11.cpp | 8 char c23 = '\u0023'; // #, ok variable
|
H A D | p2-cxx98.cpp | 8 char c23 = '\u0023'; // #, expected-error {{character '#' cannot be specified by a universal charac… variable
|
/aosp_15_r20/external/skia/modules/skottie/src/effects/ |
H A D | VenetianBlindsEffect.cpp | 136 c23 = SkColorSetA(SK_ColorWHITE, SkScalarRoundToInt(g23 * 0xff)), in onMakeMask() local
|
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/ |
D | issue7746.go | 33 c23 = c22 * c22 const
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/geometry/euclidean/threed/ |
H A D | Plane.java | 447 final double c23 = a2 * b3 - a3 * b2; in intersection() local
|
/aosp_15_r20/external/libaom/aom_dsp/flow_estimation/x86/ |
H A D | disflow_sse4.c | 72 const __m128i c23 = _mm_unpacklo_epi32(c2, c3); in compute_cubic_kernels() local
|
H A D | disflow_avx2.c | 73 const __m128i c23 = _mm_unpacklo_epi32(c2, c3); in compute_cubic_kernels() local
|
/aosp_15_r20/external/libaom/aom_dsp/arm/ |
H A D | hadamard_neon.c | 248 const int32x4_t c23 = vsubq_s32(b21, b23); in aom_hadamard_16x16_neon() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_setup_tri.c | 484 __m128i c01, c23, unused; in do_triangle_ccw() local
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/ |
H A D | int4mm_kernel.cpp | 188 __m512i c23 = vec::cvtfp32_bf16(vc[row * 4 + 2], vc[row * 4 + 3]); in tinygemm_kernel() local
|
/aosp_15_r20/external/libhevc/encoder/arm/ |
H A D | ihevce_had_compute_neon.c | 151 int64x2_t c01, c23; in hadamard_sad4x4_4() local
|
/aosp_15_r20/external/executorch/kernels/optimized/vec/vec256/ |
H A D | vec256_int.h | 1461 __m256i c23 = _mm256_or_si256(c2, c3); in shift_256_8() local
|
/aosp_15_r20/external/pytorch/aten/src/ATen/cpu/vec/vec256/ |
H A D | vec256_int.h | 1510 __m256i c23 = _mm256_or_si256(c2, c3); in shift_256_8() local
|
/aosp_15_r20/external/swiftshader/src/Device/ |
H A D | Blitter.cpp | 2177 uint32_t c23 = averageByte4(c2, c3); in fastResolve() local
|
/aosp_15_r20/external/libdrm/tests/tegra/ |
H A D | vic30.h | 242 uint64_t c23 : 20; /* 123..104 */ member
|
/aosp_15_r20/external/neon_2_sse/ |
H A D | NEON_2_SSE.h | 13141 __m128i c15, c23, maskgt23, bmask, maskgt15, sh0, sh1, a01, b128; in vtbl3_u8() local 13240 __m128i c15, c23, maskgt15, maskgt23, sh0, sh1, b01, c128; in vtbx3_u8() local
|
/aosp_15_r20/out/soong/.intermediates/external/apache-commons-math/apache-commons-math/android_common/javac/ |
D | apache-commons-math.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/aosp_15_r20/external/conscrypt/benchmark-android/ |
HD | vogar.jar | META-INF/
META-INF/MANIFEST.MF
vogar/
vogar/TestProperties.class
TestProperties ... |