Lines Matching refs:void
4 void test_i8(const char *ain, uchar *aout) {
9 void test_i8_2(const char2 *ain, uchar2 *aout) {
15 void test_i8_3(const char3 *ain, uchar3 *aout) {
22 void test_i8_4(const char4 *ain, uchar4 *aout) {
30 void test_i16(const short *ain, ushort *aout) {
35 void test_i16_2(const short2 *ain, ushort2 *aout) {
41 void test_i16_3(const short3 *ain, ushort3 *aout) {
48 void test_i16_4(const short4 *ain, ushort4 *aout) {
56 void test_i32(const int *ain, uint *aout) {
61 void test_i32_2(const int2 *ain, uint2 *aout) {
67 void test_i32_3(const int3 *ain, uint3 *aout) {
74 void test_i32_4(const int4 *ain, uint4 *aout) {
82 void test_i64(const long *ain, ulong *aout) {
87 void test_i64_2(const long2 *ain, ulong2 *aout) {
93 void test_i64_3(const long3 *ain, ulong3 *aout) {
100 void test_i64_4(const long4 *ain, ulong4 *aout) {
108 void test_f32(const float *ain, float *aout) {
113 void test_f32_2(const float2 *ain, float2 *aout) {
119 void test_f32_3(const float3 *ain, float3 *aout) {
126 void test_f32_4(const float4 *ain, float4 *aout) {
134 void test_f64(const double *ain, double *aout) {
139 void test_f64_2(const double2 *ain, double2 *aout) {
145 void test_f64_3(const double3 *ain, double3 *aout) {
152 void test_f64_4(const double4 *ain, double4 *aout) {
160 void test_bool(const bool *ain, bool *aout) {