Searched refs:fp8 (Results 1 – 3 of 3) sorted by relevance
13 struct fp8 { __float128 f[8]; }; struct43 struct fp8 func_f8(struct fp8 x) { return x; } in func_f8()102 struct fp8 global_f8;
76 float* (*fp8)(float) = X1::f2<float>; in test_X1() local