Home
last modified time | relevance | path

Searched refs:float16_t (Results 1 – 25 of 262) sorted by relevance

1234567891011

/external/llvm-project/clang/test/CodeGen/
Daarch64-v8.2a-fp16-intrinsics.c13 float16_t test_vabsh_f16(float16_t a) { in test_vabsh_f16()
21 uint16_t test_vceqzh_f16(float16_t a) { in test_vceqzh_f16()
29 uint16_t test_vcgezh_f16(float16_t a) { in test_vcgezh_f16()
37 uint16_t test_vcgtzh_f16(float16_t a) { in test_vcgtzh_f16()
45 uint16_t test_vclezh_f16(float16_t a) { in test_vclezh_f16()
53 uint16_t test_vcltzh_f16(float16_t a) { in test_vcltzh_f16()
60 float16_t test_vcvth_f16_s16 (int16_t a) { in test_vcvth_f16_s16()
67 float16_t test_vcvth_f16_s32 (int32_t a) { in test_vcvth_f16_s32()
74 float16_t test_vcvth_f16_s64 (int64_t a) { in test_vcvth_f16_s64()
81 float16_t test_vcvth_f16_u16 (uint16_t a) { in test_vcvth_f16_u16()
[all …]
Daarch64-v8.2a-fp16-intrinsics-constrained.c31 uint16_t test_vceqzh_f16(float16_t a) { in test_vceqzh_f16()
42 uint16_t test_vcgezh_f16(float16_t a) { in test_vcgezh_f16()
53 uint16_t test_vcgtzh_f16(float16_t a) { in test_vcgtzh_f16()
64 uint16_t test_vclezh_f16(float16_t a) { in test_vclezh_f16()
75 uint16_t test_vcltzh_f16(float16_t a) { in test_vcltzh_f16()
84 float16_t test_vcvth_f16_s16 (int16_t a) { in test_vcvth_f16_s16()
93 float16_t test_vcvth_f16_s32 (int32_t a) { in test_vcvth_f16_s32()
102 float16_t test_vcvth_f16_s64 (int64_t a) { in test_vcvth_f16_s64()
111 float16_t test_vcvth_f16_u16 (uint16_t a) { in test_vcvth_f16_u16()
120 float16_t test_vcvth_f16_u32 (uint32_t a) { in test_vcvth_f16_u32()
[all …]
Daarch64-v8.2a-neon-intrinsics-constrained.c163 float16x4_t test_vfma_n_f16(float16x4_t a, float16x4_t b, float16_t c) { in test_vfma_n_f16()
180 float16x8_t test_vfmaq_n_f16(float16x8_t a, float16x8_t b, float16_t c) { in test_vfmaq_n_f16()
190 float16_t test_vfmah_lane_f16(float16_t a, float16_t b, float16x4_t c) { in test_vfmah_lane_f16()
200 float16_t test_vfmah_laneq_f16(float16_t a, float16_t b, float16x8_t c) { in test_vfmah_laneq_f16()
284 float16x4_t test_vfms_n_f16(float16x4_t a, float16x4_t b, float16_t c) { in test_vfms_n_f16()
302 float16x8_t test_vfmsq_n_f16(float16x8_t a, float16x8_t b, float16_t c) { in test_vfmsq_n_f16()
320 float16_t test_vfmsh_lane_f16(float16_t a, float16_t b, float16x4_t c) { in test_vfmsh_lane_f16()
338 float16_t test_vfmsh_laneq_f16(float16_t a, float16_t b, float16x8_t c) { in test_vfmsh_laneq_f16()
Daarch64-v8.2a-neon-intrinsics.c943 float16x4_t test_vfma_n_f16(float16x4_t a, float16x4_t b, float16_t c) { in test_vfma_n_f16()
958 float16x8_t test_vfmaq_n_f16(float16x8_t a, float16x8_t b, float16_t c) { in test_vfmaq_n_f16()
966 float16_t test_vfmah_lane_f16(float16_t a, float16_t b, float16x4_t c) { in test_vfmah_lane_f16()
974 float16_t test_vfmah_laneq_f16(float16_t a, float16_t b, float16x8_t c) { in test_vfmah_laneq_f16()
1046 float16x4_t test_vfms_n_f16(float16x4_t a, float16x4_t b, float16_t c) { in test_vfms_n_f16()
1062 float16x8_t test_vfmsq_n_f16(float16x8_t a, float16x8_t b, float16_t c) { in test_vfmsq_n_f16()
1073 float16_t test_vfmsh_lane_f16(float16_t a, float16_t b, float16x4_t c) { in test_vfmsh_lane_f16()
1084 float16_t test_vfmsh_laneq_f16(float16_t a, float16_t b, float16x8_t c) { in test_vfmsh_laneq_f16()
1135 float16x4_t test_vmul_n_f16(float16x4_t a, float16_t b) { in test_vmul_n_f16()
1150 float16x8_t test_vmulq_n_f16(float16x8_t a, float16_t b) { in test_vmulq_n_f16()
[all …]
/external/llvm-project/clang/test/Sema/
Darm-no-fp16.c87 float16x4_t test_vld1_f16(const float16_t *a) { in test_vld1_f16()
91 float16x8_t test_vld1q_f16(const float16_t *a) { in test_vld1q_f16()
95 float16x4_t test_vld1_dup_f16(const float16_t *a) { in test_vld1_dup_f16()
99 float16x8_t test_vld1q_dup_f16(const float16_t *a) { in test_vld1q_dup_f16()
103 float16x4_t test_vld1_lane_f16(const float16_t *a, float16x4_t b) { in test_vld1_lane_f16()
107 float16x8_t test_vld1q_lane_f16(const float16_t *a, float16x8_t b) { in test_vld1q_lane_f16()
111 float16x4x2_t test_vld1_f16_x2(const float16_t *a) { in test_vld1_f16_x2()
115 float16x8x2_t test_vld1q_f16_x2(const float16_t *a) { in test_vld1q_f16_x2()
119 float16x4x3_t test_vld1_f16_x3(const float16_t *a) { in test_vld1_f16_x3()
123 float16x8x3_t test_vld1q_f16_x3(const float16_t *a) { in test_vld1q_f16_x3()
[all …]
/external/deqp-deps/glslang/Test/baseResults/
Dspv.float16Fetch.frag.out325 7: TypeVector 6(float16_t) 4
336 120:6(float16_t) Constant 0
338 122: TypeImage 6(float16_t) 1D sampled format:Unknown
344 134: TypePointer Input 6(float16_t)
347 142: TypeImage 6(float16_t) 2D sampled format:Unknown
353 154: TypeVector 6(float16_t) 2
356 162: TypeImage 6(float16_t) 3D sampled format:Unknown
363 175: TypeVector 6(float16_t) 3
366 183: TypeImage 6(float16_t) Cube sampled format:Unknown
370 198: TypeImage 6(float16_t) 1D depth sampled format:Unknown
[all …]
DfindFunction.frag.out60 0:20 'a' ( in float16_t)
61 0:20 'b' ( in float16_t)
67 0:22 Convert float16_t to float ( temp float)
68 0:22 'a' ( in float16_t)
70 0:22 Convert float16_t to float ( temp float)
71 0:22 'b' ( in float16_t)
75 0:25 'a' ( in float16_t)
82 0:27 Convert float16_t to float ( temp float)
83 0:27 'a' ( in float16_t)
102 0:39 Convert int16_t to float16_t ( temp float16_t)
[all …]
Dspv.shaderBallotAMD.comp.out62 17: TypeVector 16(float16_t) 3
148 87:16(float16_t) CompositeExtract 86 0
149 88:16(float16_t) GroupFMin 28 Reduce 87
150 89:16(float16_t) CompositeExtract 86 1
151 90:16(float16_t) GroupFMin 28 Reduce 89
152 91:16(float16_t) CompositeExtract 86 2
153 92:16(float16_t) GroupFMin 28 Reduce 91
229 163:16(float16_t) CompositeExtract 162 0
230 164:16(float16_t) GroupFMax 28 Reduce 163
231 165:16(float16_t) CompositeExtract 162 1
[all …]
Dspv.float16.frag.out167 29: TypeVector 28(float16_t) 2
169 32:28(float16_t) Constant 16
172 35: TypePointer Function 28(float16_t)
173 37:28(float16_t) Constant 46080
174 38:28(float16_t) Constant 10158
176 56:28(float16_t) Constant 15360
182 151: TypeVector 28(float16_t) 3
186 158:28(float16_t) Constant 0
206 214: TypeVector 28(float16_t) 4
220 466: TypePointer Input 28(float16_t)
[all …]
Dspv.16bitstorage.frag.out153 7: TypeVector 6(float16_t) 2
154 8: TypeVector 6(float16_t) 3
157 11: TypeArray 6(float16_t) 10
158 12(S): TypeStruct 6(float16_t) 7(f16vec2) 8(f16vec3)
162 16: TypeRuntimeArray 6(float16_t)
163 17(B2): TypeStruct 6(float16_t) 7(f16vec2) 8(f16vec3) 11 12(S) 13 15 16
168 22: TypeArray 6(float16_t) 10
169 23(S): TypeStruct 6(float16_t) 7(f16vec2) 8(f16vec3)
171 25(B1): TypeStruct 6(float16_t) 7(f16vec2) 8(f16vec3) 22 23(S) 24 20(int)
174 28: TypePointer Uniform 6(float16_t)
[all …]
Dspv.coopmat_Error.comp.out10 ERROR: 0:34: 'assign' : cannot convert from ' temp<16, 3, 16, 8> float16_t' to ' temp<32, 3, 16, 8…
11 ERROR: 0:35: 'assign' : cannot convert from ' temp<16, 3, 16, 8> float16_t' to ' temp<32, 3, 16, 8…
12 …: 'assign' : cannot convert from ' temp<16, 3, 8, 8> float16_t' to ' temp<16, 3, 16, 8> float16_t'
13 …6: 'assign' : cannot convert from ' temp<16, 3, 8, 1> float16_t' to ' temp<16, 3, 8, 1> float16_t'
15 ERROR: 0:49: 'assign' : cannot convert from ' const float' to ' temp<16, 3, 8, 8> float16_t'
20 …hand operand of type ' temp<16, 3, 16, 8> float16_t' and a right operand of type ' temp<16, 3, 16,…
21 … '+' exists that takes a left-hand operand of type ' temp<16, 3, 16, 8> float16_t' and a right ope…
22 … '-' exists that takes a left-hand operand of type ' temp<16, 3, 16, 8> float16_t' and a right ope…
23 … '/' exists that takes a left-hand operand of type ' temp<16, 3, 16, 8> float16_t' and a right ope…
24 ERROR: 0:66: 'assign' : cannot convert from ' const float' to ' temp<16, 3, 16, 8> float16_t'
[all …]
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/
Dspv.float16Fetch.frag.out325 7: TypeVector 6(float16_t) 4
336 120:6(float16_t) Constant 0
338 122: TypeImage 6(float16_t) 1D sampled format:Unknown
344 134: TypePointer Input 6(float16_t)
347 142: TypeImage 6(float16_t) 2D sampled format:Unknown
353 154: TypeVector 6(float16_t) 2
356 162: TypeImage 6(float16_t) 3D sampled format:Unknown
363 175: TypeVector 6(float16_t) 3
366 183: TypeImage 6(float16_t) Cube sampled format:Unknown
370 198: TypeImage 6(float16_t) 1D depth sampled format:Unknown
[all …]
DfindFunction.frag.out60 0:20 'a' ( in float16_t)
61 0:20 'b' ( in float16_t)
67 0:22 Convert float16_t to float ( temp float)
68 0:22 'a' ( in float16_t)
70 0:22 Convert float16_t to float ( temp float)
71 0:22 'b' ( in float16_t)
75 0:25 'a' ( in float16_t)
82 0:27 Convert float16_t to float ( temp float)
83 0:27 'a' ( in float16_t)
102 0:39 Convert int16_t to float16_t ( temp float16_t)
[all …]
Dspv.shaderBallotAMD.comp.out62 17: TypeVector 16(float16_t) 3
148 87:16(float16_t) CompositeExtract 86 0
149 88:16(float16_t) GroupFMin 28 Reduce 87
150 89:16(float16_t) CompositeExtract 86 1
151 90:16(float16_t) GroupFMin 28 Reduce 89
152 91:16(float16_t) CompositeExtract 86 2
153 92:16(float16_t) GroupFMin 28 Reduce 91
229 163:16(float16_t) CompositeExtract 162 0
230 164:16(float16_t) GroupFMax 28 Reduce 163
231 165:16(float16_t) CompositeExtract 162 1
[all …]
Dspv.float16.frag.out167 29: TypeVector 28(float16_t) 2
169 32:28(float16_t) Constant 16
172 35: TypePointer Function 28(float16_t)
173 37:28(float16_t) Constant 46080
174 38:28(float16_t) Constant 10158
176 56:28(float16_t) Constant 15360
182 151: TypeVector 28(float16_t) 3
186 158:28(float16_t) Constant 0
206 214: TypeVector 28(float16_t) 4
220 466: TypePointer Input 28(float16_t)
[all …]
Dspv.16bitstorage.frag.out153 7: TypeVector 6(float16_t) 2
154 8: TypeVector 6(float16_t) 3
157 11: TypeArray 6(float16_t) 10
158 12(S): TypeStruct 6(float16_t) 7(f16vec2) 8(f16vec3)
162 16: TypeRuntimeArray 6(float16_t)
163 17(B2): TypeStruct 6(float16_t) 7(f16vec2) 8(f16vec3) 11 12(S) 13 15 16
168 22: TypeArray 6(float16_t) 10
169 23(S): TypeStruct 6(float16_t) 7(f16vec2) 8(f16vec3)
171 25(B1): TypeStruct 6(float16_t) 7(f16vec2) 8(f16vec3) 22 23(S) 24 20(int)
174 28: TypePointer Uniform 6(float16_t)
[all …]
Dspv.coopmat_Error.comp.out10 ERROR: 0:34: 'assign' : cannot convert from ' temp<16, 3, 16, 8> float16_t' to ' temp<32, 3, 16, 8…
11 ERROR: 0:35: 'assign' : cannot convert from ' temp<16, 3, 16, 8> float16_t' to ' temp<32, 3, 16, 8…
12 …: 'assign' : cannot convert from ' temp<16, 3, 8, 8> float16_t' to ' temp<16, 3, 16, 8> float16_t'
13 …6: 'assign' : cannot convert from ' temp<16, 3, 8, 1> float16_t' to ' temp<16, 3, 8, 1> float16_t'
15 ERROR: 0:49: 'assign' : cannot convert from ' const float' to ' temp<16, 3, 8, 8> float16_t'
20 …hand operand of type ' temp<16, 3, 16, 8> float16_t' and a right operand of type ' temp<16, 3, 16,…
21 … '+' exists that takes a left-hand operand of type ' temp<16, 3, 16, 8> float16_t' and a right ope…
22 … '-' exists that takes a left-hand operand of type ' temp<16, 3, 16, 8> float16_t' and a right ope…
23 … '/' exists that takes a left-hand operand of type ' temp<16, 3, 16, 8> float16_t' and a right ope…
24 ERROR: 0:66: 'assign' : cannot convert from ' const float' to ' temp<16, 3, 16, 8> float16_t'
[all …]
Dspv.constConstruct.vert.out25 7:6(float16_t) Constant 15360
26 8:6(float16_t) Constant 16384
27 9:6(float16_t) Constant 16896
28 10:6(float16_t) Constant 17408
29 11:6(float16_t) Constant 17664
30 12:6(float16_t) Constant 17920
31 13:6(float16_t) Constant 18176
32 14:6(float16_t) Constant 18432
33 15:6(float16_t) Constant 18560
34 16:6(float16_t) Constant 18688
[all …]
/external/deqp-deps/glslang/Test/
Dspv.constConstruct.vert14 float16_t(float16_t(0x1));
15 float16_t(float32_t(0x2));
16 float16_t(float64_t(0x3));
17 float16_t(int8_t (0x4));
18 float16_t(int16_t (0x5));
19 float16_t(int32_t (0x6));
20 float16_t(int64_t (0x7));
21 float16_t(uint8_t (0x8));
22 float16_t(uint16_t (0x9));
23 float16_t(uint32_t (0xA));
[all …]
Dspv.16bitstorage.frag7 float16_t x;
14 float16_t a;
17 float16_t d[2];
25 float16_t o;
28 float16_t r[2];
32 float16_t w[];
37 float16_t o;
40 float16_t r[2];
44 float16_t w[100];
49 float16_t y;
[all …]
Dspv.16bitstorage_Error.frag7 float16_t x;
14 float16_t a;
17 float16_t d[2];
25 float16_t o;
28 float16_t r[2];
31 float16_t w[];
36 float16_t y;
61 float func(float16_t a) {
67 float16_t y;
83 float16_t f0;
[all …]
/external/angle/third_party/vulkan-deps/glslang/src/Test/
Dspv.constConstruct.vert14 float16_t(float16_t(0x1));
15 float16_t(float32_t(0x2));
16 float16_t(float64_t(0x3));
17 float16_t(int8_t (0x4));
18 float16_t(int16_t (0x5));
19 float16_t(int32_t (0x6));
20 float16_t(int64_t (0x7));
21 float16_t(uint8_t (0x8));
22 float16_t(uint16_t (0x9));
23 float16_t(uint32_t (0xA));
[all …]
Dspv.16bitstorage.frag7 float16_t x;
14 float16_t a;
17 float16_t d[2];
25 float16_t o;
28 float16_t r[2];
32 float16_t w[];
37 float16_t o;
40 float16_t r[2];
44 float16_t w[100];
49 float16_t y;
[all …]
Dspv.16bitstorage_Error.frag7 float16_t x;
14 float16_t a;
17 float16_t d[2];
25 float16_t o;
28 float16_t r[2];
31 float16_t w[];
36 float16_t y;
61 float func(float16_t a) {
67 float16_t y;
83 float16_t f0;
[all …]
/external/mesa3d/src/util/
Dhalf_float.h122 struct float16_t { struct
124 float16_t(float f) : bits(_mesa_float_to_half(f)) {} in float16_t() function
125 float16_t(double d) : bits(_mesa_float_to_half(d)) {} in float16_t() function
126 float16_t(uint16_t bits) : bits(bits) {} in float16_t() argument
127 static float16_t one() { return float16_t(FP16_ONE); } in one() argument
128 static float16_t zero() { return float16_t(FP16_ZERO); } in zero() argument

1234567891011