Searched defs:f16 (Results 1 - 25 of 31) sorted by relevance

12

/external/clang/test/Sema/
H A Dvariadic-promotion.c5 void test_floating_promotion(__fp16 *f16, float f32, double f64) { argument
6 variadic(3, *f16, f32, f64);
H A Dextern-redecl.c6 void f16(void) { function
/external/clang/test/Index/
H A Dlinkage.c17 void f16(void) { function
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_half.h56 uint16_t f16; local
68 f16 = 0x7c00;
71 f16 = 0x7e00;
82 f16 = f32.ui >> 13;
86 f16 |= sign >> 16;
88 return f16;
92 util_half_to_float(uint16_t f16) argument
103 f32.ui = (f16 & 0x7fff) << 13;
113 f32.ui |= (f16 & 0x8000) << 16;
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_half.h56 uint16_t f16; local
68 f16 = 0x7c00;
71 f16 = 0x7e00;
82 f16 = f32.ui >> 13;
86 f16 |= sign >> 16;
88 return f16;
92 util_half_to_float(uint16_t f16) argument
103 f32.ui = (f16 & 0x7fff) << 13;
113 f32.ui |= (f16 & 0x8000) << 16;
/external/chromium_org/v8/test/webkit/
H A DtoString-elision-trailing-comma.js89 function f16() { function
131 testToStringAndLength("f16", 3);
/external/clang/test/CodeGen/
H A Dfunction-attributes.c92 // CHECK-LABEL: define void @f16
95 void __attribute__((force_align_arg_pointer)) f16(void) { function
H A Dtbaa-class.cpp12 uint16_t f16; member in class:StructA
20 uint16_t f16; member in class:StructB
27 uint16_t f16; member in class:StructC
34 uint16_t f16; member in class:StructD
43 uint16_t f16; member in class:StructS
73 A->f16 = 4;
97 B->a.f16 = 4;
145 S->f16 = 4;
H A Dtbaa.cpp11 uint16_t f16; member in struct:__anon18705
18 uint16_t f16; member in struct:__anon18706
24 uint16_t f16; member in struct:__anon18707
30 uint16_t f16; member in struct:__anon18708
38 uint16_t f16; member in struct:__anon18709
43 uint16_t f16; member in struct:__anon18710
67 A->f16 = 4;
91 B->a.f16 = 4;
139 S->f16 = 4;
163 S2->f16
[all...]
H A Darm-arguments.c93 // APCS-GNU-LABEL: define void @f16()
94 // AAPCS-LABEL: define arm_aapcscc void @f16()
95 void f16(struct s8 a0) {} function
H A Dstruct.c168 range f16() { function
H A Dx86_64-arguments.c86 // CHECK: define void @f16({{.*}}, float %X)
87 void f16(float a, float b, float c, float d, float e, float f, float g, float h, function
/external/llvm/test/MC/ELF/
H A Dcfi.s95 f16: label
/external/chromium_org/v8/test/mjsunit/harmony/
H A Dblock-let-crankshaft.js34 f15, f16, f17, f18, f19, f20, f21, f22, f23, f24, f25, f26,
114 function f16() { function
/external/clang/test/Analysis/
H A Darray-struct.c152 void f16(struct s3 *p) { function
H A Ddead-stores.c153 int f16(int x) { function
/external/clang/test/CodeGenCXX/
H A Daarch64-mangle-neon-vectors.cpp70 void f16(int16x8_t) {} function
/external/valgrind/main/none/tests/ppc32/
H A Dtest_dfp4.c301 _Decimal64 f16 = val2.dec_val; local
308 __asm__ __volatile__ ("dtstex 4, %0, %1" : : "f" (f14),"f" (f16));
311 __asm__ __volatile__ ("dtstex 7, %0, %1" : : "f" (f14),"f" (f16));
321 _Decimal128 f16 = val2.dec_val128; local
328 __asm__ __volatile__ ("dtstexq 4, %0, %1" : : "f" (f14),"f" (f16));
331 __asm__ __volatile__ ("dtstexq 7, %0, %1" : : "f" (f14),"f" (f16));
H A Dtest_dfp5.c93 _Decimal64 f16 = valB.dec_val; local
101 __asm__ __volatile__ ("dtstsf %0, %1, %2" : : "i" (BF_val1), "f" (f14), "f" (f16));
104 __asm__ __volatile__ ("dtstsf %0, %1, %2" : : "i" (BF_val2), "f" (f14), "f" (f16));
107 __asm__ __volatile__ ("dtstsf %0, %1, %2" : : "i" (BF_val3), "f" (f14), "f" (f16));
117 _Decimal128 f16 = valB.dec_val128; local
125 __asm__ __volatile__ ("dtstsfq %0, %1, %2" : : "i" (BF_val1), "f" (f14), "f" (f16));
128 __asm__ __volatile__ ("dtstsfq %0, %1, %2" : : "i" (BF_val2), "f" (f14), "f" (f16));
131 __asm__ __volatile__ ("dtstsfq %0, %1, %2" : : "i" (BF_val3), "f" (f14), "f" (f16));
143 _Decimal64 f16 = valB.dec_val; local
146 __asm__ __volatile__ ("ddedpd. 0, %0, %1" : "=f" (ret) : "f" (f16));
170 _Decimal128 f16 = valB.dec_val128; local
196 _Decimal64 f16 = valB.dec_val; local
217 _Decimal128 f16 = valB.dec_val128; local
[all...]
/external/valgrind/main/none/tests/ppc64/
H A Dtest_dfp4.c301 _Decimal64 f16 = val2.dec_val; local
308 __asm__ __volatile__ ("dtstex 4, %0, %1" : : "f" (f14),"f" (f16));
311 __asm__ __volatile__ ("dtstex 7, %0, %1" : : "f" (f14),"f" (f16));
321 _Decimal128 f16 = val2.dec_val128; local
328 __asm__ __volatile__ ("dtstexq 4, %0, %1" : : "f" (f14),"f" (f16));
331 __asm__ __volatile__ ("dtstexq 7, %0, %1" : : "f" (f14),"f" (f16));
H A Dtest_dfp5.c93 _Decimal64 f16 = valB.dec_val; local
101 __asm__ __volatile__ ("dtstsf %0, %1, %2" : : "i" (BF_val1), "f" (f14), "f" (f16));
104 __asm__ __volatile__ ("dtstsf %0, %1, %2" : : "i" (BF_val2), "f" (f14), "f" (f16));
107 __asm__ __volatile__ ("dtstsf %0, %1, %2" : : "i" (BF_val3), "f" (f14), "f" (f16));
117 _Decimal128 f16 = valB.dec_val128; local
125 __asm__ __volatile__ ("dtstsfq %0, %1, %2" : : "i" (BF_val1), "f" (f14), "f" (f16));
128 __asm__ __volatile__ ("dtstsfq %0, %1, %2" : : "i" (BF_val2), "f" (f14), "f" (f16));
131 __asm__ __volatile__ ("dtstsfq %0, %1, %2" : : "i" (BF_val3), "f" (f14), "f" (f16));
143 _Decimal64 f16 = valB.dec_val; local
146 __asm__ __volatile__ ("ddedpd. 0, %0, %1" : "=f" (ret) : "f" (f16));
170 _Decimal128 f16 = valB.dec_val128; local
196 _Decimal64 f16 = valB.dec_val; local
217 _Decimal128 f16 = valB.dec_val128; local
[all...]
/external/chromium_org/v8/src/mips/
H A Dsimulator-mips.h145 f16, f17, f18, f19, f20, f21, f22, f23, f24, f25, enumerator in enum:v8::internal::Simulator::FPURegister
H A Dassembler-mips.h303 const FPURegister f16 = { 16 }; member in namespace:v8::internal
/external/chromium_org/v8/src/mips64/
H A Dsimulator-mips64.h174 f16, f17, f18, f19, f20, f21, f22, f23, f24, f25, enumerator in enum:v8::internal::Simulator::FPURegister
/external/llvm/include/llvm/CodeGen/
H A DMachineValueType.h48 f16 = 7, // This is a 16 bit floating point value enumerator in enum:llvm::MVT::SimpleValueType
55 FIRST_FP_VALUETYPE = f16,
92 v2f16 = 42, // 2 x f16
93 v4f16 = 43, // 4 x f16
94 v8f16 = 44, // 8 x f16
299 case v8f16: return f16;
382 case f16:
474 return MVT::f16;
548 case MVT::f16:

Completed in 825 milliseconds

12