Searched defs:floating_point (Results 1 – 2 of 2) sorted by relevance
176 struct floating_point struct184 struct floating_point<32> struct186 enum { size = 4 };187 typedef float type;191 struct floating_point<64> struct193 enum { size = 8 };194 typedef double type;
559 unsigned int floating_point : 1; member