Home
last modified time | relevance | path

Searched refs:floatv (Results 1 – 3 of 3) sorted by relevance

/external/libcxx/include/experimental/
Dsimd309 template <class Abi> using floatv = simd<float, Abi>; // exposition only
314 template <class Abi> floatv<Abi> acos(floatv<Abi> x);
318 template <class Abi> floatv<Abi> asin(floatv<Abi> x);
322 template <class Abi> floatv<Abi> atan(floatv<Abi> x);
326 template <class Abi> floatv<Abi> atan2(floatv<Abi> y, floatv<Abi> x);
330 template <class Abi> floatv<Abi> cos(floatv<Abi> x);
334 template <class Abi> floatv<Abi> sin(floatv<Abi> x);
338 template <class Abi> floatv<Abi> tan(floatv<Abi> x);
342 template <class Abi> floatv<Abi> acosh(floatv<Abi> x);
346 template <class Abi> floatv<Abi> asinh(floatv<Abi> x);
[all …]
/external/llvm-project/libcxx/include/experimental/
Dsimd308 template <class Abi> using floatv = simd<float, Abi>; // exposition only
313 template <class Abi> floatv<Abi> acos(floatv<Abi> x);
317 template <class Abi> floatv<Abi> asin(floatv<Abi> x);
321 template <class Abi> floatv<Abi> atan(floatv<Abi> x);
325 template <class Abi> floatv<Abi> atan2(floatv<Abi> y, floatv<Abi> x);
329 template <class Abi> floatv<Abi> cos(floatv<Abi> x);
333 template <class Abi> floatv<Abi> sin(floatv<Abi> x);
337 template <class Abi> floatv<Abi> tan(floatv<Abi> x);
341 template <class Abi> floatv<Abi> acosh(floatv<Abi> x);
345 template <class Abi> floatv<Abi> asinh(floatv<Abi> x);
[all …]
/external/deqp/external/openglcts/modules/glesext/gpu_shader5/
DesextcGPUShader5PreciseQualifier.hpp138 float floatv; member