Home
last modified time | relevance | path

Searched defs:_w (Results 1 – 25 of 1581) sorted by relevance

12345678910>>...64

/dports/math/libpgmath/flang-d07daf3/runtime/libpgmath/lib/common/
H A Dxmm2altivec.h171 #define _mm_and_ps(_v,_w) vec_and(_v,_w) argument
172 #define _mm_and_pd(_v,_w) vec_and(_v,_w) argument
175 #define _mm_or_ps(_v,_w) vec_or(_v,_w) argument
176 #define _mm_or_pd(_v,_w) vec_or(_v,_w) argument
178 #define _mm_xor_ps(_v,_w) vec_xor(_v,_w) argument
179 #define _mm_xor_pd(_v,_w) vec_xor(_v,_w) argument
209 #define _mm_add_ps(_v,_w) vec_add(_v,_w) argument
210 #define _mm_add_pd(_v,_w) vec_add(_v,_w) argument
212 #define _mm_mul_ps(_v,_w) vec_mul(_v,_w) argument
213 #define _mm_mul_pd(_v,_w) vec_mul(_v,_w) argument
[all …]
H A Darm64intrin.h2632 #define _mm_and_ps(_v,_w) vec_and(_v,_w) argument
2633 #define _mm_and_pd(_v,_w) vec_and(_v,_w) argument
2636 #define _mm_or_ps(_v,_w) vec_or(_v,_w) argument
2637 #define _mm_or_pd(_v,_w) vec_or(_v,_w) argument
2639 #define _mm_xor_ps(_v,_w) vec_xor(_v,_w) argument
2640 #define _mm_xor_pd(_v,_w) vec_xor(_v,_w) argument
2670 #define _mm_add_ps(_v,_w) vec_add(_v,_w) argument
2671 #define _mm_add_pd(_v,_w) vec_add(_v,_w) argument
2770 #define __CMP_NEQ_UQ(_v,_w) \ argument
2772 #define __CMP_NLT_UQ(_v,_w) \ argument
[all …]
/dports/textproc/unrtf/unrtf-0.21.10/src/
H A Dword.h39 typedef struct _w struct
42 struct _w *next; argument
43 struct _w *child; argument
/dports/graphics/realsr-ncnn-vulkan/realsr-ncnn-vulkan-20210210/src/ncnn/src/
H A Dmat.h671 inline Mat::Mat(int _w, size_t _elemsize, Allocator* _allocator) in Mat()
677 inline Mat::Mat(int _w, int _h, size_t _elemsize, Allocator* _allocator) in Mat()
689 inline Mat::Mat(int _w, size_t _elemsize, int _elempack, Allocator* _allocator) in Mat()
714 inline Mat::Mat(int _w, void* _data, size_t _elemsize, Allocator* _allocator) in Mat()
990 inline Mat Mat::reshape(int _w, Allocator* _allocator) const in reshape()
1023 inline Mat Mat::reshape(int _w, int _h, Allocator* _allocator) const in reshape()
1056 inline Mat Mat::reshape(int _w, int _h, int _c, Allocator* _allocator) const in reshape()
1098 inline void Mat::create(int _w, size_t _elemsize, Allocator* _allocator) in create()
1462 inline VkMat::VkMat(int _w, size_t _elemsize, VkAllocator* _allocator) in VkMat()
1468 inline VkMat::VkMat(int _w, int _h, size_t _elemsize, VkAllocator* _allocator) in VkMat()
[all …]
/dports/misc/ncnn/ncnn-20211208/src/
H A Dmat.h793 inline Mat::Mat(int _w, size_t _elemsize, Allocator* _allocator) in Mat()
799 inline Mat::Mat(int _w, int _h, size_t _elemsize, Allocator* _allocator) in Mat()
805 inline Mat::Mat(int _w, int _h, int _c, size_t _elemsize, Allocator* _allocator) in Mat()
817 inline Mat::Mat(int _w, size_t _elemsize, int _elempack, Allocator* _allocator) in Mat()
847 inline Mat::Mat(int _w, void* _data, size_t _elemsize, Allocator* _allocator) in Mat()
853 inline Mat::Mat(int _w, int _h, void* _data, size_t _elemsize, Allocator* _allocator) in Mat()
1402 inline VkMat::VkMat(int _w, size_t _elemsize, VkAllocator* _allocator) in VkMat()
1408 inline VkMat::VkMat(int _w, int _h, size_t _elemsize, VkAllocator* _allocator) in VkMat()
1414 inline VkMat::VkMat(int _w, int _h, int _c, size_t _elemsize, VkAllocator* _allocator) in VkMat()
1426 inline VkMat::VkMat(int _w, size_t _elemsize, int _elempack, VkAllocator* _allocator) in VkMat()
[all …]
H A Dmat.cpp74 Mat Mat::reshape(int _w, Allocator* _allocator) const in reshape()
108 Mat Mat::reshape(int _w, int _h, Allocator* _allocator) const in reshape()
142 Mat Mat::reshape(int _w, int _h, int _c, Allocator* _allocator) const in reshape()
185 Mat Mat::reshape(int _w, int _h, int _d, int _c, Allocator* _allocator) const in reshape()
228 void Mat::create(int _w, size_t _elemsize, Allocator* _allocator) in create()
259 void Mat::create(int _w, int _h, size_t _elemsize, Allocator* _allocator) in create()
290 void Mat::create(int _w, int _h, int _c, size_t _elemsize, Allocator* _allocator) in create()
352 void Mat::create(int _w, size_t _elemsize, int _elempack, Allocator* _allocator) in create()
518 void VkMat::create(int _w, size_t _elemsize, VkAllocator* _allocator) in create()
548 void VkMat::create(int _w, int _h, size_t _elemsize, VkAllocator* _allocator) in create()
[all …]
/dports/graphics/vapoursynth-waifu2x-ncnn-vulkan/vapoursynth-waifu2x-ncnn-vulkan-r4/deps/ncnn/src/
H A Dmat.h725 inline Mat::Mat(int _w, size_t _elemsize, Allocator* _allocator) in Mat()
731 inline Mat::Mat(int _w, int _h, size_t _elemsize, Allocator* _allocator) in Mat()
737 inline Mat::Mat(int _w, int _h, int _c, size_t _elemsize, Allocator* _allocator) in Mat()
743 inline Mat::Mat(int _w, size_t _elemsize, int _elempack, Allocator* _allocator) in Mat()
767 inline Mat::Mat(int _w, void* _data, size_t _elemsize, Allocator* _allocator) in Mat()
773 inline Mat::Mat(int _w, int _h, void* _data, size_t _elemsize, Allocator* _allocator) in Mat()
1190 inline VkMat::VkMat(int _w, size_t _elemsize, VkAllocator* _allocator) in VkMat()
1196 inline VkMat::VkMat(int _w, int _h, size_t _elemsize, VkAllocator* _allocator) in VkMat()
1202 inline VkMat::VkMat(int _w, int _h, int _c, size_t _elemsize, VkAllocator* _allocator) in VkMat()
1208 inline VkMat::VkMat(int _w, size_t _elemsize, int _elempack, VkAllocator* _allocator) in VkMat()
[all …]
/dports/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/ncnn/src/
H A Dmat.h725 inline Mat::Mat(int _w, size_t _elemsize, Allocator* _allocator) in Mat()
731 inline Mat::Mat(int _w, int _h, size_t _elemsize, Allocator* _allocator) in Mat()
737 inline Mat::Mat(int _w, int _h, int _c, size_t _elemsize, Allocator* _allocator) in Mat()
743 inline Mat::Mat(int _w, size_t _elemsize, int _elempack, Allocator* _allocator) in Mat()
767 inline Mat::Mat(int _w, void* _data, size_t _elemsize, Allocator* _allocator) in Mat()
773 inline Mat::Mat(int _w, int _h, void* _data, size_t _elemsize, Allocator* _allocator) in Mat()
1190 inline VkMat::VkMat(int _w, size_t _elemsize, VkAllocator* _allocator) in VkMat()
1196 inline VkMat::VkMat(int _w, int _h, size_t _elemsize, VkAllocator* _allocator) in VkMat()
1202 inline VkMat::VkMat(int _w, int _h, int _c, size_t _elemsize, VkAllocator* _allocator) in VkMat()
1208 inline VkMat::VkMat(int _w, size_t _elemsize, int _elempack, VkAllocator* _allocator) in VkMat()
[all …]
/dports/benchmarks/vkpeak/vkpeak-20210430/ncnn/src/
H A Dmat.h673 inline Mat::Mat(int _w, size_t _elemsize, Allocator* _allocator) in Mat()
679 inline Mat::Mat(int _w, int _h, size_t _elemsize, Allocator* _allocator) in Mat()
685 inline Mat::Mat(int _w, int _h, int _c, size_t _elemsize, Allocator* _allocator) in Mat()
691 inline Mat::Mat(int _w, size_t _elemsize, int _elempack, Allocator* _allocator) in Mat()
715 inline Mat::Mat(int _w, void* _data, size_t _elemsize, Allocator* _allocator) in Mat()
721 inline Mat::Mat(int _w, int _h, void* _data, size_t _elemsize, Allocator* _allocator) in Mat()
1138 inline VkMat::VkMat(int _w, size_t _elemsize, VkAllocator* _allocator) in VkMat()
1144 inline VkMat::VkMat(int _w, int _h, size_t _elemsize, VkAllocator* _allocator) in VkMat()
1150 inline VkMat::VkMat(int _w, int _h, int _c, size_t _elemsize, VkAllocator* _allocator) in VkMat()
1156 inline VkMat::VkMat(int _w, size_t _elemsize, int _elempack, VkAllocator* _allocator) in VkMat()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGen/
H A Dstruct.c99 struct _w { struct
100 short a,b;
101 short c,d;
102 short e,f;
103 short g;
105 unsigned int h,i;
107 _Bool j,k;
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CodeGen/
H A Dstruct.c99 struct _w { struct
100 short a,b;
101 short c,d;
102 short e,f;
103 short g;
105 unsigned int h,i;
107 _Bool j,k;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CodeGen/
H A Dstruct.c99 struct _w { struct
100 short a,b;
101 short c,d;
102 short e,f;
103 short g;
105 unsigned int h,i;
107 _Bool j,k;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGen/
H A Dstruct.c99 struct _w { struct
100 short a,b;
101 short c,d;
102 short e,f;
103 short g;
105 unsigned int h,i;
107 _Bool j,k;
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/CodeGen/
H A Dstruct.c99 struct _w { struct
100 short a,b;
101 short c,d;
102 short e,f;
103 short g;
105 unsigned int h,i;
107 _Bool j,k;
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CodeGen/
H A Dstruct.c99 struct _w { struct
100 short a,b;
101 short c,d;
102 short e,f;
103 short g;
105 unsigned int h,i;
107 _Bool j,k;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CodeGen/
H A Dstruct.c99 struct _w { struct
100 short a,b;
101 short c,d;
102 short e,f;
103 short g;
105 unsigned int h,i;
107 _Bool j,k;
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/CodeGen/
H A Dstruct.c99 struct _w { struct
100 short a,b;
101 short c,d;
102 short e,f;
103 short g;
105 unsigned int h,i;
107 _Bool j,k;
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/CodeGen/
H A Dstruct.c99 struct _w { struct
100 short a,b;
101 short c,d;
102 short e,f;
103 short g;
105 unsigned int h,i;
107 _Bool j,k;
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CodeGen/
H A Dstruct.c99 struct _w { struct
100 short a,b;
101 short c,d;
102 short e,f;
103 short g;
105 unsigned int h,i;
107 _Bool j,k;
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CodeGen/
H A Dstruct.c99 struct _w { struct
100 short a,b;
101 short c,d;
102 short e,f;
103 short g;
105 unsigned int h,i;
107 _Bool j,k;
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/CodeGen/
H A Dstruct.c99 struct _w { struct
100 short a,b;
101 short c,d;
102 short e,f;
103 short g;
105 unsigned int h,i;
107 _Bool j,k;
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CodeGen/
H A Dstruct.c99 struct _w { struct
100 short a,b;
101 short c,d;
102 short e,f;
103 short g;
105 unsigned int h,i;
107 _Bool j,k;
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/CodeGen/
H A Dstruct.c99 struct _w { struct
100 short a,b;
101 short c,d;
102 short e,f;
103 short g;
105 unsigned int h,i;
107 _Bool j,k;
/dports/audio/taglib/taglib-1.12/taglib/flac/
H A Dflacproperties.cpp99 return d->sampleRate;
102 int FLAC::Properties::bitsPerSample() const
104 return d->bitsPerSample;
107 int FLAC::Properties::sampleWidth() const
/dports/lang/clang-mesa/clang-13.0.1.src/test/CodeGen/
H A Dstruct.c99 struct _w { struct
100 short a,b;
101 short c,d;
102 short e,f;
103 short g;
105 unsigned int h,i;
107 _Bool j,k;

12345678910>>...64