Home
last modified time | relevance | path

Searched +defs:a +defs:r (Results 1 – 25 of 68685) sorted by relevance

12345678910>>...2748

/dports/lang/rust/rustc-1.58.1-src/library/stdarch/crates/core_arch/src/x86_64/
H A Davx512f.rs152 let a = a.as_f64x2(); in _mm_cvt_roundi64_sd() localVariable
172 let a = a.as_f64x2(); in _mm_cvt_roundsi64_sd() localVariable
192 let a = a.as_f32x4(); in _mm_cvt_roundi64_ss() localVariable
212 let a = a.as_f64x2(); in _mm_cvt_roundu64_sd() localVariable
232 let a = a.as_f32x4(); in _mm_cvt_roundsi64_ss() localVariable
252 let a = a.as_f32x4(); in _mm_cvt_roundu64_ss() localVariable
272 let a = a.as_f64x2(); in _mm_cvt_roundsd_si64() localVariable
292 let a = a.as_f64x2(); in _mm_cvt_roundsd_i64() localVariable
312 let a = a.as_f64x2(); in _mm_cvt_roundsd_u64() localVariable
332 let a = a.as_f32x4(); in _mm_cvt_roundss_si64() localVariable
[all …]
/dports/www/mod_log_sql/mod_log_sql-1.101/
H A Dfunctions.h8 static const char *extract_remote_host(request_rec *r, char *a) in extract_remote_host()
15 static const char *extract_remote_address(request_rec *r, char *a) in extract_remote_address()
26 static const char *extract_local_address(request_rec *r, char *a) in extract_local_address()
36 static const char *extract_remote_user(request_rec *r, char *a) in extract_remote_user()
51 static const char *extract_request_line(request_rec *r, char *a) in extract_request_line()
95 static const char *extract_status(request_rec *r, char *a) in extract_status()
132 static const char *log_server_name(request_rec *r, char *a) in log_server_name()
137 static const char *extract_child_pid(request_rec *r, char *a) in extract_child_pid()
154 static const char *extract_referer(request_rec *r, char *a) in extract_referer()
167 static const char *extract_agent(request_rec *r, char *a) in extract_agent()
[all …]
/dports/devel/libsimdpp/libsimdpp-2.1-400-g9dac213d/simdpp/detail/insn/
H A Di_reduce_min.h32 uint8_t r = a.el(0); in i_reduce_min() local
52 uint8x16 r = detail::extract128<0>(a); in i_reduce_min() local
93 int8_t r = a.el(0); in i_reduce_min() local
117 int8x16 r = detail::extract128<0>(a); in i_reduce_min() local
168 uint16_t r = a.el(0); in i_reduce_min() local
240 int16_t r = a.el(0); in i_reduce_min() local
300 uint32_t r = a.el(0); in i_reduce_min() local
367 int32_t r = a.el(0); in i_reduce_min() local
466 uint64v r = a.vec(0); in i_reduce_min() local
499 int64x2 r = min(a, move2_l<1>(a)); in i_reduce_min() local
[all …]
H A Di_reduce_max.h33 uint8_t r = a.el(0); in i_reduce_max() local
53 uint8x16 r = detail::extract128<0>(a); in i_reduce_max() local
94 int8_t r = a.el(0); in i_reduce_max() local
119 int8x16 r = detail::extract128<0>(a); in i_reduce_max() local
170 uint16_t r = a.el(0); in i_reduce_max() local
242 int16_t r = a.el(0); in i_reduce_max() local
302 uint32_t r = a.el(0); in i_reduce_max() local
369 int32_t r = a.el(0); in i_reduce_max() local
468 uint64v r = a.vec(0); in i_reduce_max() local
501 int64x2 r = max(a, move2_l<1>(a)); in i_reduce_max() local
[all …]
H A Di_reduce_and.h30 uint8_t r = a.el(0); in i_reduce_and() local
48 uint8x16 r = detail::extract128<0>(a); in i_reduce_and() local
57 uint8<32> r = detail::extract256<0>(a); in i_reduce_and() local
67 uint8_t r = 0xff; in i_reduce_and() local
89 uint16_t r = a.el(0); in i_reduce_and() local
106 uint16x8 r = detail::extract128<0>(a); in i_reduce_and() local
125 uint16_t r = 0xffff; in i_reduce_and() local
147 uint32_t r = a.el(0); in i_reduce_and() local
163 uint32x4 r = detail::extract128<0>(a); in i_reduce_and() local
183 uint32_t r = 0xffffffff; in i_reduce_and() local
[all …]
H A Di_reduce_or.h30 uint8_t r = a.el(0); in i_reduce_or() local
48 uint8x16 r = detail::extract128<0>(a); in i_reduce_or() local
57 uint8<32> r = detail::extract256<0>(a); in i_reduce_or() local
67 uint8_t r = 0; in i_reduce_or() local
89 uint16_t r = a.el(0); in i_reduce_or() local
106 uint16x8 r = detail::extract128<0>(a); in i_reduce_or() local
125 uint16_t r = 0; in i_reduce_or() local
147 uint32_t r = a.el(0); in i_reduce_or() local
163 uint32x4 r = detail::extract128<0>(a); in i_reduce_or() local
183 uint32_t r = 0; in i_reduce_or() local
[all …]
/dports/devel/safe-iop/safe-iop-2b20d77fb9f22b1ec9e2b3d2eb53c532596d3203/src/
H A Dsafe_iop.c183 int r=1; in T_add_s8() local
196 int r=1; in T_add_s16() local
207 int r=1; in T_add_s32() local
218 int r=1; in T_add_s64() local
229 int r=1; in T_add_long() local
239 int r=1; in T_add_longlong() local
249 int r=1; in T_add_ssizet() local
260 int r=1; in T_add_u8() local
272 int r=1; in T_add_u16() local
284 int r=1; in T_add_u32() local
[all …]
/dports/astro/pykep/pykep-2.6/include/keplerian_toolbox/core_functions/
H A Djorba.h77 #define NegateMyFloatA(r, a) (r = -(a)) argument
80 #define sqrtMyFloatA(r, a) (r = sqrt(a)) argument
86 #define sinMyFloatA(r, a) (r = sin((a))) argument
88 #define cosMyFloatA(r, a) (r = cos((a))) argument
90 #define tanMyFloatA(r, a) (r = tan((a))) argument
94 #define expMyFloatA(r, a) (r = exp((a))) argument
96 #define logMyFloatA(r, a) (r = log((a))) argument
98 #define sinhMyFloatA(r, a) (r = sinh(a)) argument
100 #define coshMyFloatA(r, a) (r = cosh(a)) argument
102 #define tanhMyFloatA(r, a) (r = tanh(a)) argument
[all …]
/dports/astro/py-pykep/pykep-2.6/include/keplerian_toolbox/core_functions/
H A Djorba.h77 #define NegateMyFloatA(r, a) (r = -(a)) argument
80 #define sqrtMyFloatA(r, a) (r = sqrt(a)) argument
86 #define sinMyFloatA(r, a) (r = sin((a))) argument
88 #define cosMyFloatA(r, a) (r = cos((a))) argument
90 #define tanMyFloatA(r, a) (r = tan((a))) argument
94 #define expMyFloatA(r, a) (r = exp((a))) argument
96 #define logMyFloatA(r, a) (r = log((a))) argument
98 #define sinhMyFloatA(r, a) (r = sinh(a)) argument
100 #define coshMyFloatA(r, a) (r = cosh(a)) argument
102 #define tanhMyFloatA(r, a) (r = tanh(a)) argument
[all …]
/dports/lang/rust/rustc-1.58.1-src/library/stdarch/crates/core_arch/src/arm_shared/neon/
H A Dload_tests.rs34 let a: [i16; 5] = [0, 1, 2, 3, 4]; in test_vld1_s16() localVariable
50 let a: [i32; 3] = [0, 1, 2]; in test_vld1_s32() localVariable
58 let a: [i32; 5] = [0, 1, 2, 3, 4]; in test_vld1q_s32() localVariable
66 let a: [i64; 2] = [0, 1]; in test_vld1_s64() localVariable
74 let a: [i64; 3] = [0, 1, 2]; in test_vld1q_s64() localVariable
114 let a: [u32; 3] = [0, 1, 2]; in test_vld1_u32() localVariable
130 let a: [u64; 2] = [0, 1]; in test_vld1_u64() localVariable
138 let a: [u64; 3] = [0, 1, 2]; in test_vld1q_u64() localVariable
178 let a: [p64; 2] = [0, 1]; in test_vld1_p64() localVariable
186 let a: [p64; 3] = [0, 1, 2]; in test_vld1q_p64() localVariable
[all …]
/dports/devel/simde/simde-0.7.2/simde/arm/neon/
H A Dqmovn_high.h42 simde_vqmovn_high_s16(simde_int8x8_t r, simde_int16x8_t a) { in simde_vqmovn_high_s16()
51 #define vqmovn_high_s16(r, a) simde_vqmovn_high_s16((r), (a)) argument
56 simde_vqmovn_high_s32(simde_int16x4_t r, simde_int32x4_t a) { in simde_vqmovn_high_s32()
65 #define vqmovn_high_s32(r, a) simde_vqmovn_high_s32((r), (a)) argument
70 simde_vqmovn_high_s64(simde_int32x2_t r, simde_int64x2_t a) { in simde_vqmovn_high_s64()
79 #define vqmovn_high_s64(r, a) simde_vqmovn_high_s64((r), (a)) argument
84 simde_vqmovn_high_u16(simde_uint8x8_t r, simde_uint16x8_t a) { in simde_vqmovn_high_u16()
93 #define vqmovn_high_u16(r, a) simde_vqmovn_high_u16((r), (a)) argument
98 simde_vqmovn_high_u32(simde_uint16x4_t r, simde_uint32x4_t a) { in simde_vqmovn_high_u32()
107 #define vqmovn_high_u32(r, a) simde_vqmovn_high_u32((r), (a)) argument
[all …]
H A Dmovn_high.h40 simde_vmovn_high_s16(simde_int8x8_t r, simde_int16x8_t a) { in simde_vmovn_high_s16()
49 #define vmovn_high_s16(r, a) simde_vmovn_high_s16((r), (a)) argument
54 simde_vmovn_high_s32(simde_int16x4_t r, simde_int32x4_t a) { in simde_vmovn_high_s32()
63 #define vmovn_high_s32(r, a) simde_vmovn_high_s32((r), (a)) argument
68 simde_vmovn_high_s64(simde_int32x2_t r, simde_int64x2_t a) { in simde_vmovn_high_s64()
77 #define vmovn_high_s64(r, a) simde_vmovn_high_s64((r), (a)) argument
82 simde_vmovn_high_u16(simde_uint8x8_t r, simde_uint16x8_t a) { in simde_vmovn_high_u16()
91 #define vmovn_high_u16(r, a) simde_vmovn_high_u16((r), (a)) argument
96 simde_vmovn_high_u32(simde_uint16x4_t r, simde_uint32x4_t a) { in simde_vmovn_high_u32()
105 #define vmovn_high_u32(r, a) simde_vmovn_high_u32((r), (a)) argument
[all …]
/dports/biology/bowtie2/simde-no-tests-f6a0b3b/arm/neon/
H A Dmovn_high.h40 simde_vmovn_high_s16(simde_int8x8_t r, simde_int16x8_t a) { in simde_vmovn_high_s16()
49 #define vmovn_high_s16(r, a) simde_vmovn_high_s16((r), (a)) argument
54 simde_vmovn_high_s32(simde_int16x4_t r, simde_int32x4_t a) { in simde_vmovn_high_s32()
63 #define vmovn_high_s32(r, a) simde_vmovn_high_s32((r), (a)) argument
68 simde_vmovn_high_s64(simde_int32x2_t r, simde_int64x2_t a) { in simde_vmovn_high_s64()
77 #define vmovn_high_s64(r, a) simde_vmovn_high_s64((r), (a)) argument
82 simde_vmovn_high_u16(simde_uint8x8_t r, simde_uint16x8_t a) { in simde_vmovn_high_u16()
91 #define vmovn_high_u16(r, a) simde_vmovn_high_u16((r), (a)) argument
96 simde_vmovn_high_u32(simde_uint16x4_t r, simde_uint32x4_t a) { in simde_vmovn_high_u32()
105 #define vmovn_high_u32(r, a) simde_vmovn_high_u32((r), (a)) argument
[all …]
H A Dqmovn_high.h42 simde_vqmovn_high_s16(simde_int8x8_t r, simde_int16x8_t a) { in simde_vqmovn_high_s16()
51 #define vqmovn_high_s16(r, a) simde_vqmovn_high_s16((r), (a)) argument
56 simde_vqmovn_high_s32(simde_int16x4_t r, simde_int32x4_t a) { in simde_vqmovn_high_s32()
65 #define vqmovn_high_s32(r, a) simde_vqmovn_high_s32((r), (a)) argument
70 simde_vqmovn_high_s64(simde_int32x2_t r, simde_int64x2_t a) { in simde_vqmovn_high_s64()
79 #define vqmovn_high_s64(r, a) simde_vqmovn_high_s64((r), (a)) argument
84 simde_vqmovn_high_u16(simde_uint8x8_t r, simde_uint16x8_t a) { in simde_vqmovn_high_u16()
93 #define vqmovn_high_u16(r, a) simde_vqmovn_high_u16((r), (a)) argument
98 simde_vqmovn_high_u32(simde_uint16x4_t r, simde_uint32x4_t a) { in simde_vqmovn_high_u32()
107 #define vqmovn_high_u32(r, a) simde_vqmovn_high_u32((r), (a)) argument
[all …]
/dports/biology/mmseqs2/MMseqs2-13-45111/lib/simde/simde/arm/neon/
H A Dmovn_high.h40 simde_vmovn_high_s16(simde_int8x8_t r, simde_int16x8_t a) { in simde_vmovn_high_s16()
49 #define vmovn_high_s16(r, a) simde_vmovn_high_s16((r), (a)) argument
54 simde_vmovn_high_s32(simde_int16x4_t r, simde_int32x4_t a) { in simde_vmovn_high_s32()
63 #define vmovn_high_s32(r, a) simde_vmovn_high_s32((r), (a)) argument
68 simde_vmovn_high_s64(simde_int32x2_t r, simde_int64x2_t a) { in simde_vmovn_high_s64()
77 #define vmovn_high_s64(r, a) simde_vmovn_high_s64((r), (a)) argument
82 simde_vmovn_high_u16(simde_uint8x8_t r, simde_uint16x8_t a) { in simde_vmovn_high_u16()
91 #define vmovn_high_u16(r, a) simde_vmovn_high_u16((r), (a)) argument
96 simde_vmovn_high_u32(simde_uint16x4_t r, simde_uint32x4_t a) { in simde_vmovn_high_u32()
105 #define vmovn_high_u32(r, a) simde_vmovn_high_u32((r), (a)) argument
[all …]
H A Dqmovn_high.h42 simde_vqmovn_high_s16(simde_int8x8_t r, simde_int16x8_t a) { in simde_vqmovn_high_s16()
51 #define vqmovn_high_s16(r, a) simde_vqmovn_high_s16((r), (a)) argument
56 simde_vqmovn_high_s32(simde_int16x4_t r, simde_int32x4_t a) { in simde_vqmovn_high_s32()
65 #define vqmovn_high_s32(r, a) simde_vqmovn_high_s32((r), (a)) argument
70 simde_vqmovn_high_s64(simde_int32x2_t r, simde_int64x2_t a) { in simde_vqmovn_high_s64()
79 #define vqmovn_high_s64(r, a) simde_vqmovn_high_s64((r), (a)) argument
84 simde_vqmovn_high_u16(simde_uint8x8_t r, simde_uint16x8_t a) { in simde_vqmovn_high_u16()
93 #define vqmovn_high_u16(r, a) simde_vqmovn_high_u16((r), (a)) argument
98 simde_vqmovn_high_u32(simde_uint16x4_t r, simde_uint32x4_t a) { in simde_vqmovn_high_u32()
107 #define vqmovn_high_u32(r, a) simde_vqmovn_high_u32((r), (a)) argument
[all …]
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-homepna.c72 if (tvb_get_guint8(tvb, offset) > 127)
80 offset += 1;
83 {
91 offset += 1;
94 offset += (control_length-2);
98 offset += 2;
121 { &hf_homepna_version,
130 { &hf_homepna_trailer,
160 * Local variables:
161 * c-basic-offset: 4
[all …]
/dports/math/givaro/givaro-4.1.1/src/kernel/system/
H A Dgivgenarith.h47 void init ( Rep& r, const Rep a ) const { r = a; }; in init()
48 void assign( Rep& r, const Rep a ) const { r = a; }; in assign()
54 int areEqual ( const Rep r, const Rep a ) const { r == a; }; in areEqual()
55 int areNEqual( const Rep r, const Rep a ) const { r != a; }; in areNEqual()
64 void mulin( Rep& r, const Rep a) const { r *= a; }; in mulin()
65 void divin( Rep& r, const Rep a) const { r /= a; }; in divin()
66 void modin( Rep& r, const Rep a) const { r %= a; }; in modin()
67 void addin( Rep& r, const Rep a) const { r += a; }; in addin()
68 void subin( Rep& r, const Rep a) const { r -= a; }; in subin()
78 void neg( Rep& r, const Rep a ) const { r = -a; }; in neg()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.target/sh/
H A Dpr54089-1.c21 bool r = b == c; in test_01() local
28 bool r = b == c; in test_02() local
35 bool r = b == c; in test_03() local
42 bool r = b == c; in test_04() local
49 bool r = b == c; in test_05() local
56 bool r = b == c; in test_06() local
63 bool r = b == c; in test_07() local
70 bool r = b == c; in test_08() local
77 bool r = b == c; in test_09() local
84 bool r = a == b; in test_10() local
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.target/sh/
H A Dpr54089-1.c21 bool r = b == c; in test_01() local
28 bool r = b == c; in test_02() local
35 bool r = b == c; in test_03() local
42 bool r = b == c; in test_04() local
49 bool r = b == c; in test_05() local
56 bool r = b == c; in test_06() local
63 bool r = b == c; in test_07() local
70 bool r = b == c; in test_08() local
77 bool r = b == c; in test_09() local
84 bool r = a == b; in test_10() local
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/sh/
H A Dpr54089-1.c21 bool r = b == c; in test_01() local
28 bool r = b == c; in test_02() local
35 bool r = b == c; in test_03() local
42 bool r = b == c; in test_04() local
49 bool r = b == c; in test_05() local
56 bool r = b == c; in test_06() local
63 bool r = b == c; in test_07() local
70 bool r = b == c; in test_08() local
77 bool r = b == c; in test_09() local
84 bool r = a == b; in test_10() local
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.target/sh/
H A Dpr54089-1.c21 bool r = b == c; in test_01() local
28 bool r = b == c; in test_02() local
35 bool r = b == c; in test_03() local
42 bool r = b == c; in test_04() local
49 bool r = b == c; in test_05() local
56 bool r = b == c; in test_06() local
63 bool r = b == c; in test_07() local
70 bool r = b == c; in test_08() local
77 bool r = b == c; in test_09() local
84 bool r = a == b; in test_10() local
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.target/sh/
H A Dpr54089-1.c21 bool r = b == c; in test_01() local
28 bool r = b == c; in test_02() local
35 bool r = b == c; in test_03() local
42 bool r = b == c; in test_04() local
49 bool r = b == c; in test_05() local
56 bool r = b == c; in test_06() local
63 bool r = b == c; in test_07() local
70 bool r = b == c; in test_08() local
77 bool r = b == c; in test_09() local
84 bool r = a == b; in test_10() local
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/sh/
H A Dpr54089-1.c21 bool r = b == c; in test_01() local
28 bool r = b == c; in test_02() local
35 bool r = b == c; in test_03() local
42 bool r = b == c; in test_04() local
49 bool r = b == c; in test_05() local
56 bool r = b == c; in test_06() local
63 bool r = b == c; in test_07() local
70 bool r = b == c; in test_08() local
77 bool r = b == c; in test_09() local
84 bool r = a == b; in test_10() local
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/sh/
H A Dpr54089-1.c21 bool r = b == c; in test_01() local
28 bool r = b == c; in test_02() local
35 bool r = b == c; in test_03() local
42 bool r = b == c; in test_04() local
49 bool r = b == c; in test_05() local
56 bool r = b == c; in test_06() local
63 bool r = b == c; in test_07() local
70 bool r = b == c; in test_08() local
77 bool r = b == c; in test_09() local
84 bool r = a == b; in test_10() local
[all …]

12345678910>>...2748