Searched refs:V4f (Results 1 – 3 of 3) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-x86.c | 24 typedef float V4f __attribute__((vector_size(16))); typedef 86 V4f tmp_V4f; in f0() 89 V4f* tmp_V4fp; in f0() 91 const V4f* tmp_V4fCp; in f0()
|
/external/clang/include/clang/Basic/ |
D | BuiltinsX86.def | 302 TARGET_BUILTIN(__builtin_ia32_storeups, "vf*V4f", "", "sse") 303 TARGET_BUILTIN(__builtin_ia32_storehps, "vV2i*V4f", "", "sse") 304 TARGET_BUILTIN(__builtin_ia32_storelps, "vV2i*V4f", "", "sse") 306 TARGET_BUILTIN(__builtin_ia32_movntps, "vf*V4f", "", "sse") 429 TARGET_BUILTIN(__builtin_ia32_movntss, "vf*V4f", "", "sse4a")
|
/external/opencv3/3rdparty/openexr/Imath/ |
D | ImathVec.h | 696 typedef Vec4 <float> V4f; typedef
|