Home
last modified time | relevance | path

Searched refs:F32vec4 (Results 1 – 25 of 34) sorted by relevance

12

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dfvec.h42 friend F32vec4 operator &(const F32vec4 &a,const F32vec4 &b) { return _mm_and_ps(a,b); }
43 friend F32vec4 operator |(const F32vec4 &a,const F32vec4 &b) { return _mm_or_ps(a,b); }
44 friend F32vec4 operator ^(const F32vec4 &a,const F32vec4 &b) { return _mm_xor_ps(a,b); }
45 friend F32vec4 operator +(const F32vec4 &a,const F32vec4 &b) { return _mm_add_ps(a,b); }
46 friend F32vec4 operator -(const F32vec4 &a,const F32vec4 &b) { return _mm_sub_ps(a,b); }
47 friend F32vec4 operator *(const F32vec4 &a,const F32vec4 &b) { return _mm_mul_ps(a,b); }
48 friend F32vec4 operator /(const F32vec4 &a,const F32vec4 &b) { return _mm_div_ps(a,b); }
65 friend F32vec4 rcp_nr(const F32vec4 &a) { in rcp_nr()
69 friend F32vec4 rsqrt_nr(const F32vec4 &a) { in rsqrt_nr()
90 friend F32vec4 simd_max(const F32vec4 &a,const F32vec4 &b) { return _mm_max_ps(a,b); } in simd_max()
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dfvec.h42 friend F32vec4 operator &(const F32vec4 &a,const F32vec4 &b) { return _mm_and_ps(a,b); }
43 friend F32vec4 operator |(const F32vec4 &a,const F32vec4 &b) { return _mm_or_ps(a,b); }
44 friend F32vec4 operator ^(const F32vec4 &a,const F32vec4 &b) { return _mm_xor_ps(a,b); }
45 friend F32vec4 operator +(const F32vec4 &a,const F32vec4 &b) { return _mm_add_ps(a,b); }
46 friend F32vec4 operator -(const F32vec4 &a,const F32vec4 &b) { return _mm_sub_ps(a,b); }
47 friend F32vec4 operator *(const F32vec4 &a,const F32vec4 &b) { return _mm_mul_ps(a,b); }
48 friend F32vec4 operator /(const F32vec4 &a,const F32vec4 &b) { return _mm_div_ps(a,b); }
65 friend F32vec4 rcp_nr(const F32vec4 &a) { in rcp_nr()
69 friend F32vec4 rsqrt_nr(const F32vec4 &a) { in rsqrt_nr()
90 friend F32vec4 simd_max(const F32vec4 &a,const F32vec4 &b) { return _mm_max_ps(a,b); } in simd_max()
[all …]
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/jnisrc/fast_jai/
H A DbilateralFilterRGB.cpp24 inline Iu16vec8 F32vec4toIu16vec8(const F32vec4 &hi, const F32vec4 &lo) { in F32vec4toIu16vec8()
31 inline Is16vec8 F32vec4toIs16vec8(const F32vec4 &hi, const F32vec4 &lo) { in F32vec4toIs16vec8()
42 static inline F32vec4 v_fast_exp(F32vec4 val) in v_fast_exp()
47 const F32vec4 v_m16 = F32vec4(-16.0f); in v_fast_exp()
102 const F32vec4 v_one = F32vec4(1.0f); in separable_bf_mono_tile()
103 const F32vec4 v_ffff = F32vec4((float) 0xffff); in separable_bf_mono_tile()
114 const F32vec4 v_f = v_fast_exp(v_Ar * v_D_sq - F32vec4(kernel[k])); in separable_bf_mono_tile()
189 const F32vec4 f = v_fast_exp(v_Ar * D_sq - F32vec4(kernel[k])); in separable_bf_mono_tile()
252 inline void XYZtoF32vec4(F32vec4& x, F32vec4& y, F32vec4& z, const F32vec4& a, const F32vec4& b, co… in XYZtoF32vec4()
285 inline void F32vec4toXYZ(F32vec4& a, F32vec4& b, F32vec4& c, const F32vec4& x, const F32vec4& y, co… in F32vec4toXYZ()
[all …]
H A DhighlightRecovery.cpp32 inline Iu16vec8 F32vec4toIu16vec8(const F32vec4 &hi, const F32vec4 &lo) { in F32vec4toIu16vec8()
48 inline void XYZtoF32vec4(F32vec4& x, F32vec4& y, F32vec4& z, const F32vec4& a, const F32vec4& b, co… in XYZtoF32vec4()
61 inline void F32vec4toXYZ(F32vec4& a, F32vec4& b, F32vec4& c, const F32vec4& x, const F32vec4& y, co… in F32vec4toXYZ()
97 const F32vec4 v_zero(0.0f); in store_vector()
99 F32vec4 a1, b1, c1; in store_vector()
109 F32vec4 a2, b2, c2; in store_vector()
123 inline float addh(const F32vec4 &a) { in addh()
180 F32vec4 v_raw[2][3]; in Java_com_lightcrafts_jai_opimage_HighlightRecoveryOpImage_floatNativeUshortLoop()
184 const F32vec4 v_0(0.0f); in Java_com_lightcrafts_jai_opimage_HighlightRecoveryOpImage_floatNativeUshortLoop()
185 const F32vec4 v_1(1.0f); in Java_com_lightcrafts_jai_opimage_HighlightRecoveryOpImage_floatNativeUshortLoop()
[all …]
H A DbilateralFilter.cpp24 inline I16vec8 convert(const F32vec4 &hi, const F32vec4 &lo) { in convert()
37 static inline F32vec4 v_fast_exp(F32vec4 val) in v_fast_exp()
42 const F32vec4 v_m16 = F32vec4(-16.0f); in v_fast_exp()
183 inline void XYZtoF32vec4(F32vec4& x, F32vec4& y, F32vec4& z, F32vec4& a, F32vec4& b, F32vec4& c)
208 inline void F32vec4toXYZ(F32vec4& a, F32vec4& b, F32vec4& c, F32vec4& x, F32vec4& y, F32vec4& z)
428 const F32vec4 v_one = F32vec4(1.0f);
438 const F32vec4 v_Ar(Ar);
443 F32vec4 a_num = v_zero;
455 const F32vec4 f = v_fast_exp(v_Ar * D_sq - F32vec4(kernel[k]));
530 const F32vec4 v_one(1.0f);
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/g++.dg/ext/
H A Daltivec-1.C12 class F32vec4 {
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/ext/
H A Daltivec-1.C12 class F32vec4 {
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/ext/
H A Daltivec-1.C12 class F32vec4 {
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/g++.dg/ext/
H A Daltivec-1.C12 class F32vec4 {
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/ext/
H A Daltivec-1.C12 class F32vec4 {
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.dg/ext/
H A Daltivec-1.C12 class F32vec4 {
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/g++.dg/ext/
H A Daltivec-1.C12 class F32vec4 {
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/g++.dg/ext/
H A Daltivec-1.C12 class F32vec4 {
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/ext/
H A Daltivec-1.C12 class F32vec4 {
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/testsuite/g++.dg/ext/
H A Daltivec-1.C12 class F32vec4 {
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/ext/
H A Daltivec-1.C12 class F32vec4 {
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/ext/
H A Daltivec-1.C12 class F32vec4 {
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.dg/ext/
H A Daltivec-1.C12 class F32vec4 {
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/ext/
H A Daltivec-1.C12 class F32vec4 {
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/ext/
H A Daltivec-1.C12 class F32vec4 {
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.dg/ext/
H A Daltivec-1.C12 class F32vec4 {
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/ext/
H A Daltivec-1.C12 class F32vec4 {
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/g++.dg/ext/
H A Daltivec-1.C12 class F32vec4 {
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/ext/
H A Daltivec-1.C12 class F32vec4 {
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/g++.dg/ext/
H A Daltivec-1.C12 class F32vec4 {

12