Home
last modified time | relevance | path

Searched refs:vec_ctsl (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/CodeGen/
Dbuiltins-systemz-zvector-error.c560 vsl = vec_ctsl(vd, idx); // expected-error {{no matching function}} in test_float()
562 vsl = vec_ctsl(vd, -1); // expected-error {{no matching function}} in test_float()
564 vsl = vec_ctsl(vd, 32); // expected-error {{no matching function}} in test_float()
Dbuiltins-systemz-zvector.c2929 vsl = vec_ctsl(vd, 0); in test_float()
2933 vsl = vec_ctsl(vd, 1); in test_float()
2939 vsl = vec_ctsl(vd, 31); in test_float()
/external/eigen/Eigen/src/Core/arch/ZVector/
DMathFunctions.h80 emm0 = vec_ctsl(fx, 0);
/external/clang/lib/Headers/
Dvecintrin.h7330 vec_ctsl(vector double __a, int __b) in vec_ctsl() function