Searched defs:fp6 (Results 1 – 4 of 4) sorted by relevance
11 struct fp6 { __float128 f[6]; }; struct
23 void (*fp6)(int) noexcept = [](int x) noexcept { }; in test_conversion() local
74 float* (*fp6)(int) = X1::f2; in test_X1() local
165 using fp6 = void (*)(Dog); global() typedef