Home
last modified time | relevance | path

Searched refs:A5 (Results 1 - 25 of 39) sorted by relevance

12

/third_party/ffmpeg/libavcodec/
H A Deaidct.c34 #define A5 196 /* sin(pi/8)<<9 */ macro
45 const int b0 = (((A4-A5)*a7 - A5*a3)>>9) + a1+a5; \
46 const int b1 = (((A4-A5)*a7 - A5*a3)>>9) + ((ASQRT*(a1-a5))>>8); \
47 const int b2 = (((A2+A5)*a3 + A5*a7)>>9) + ((ASQRT*(a1-a5))>>8); \
48 const int b3 = ((A2+A5)*a3 + A5*a7)>>9; \
H A Dfaandct.c51 #define A5 0.38268343236508977170 // cos(pi*6/16) macro
99 z2= tmp4*(A2+A5) - tmp6*A5; in row_fdct()
100 z4= tmp6*(A4-A5) + tmp4*A5; in row_fdct()
153 z2= tmp4*(A2+A5) - tmp6*A5; in ff_faandct()
154 z4= tmp6*(A4-A5) + tmp4*A5; in ff_faandct()
/third_party/node/deps/openssl/openssl/crypto/
H A Dc64xpluscpuid.pl38 MV B1,A5
141 || ZERO A5
198 || MVK 0x00004010,A5
201 || MVKH 0x01840000,A5 ; L2WIBAR
203 CLFLUSH A5,B4,A1 ; write-back and invalidate L2 line
217 CLFLUSH A5,B4,A1 ; write-back and invalidate L2 line
242 || MVK 0x00004010,A5
245 || MVKH 0x01840000,A5 ; L2WIBAR
247 CLFLUSH A5,B4,A1 ; write-back and invalidate L2 line
262 CLFLUSH A5,B
[all...]
/third_party/openssl/crypto/
H A Dc64xpluscpuid.pl38 MV B1,A5
141 || ZERO A5
198 || MVK 0x00004010,A5
201 || MVKH 0x01840000,A5 ; L2WIBAR
203 CLFLUSH A5,B4,A1 ; write-back and invalidate L2 line
217 CLFLUSH A5,B4,A1 ; write-back and invalidate L2 line
242 || MVK 0x00004010,A5
245 || MVKH 0x01840000,A5 ; L2WIBAR
247 CLFLUSH A5,B4,A1 ; write-back and invalidate L2 line
262 CLFLUSH A5,B
[all...]
/third_party/rust/crates/rustix/src/backend/linux_raw/arch/outline/
H A Dnr_last.rs17 use crate::backend::reg::{ArgReg, RetReg, SyscallNumber, A0, A1, A2, A3, A4, A5, R0};
62 a5: ArgReg<'_, A5>, in rustix_syscall6_nr_last()
72 a5: ArgReg<'_, A5>, in rustix_syscall7_nr_last()
138 a5: ArgReg<'_, A5>,
151 a5: ArgReg<'_, A5>,
H A Dx86.rs17 use crate::backend::reg::{ArgReg, RetReg, SyscallNumber, A0, A1, A2, A3, A4, A5, R0};
63 a5: ArgReg<'_, A5>, in rustix_syscall6_nr_last_fastcall()
128 a5: ArgReg<'_, A5>,
200 a5: ArgReg<'_, A5>, in rustix_indirect_syscall6_nr_last_fastcall()
282 a5: ArgReg<'_, A5>,
/third_party/openssl/crypto/bn/asm/
H A Dbn-c64xplus.asm199 ||[!A2] SHL A4,1,A5:A4 ; lo<<1
203 ||[!A2] ADDAH A5,A3,A3 ; hi<<1|lo>>31
208 || SHL A4,1,A5:A4 ; lo<<1
212 || ADDAH A5,A3,A3 ; hi<<1|lo>>31
232 || MV ARG1,A5 ; copy ap
238 || LDW *A5++,B6 ; ap[0]
245 || LDW *A5++,A9 ; pre-fetch ap[1]
268 [A2] LDW *A5++,A9 ; pre-fetch ap[i+1]
298 || MV ARG1,A5 ; copy ap
304 || LDW *A5
[all...]
/third_party/rust/crates/rustix/src/backend/linux_raw/
H A Dreg.rs56 pub(super) struct A5(());
68 impl ArgNumber for A5 {}
252 impl Sealed for super::A5 {}
H A Dvdso_wrappers.rs14 use super::reg::{ArgReg, RetReg, SyscallNumber, A0, A1, A2, A3, A4, A5, R0};
88 use super::{transmute, ArgReg, Relaxed, RetReg, SyscallNumber, A0, A1, A2, A3, A4, A5, R0};
190 a5: ArgReg<'a, A5>,
/third_party/optimized-routines/math/
H A Dv_cosf.c23 #define A5 v_f32 (Poly[2]) macro
64 y = v_fma_f32 (y, r2, A5); in cosf()
H A Dv_sinf.c23 #define A5 v_f32 (Poly[2]) macro
63 y = v_fma_f32 (y, r2, A5); in sinf()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingDataSpillTests.cpp103 A5 = 5, member in vkt::RayTracing::__anon28522::VectorType
255 // Note: A5 uses the same type as the scalar version. The array suffix will be added below. in getGLSLInputValDecl()
262 std::make_pair(std::make_pair(DataType::INT32, VectorType::A5), "int32_t"), in getGLSLInputValDecl()
267 std::make_pair(std::make_pair(DataType::UINT32, VectorType::A5), "uint32_t"), in getGLSLInputValDecl()
272 std::make_pair(std::make_pair(DataType::INT64, VectorType::A5), "int64_t"), in getGLSLInputValDecl()
277 std::make_pair(std::make_pair(DataType::UINT64, VectorType::A5), "uint64_t"), in getGLSLInputValDecl()
282 std::make_pair(std::make_pair(DataType::INT16, VectorType::A5), "int16_t"), in getGLSLInputValDecl()
287 std::make_pair(std::make_pair(DataType::UINT16, VectorType::A5), "uint16_t"), in getGLSLInputValDecl()
292 std::make_pair(std::make_pair(DataType::INT8, VectorType::A5), "int8_t"), in getGLSLInputValDecl()
297 std::make_pair(std::make_pair(DataType::UINT8, VectorType::A5), "uint8_ in getGLSLInputValDecl()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingDataSpillTests.cpp103 A5 = 5, member in vkt::RayTracing::__anon29706::VectorType
255 // Note: A5 uses the same type as the scalar version. The array suffix will be added below. in getGLSLInputValDecl()
262 std::make_pair(std::make_pair(DataType::INT32, VectorType::A5), "int32_t"), in getGLSLInputValDecl()
267 std::make_pair(std::make_pair(DataType::UINT32, VectorType::A5), "uint32_t"), in getGLSLInputValDecl()
272 std::make_pair(std::make_pair(DataType::INT64, VectorType::A5), "int64_t"), in getGLSLInputValDecl()
277 std::make_pair(std::make_pair(DataType::UINT64, VectorType::A5), "uint64_t"), in getGLSLInputValDecl()
282 std::make_pair(std::make_pair(DataType::INT16, VectorType::A5), "int16_t"), in getGLSLInputValDecl()
287 std::make_pair(std::make_pair(DataType::UINT16, VectorType::A5), "uint16_t"), in getGLSLInputValDecl()
292 std::make_pair(std::make_pair(DataType::INT8, VectorType::A5), "int8_t"), in getGLSLInputValDecl()
297 std::make_pair(std::make_pair(DataType::UINT8, VectorType::A5), "uint8_ in getGLSLInputValDecl()
[all...]
/third_party/typescript/tests/baselines/reference/
H A DnumericLiteralTypes1.js6 type A5 = 1 | 1.0 | 1e0 | 10e-1;
13 var a: A5 = 1;
H A DnumericLiteralTypes2.js6 type A5 = 1 | 1.0 | 1e0 | 10e-1;
13 var a: A5 = 1;
H A DcomparisonOperatorWithIdenticalObjects.js38 interface A5 { [x: number]: number; }
48 var a5: A5;
/third_party/node/deps/openssl/openssl/crypto/chacha/asm/
H A Dchacha-armv8.pl810 $A3,$B3,$C3,$D3,$A4,$B4,$C4,$D4,$A5,$B5,$C5,$D5) = map("v$_.4s",(8..31));
902 mov $A5,@K[0]
951 my @thread5=&NEONROUND($A5,$B5,$C5,$D5,$T5,0);
970 @thread5=&NEONROUND($A5,$B5,$C5,$D5,$T5,1);
1065 @thread5=&NEONROUND($A5,$B5,$C5,$D5,$T5,0);
1082 @thread5=&NEONROUND($A5,$B5,$C5,$D5,$T5,1);
1114 add $A5,$A5,@K[0]
1220 eor $A5,$A5,
[all...]
/third_party/openssl/crypto/chacha/asm/
H A Dchacha-armv8.pl814 $A3,$B3,$C3,$D3,$A4,$B4,$C4,$D4,$A5,$B5,$C5,$D5) = map("v$_.4s",(8..31));
907 mov $A5,@K[0]
956 my @thread5=&NEONROUND($A5,$B5,$C5,$D5,$T5,0);
975 @thread5=&NEONROUND($A5,$B5,$C5,$D5,$T5,1);
1070 @thread5=&NEONROUND($A5,$B5,$C5,$D5,$T5,0);
1087 @thread5=&NEONROUND($A5,$B5,$C5,$D5,$T5,1);
1119 add $A5,$A5,@K[0]
1225 eor $A5,$A5,
[all...]
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dfilters_neon.c223 const uint8x16_t A5 = vaddq_u8(A3, A4); in HorizontalUnfilter_NEON() local
224 const uint8x16_t A6 = SHIFT_LEFT_N_Q(A5, 4); in HorizontalUnfilter_NEON()
225 const uint8x16_t A7 = vaddq_u8(A5, A6); in HorizontalUnfilter_NEON()
H A Dfilters_sse2.c236 const __m128i A5 = _mm_add_epi8(A3, A4); in HorizontalUnfilter_SSE2() local
237 const __m128i A6 = _mm_slli_si128(A5, 4); in HorizontalUnfilter_SSE2()
238 const __m128i A7 = _mm_add_epi8(A5, A6); in HorizontalUnfilter_SSE2()
H A Dalpha_processing_sse2.c310 const __m128i A5 = _mm_mullo_epi16(A4, A1); in MultARGBRow_SSE2() local
311 const __m128i A6 = _mm_add_epi16(A5, k128); in MultARGBRow_SSE2()
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
H A Djidctred-sse2.asm447 ; | 30 31 ** 33 ** 35 ** 37 | A0 A1 A3 A5 A7 |
507 paddd xmm1, xmm0 ; xmm1=data0[col1 col3 col5 col7]=(A1 A3 A5 A7)
517 punpckhqdq xmm7, xmm5 ; xmm7=(A5 A7 B5 B7)
543 ; | A5 B5 | |
549 packssdw xmm7, xmm7 ; xmm7=(A5 A7 B5 B7 A5 A7 B5 B7)
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
H A Djidctred-sse2.asm432 ; | 30 31 ** 33 ** 35 ** 37 | A0 A1 A3 A5 A7 |
492 paddd xmm1, xmm0 ; xmm1=data0[col1 col3 col5 col7]=(A1 A3 A5 A7)
502 punpckhqdq xmm7, xmm5 ; xmm7=(A5 A7 B5 B7)
528 ; | A5 B5 | |
534 packssdw xmm7, xmm7 ; xmm7=(A5 A7 B5 B7 A5 A7 B5 B7)
/third_party/node/deps/v8/src/base/numbers/
H A Dcached-powers.cc59 {0x88FC'F317'F222'41E2, 588, 196}, {0xCC20'CE9B'D35C'78A5, 614, 204},
/third_party/FreeBSD/lib/msun/ld128/
H A Dk_expl.h72 A5 = 8.33333333333333333334522877160175842e-3L, variable
256 q = r2 + r * r * (A2 + r * (A3 + r * (A4 + r * (A5 + r * (A6 + in __k_expl()

Completed in 16 milliseconds

12