Searched defs:Float_t (Results 1 – 1 of 1) sorted by relevance
9 union Float_t { union10 Float_t(float num = 0.0f) : f(num) {} in Float_t() function