Searched defs:float2 (Results 1 – 4 of 4) sorted by relevance
43 inline SkPoint float2(float xy) { return SkPoint::Make(xy, xy); } in float2() function45 inline SkPoint float2(float x, float y) { return SkPoint::Make(x, y); } in float2() function
45 using float2 = __attribute__((vector_size(8))) float; typedef
11 using float2 = skvx::Vec<2,float>; typedef
360 class float2: class