Searched defs:Double (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/common/
H A Dsimdlib.hpp81 using Double = SIMD128Impl::Double; typedef in struct:SIMDImpl::SIMD128Impl::Traits
137 using Double = SIMD256Impl::Double; typedef in struct:SIMDImpl::SIMD256Impl::Traits
192 using Double = SIMD512Impl::Double; typedef in struct:SIMDImpl::SIMD512Impl::Traits
208 using Double = typename Traits::Double; typedef in struct:SIMDBase
227 using Double = typename SIMD_T::Double; typedef in typeref:typename:SIMD_T::Double
[all...]
H A Dsimdlib_types.hpp208 union Double union in namespace:SIMDImpl::SIMD128Impl
211 SIMDINLINE Double(__m128d in) : v(in) {} function in union:SIMDImpl::SIMD128Impl::Double
285 union Double union in namespace:SIMDImpl::SIMD256Impl
288 SIMDINLINE Double(__m256d const& in) : v(in) {} function in union:SIMDImpl::SIMD256Impl::Double
289 SIMDINLINE Double(SIMD128Impl::Double const& in_lo, function in union:SIMDImpl::SIMD256Impl::Double
418 union Double union in namespace:SIMDImpl::SIMD512Impl
421 SIMDINLINE Double(__m512d in) : v(in) {} function in union:SIMDImpl::SIMD512Impl::Double
422 SIMDINLINE Double(SIMD256Impl::Double const& in_lo, function in union:SIMDImpl::SIMD512Impl::Double
[all...]
/xsrc/external/mit/MesaLib/dist/docs/
H A Dxlibdriver.rst
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/common/
H A Dsimdlib.hpp81 using Double = SIMD128Impl::Double; typedef in struct:SIMDImpl::SIMD128Impl::Traits
137 using Double = SIMD256Impl::Double; typedef in struct:SIMDImpl::SIMD256Impl::Traits
192 using Double = SIMD512Impl::Double; typedef in struct:SIMDImpl::SIMD512Impl::Traits
208 using Double = typename Traits::Double; typedef in struct:SIMDBase
560 using Double = typename SIMD_T::Double; typedef in typeref:typename:SIMD_T::Double
[all...]
H A Dsimdlib_types.hpp208 union Double union in namespace:SIMDImpl::SIMD128Impl
211 SIMDINLINE Double(__m128d in) : v(in) {} function in union:SIMDImpl::SIMD128Impl::Double
285 union Double union in namespace:SIMDImpl::SIMD256Impl
288 SIMDINLINE Double(__m256d const& in) : v(in) {} function in union:SIMDImpl::SIMD256Impl::Double
289 SIMDINLINE Double(SIMD128Impl::Double const& in_lo, function in union:SIMDImpl::SIMD256Impl::Double
418 union Double union in namespace:SIMDImpl::SIMD512Impl
421 SIMDINLINE Double(__m512d in) : v(in) {} function in union:SIMDImpl::SIMD512Impl::Double
422 SIMDINLINE Double(SIMD256Impl::Double const& in_lo, function in union:SIMDImpl::SIMD512Impl::Double
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/internal/
H A Dgtest-internal.h421 typedef FloatingPoint<double> Double; typedef in namespace:testing::internal
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/
H A Dtgsi.rst
/xsrc/external/mit/MesaLib/dist/docs/gallium/
H A Dtgsi.rst
/xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/internal/
H A Dgtest-internal.h397 typedef FloatingPoint<double> Double; typedef in namespace:testing::internal

Completed in 18 milliseconds