Home
last modified time | relevance | path

Searched defs:FirstInt (Results 1 – 4 of 4) sorted by relevance

/dports/cad/netgen/netgen-6.2.2105/libsrc/core/
H A Dsimd_generic.hpp116 static SIMD FirstInt(int64_t n0=0) { return {n0}; } in FirstInt() function in ngcore::SIMD
182 …static SIMD FirstInt(int64_t n0=0) { return {SIMD<int64_t,N1>::FirstInt(n0), SIMD<int64_t,N2>::Fir… in FirstInt() function in ngcore::SIMD
H A Dsimd_sse.hpp69 static SIMD FirstInt(int n0=0) { return { n0, n0+1 }; } in FirstInt() function in ngcore::SIMD
H A Dsimd_avx512.hpp66 static SIMD FirstInt() { return { 0, 1, 2, 3, 4, 5, 6, 7 }; } in FirstInt() function in ngcore::SIMD
H A Dsimd_avx.hpp99 static SIMD FirstInt(int n0=0) { return { n0+0, n0+1, n0+2, n0+3 }; } in FirstInt() function in ngcore::SIMD