Home
last modified time | relevance | path

Searched defs:c23 (Results 1 – 25 of 38) sorted by relevance

12

/aosp_15_r20/external/libdav1d/src/ppc/
H A Ditx_tmpl.c138 #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 DPixelRoutine.cpp912 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 DGillStepInterpolator.java115 final double c23 = s * (6 * theta - fourTheta2); in computeInterpolatedStateAndDerivatives() local
132 final double c23 = s * (2 + twoTheta - fourTheta2); in computeInterpolatedStateAndDerivatives() local
H A DGillFieldStepInterpolator.java126 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 Dlower_instructions.cpp168 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 Dvp9_segmentation.c107 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 DGillStepInterpolator.java101 final double c23 = soMt * (1 + twoTheta); in computeInterpolatedStateAndDerivatives() local
/aosp_15_r20/external/clang/test/CXX/lex/lex.charset/
H A Dp2-cxx11.cpp8 char c23 = '\u0023'; // #, ok variable
H A Dp2-cxx98.cpp8 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 DVenetianBlindsEffect.cpp136 c23 = SkColorSetA(SK_ColorWHITE, SkScalarRoundToInt(g23 * 0xff)), in onMakeMask() local
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/
Dissue7746.go33 c23 = c22 * c22 const
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/geometry/euclidean/threed/
H A DPlane.java447 final double c23 = a2 * b3 - a3 * b2; in intersection() local
/aosp_15_r20/external/libaom/aom_dsp/flow_estimation/x86/
H A Ddisflow_sse4.c72 const __m128i c23 = _mm_unpacklo_epi32(c2, c3); in compute_cubic_kernels() local
H A Ddisflow_avx2.c73 const __m128i c23 = _mm_unpacklo_epi32(c2, c3); in compute_cubic_kernels() local
/aosp_15_r20/external/libaom/aom_dsp/arm/
H A Dhadamard_neon.c248 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 Dlp_setup_tri.c484 __m128i c01, c23, unused; in do_triangle_ccw() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/
H A Dint4mm_kernel.cpp188 __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 Dihevce_had_compute_neon.c151 int64x2_t c01, c23; in hadamard_sad4x4_4() local
/aosp_15_r20/external/executorch/kernels/optimized/vec/vec256/
H A Dvec256_int.h1461 __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 Dvec256_int.h1510 __m256i c23 = _mm256_or_si256(c2, c3); in shift_256_8() local
/aosp_15_r20/external/swiftshader/src/Device/
H A DBlitter.cpp2177 uint32_t c23 = averageByte4(c2, c3); in fastResolve() local
/aosp_15_r20/external/libdrm/tests/tegra/
H A Dvic30.h242 uint64_t c23 : 20; /* 123..104 */ member
/aosp_15_r20/external/neon_2_sse/
H A DNEON_2_SSE.h13141 __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/
Dapache-commons-math.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/aosp_15_r20/external/conscrypt/benchmark-android/
HDvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties ...

12