Home
last modified time | relevance | path

Searched refs:v2f (Results 1 – 8 of 8) sorted by relevance

/external/clang/test/Sema/
Dvector-ops.c4 typedef float v2f __attribute__ ((vector_size(8))); typedef
6 void test1(v2u v2ua, v2s v2sa, v2f v2fa) { in test1()
Dvector-assign.c5 typedef float v2f __attribute__ ((vector_size(8))); typedef
12 v2f v4; in test1()
/external/python/cpython2/Lib/test/
Dtest_gl.py130 gl.v2f(0.0, 0.0)
131 gl.v2f(400.0, 400.0)
/external/python/cpython2/Doc/library/
Dgl.rst137 gl.v2f(0.0, 0.0)
138 gl.v2f(400.0, 400.0)
141 gl.v2f(400.0, 0.0)
142 gl.v2f(0.0, 400.0)
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/EarlyCSE/
Dinvariant.start.ll229 %v2f = load float, float* %pf
230 %v2 = bitcast float %v2f to i32
/external/eigen/unsupported/test/
Dopenglsupport.cpp238 VERIFY_UNIFORM(fv,v2f, Vector2f); in test_openglsupport()
/external/python/cpython2/Modules/
Dcstubs1334 void v2f float s[2]
Dglmodule.c6910 v2f( arg1 ); in gl_v2f()