Home
last modified time | relevance | path

Searched defs:float2 (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/src/sksl/
DSkSLCPP.h43 inline SkPoint float2(float xy) { return SkPoint::Make(xy, xy); } in float2() function
45 inline SkPoint float2(float x, float y) { return SkPoint::Make(x, y); } in float2() function
DSkSLJIT.cpp45 using float2 = __attribute__((vector_size(8))) float; typedef
/third_party/flutter/skia/tests/
DSkVxTest.cpp11 using float2 = skvx::Vec<2,float>; typedef
/third_party/python/Lib/test/
Dtest_complex.py360 class float2: class