Home
last modified time | relevance | path

Searched refs:tvec4 (Results 1 – 25 of 431) sorted by relevance

12345678910>>...18

/dports/emulators/mess/mame-mame0226/3rdparty/glm/glm/detail/
H A Dtype_vec4.hpp19 struct tvec4 struct
297 GLM_FUNC_DECL tvec4<T, P> operator+(tvec4<T, P> const & v1, tvec4<T, P> const & v2);
312 GLM_FUNC_DECL tvec4<T, P> operator-(tvec4<T, P> const & v1, tvec4<T, P> const & v2);
327 GLM_FUNC_DECL tvec4<T, P> operator*(tvec4<T, P> const & v1, tvec4<T, P> const & v2);
342 GLM_FUNC_DECL tvec4<T, P> operator/(tvec4<T, P> const & v1, tvec4<T, P> const & v2);
357 GLM_FUNC_DECL tvec4<T, P> operator%(tvec4<T, P> const & v1, tvec4<T, P> const & v2);
372 GLM_FUNC_DECL tvec4<T, P> operator&(tvec4<T, P> const & v1, tvec4<T, P> const & v2);
387 GLM_FUNC_DECL tvec4<T, P> operator|(tvec4<T, P> const & v1, tvec4<T, P> const & v2);
402 GLM_FUNC_DECL tvec4<T, P> operator^(tvec4<T, P> const & v1, tvec4<T, P> const & v2);
417 GLM_FUNC_DECL tvec4<T, P> operator<<(tvec4<T, P> const & v1, tvec4<T, P> const & v2);
[all …]
H A Dfunc_common_simd.inl82 …GLM_FUNC_QUALIFIER static tvec4<float, P> call(tvec4<float, P> const & x, tvec4<float, P> const & …
93 …GLM_FUNC_QUALIFIER static tvec4<float, P> call(tvec4<float, P> const & v1, tvec4<float, P> const &…
104 …GLM_FUNC_QUALIFIER static tvec4<int32, P> call(tvec4<int32, P> const & v1, tvec4<int32, P> const &…
115 …GLM_FUNC_QUALIFIER static tvec4<int32, P> call(tvec4<uint32, P> const & v1, tvec4<uint32, P> const…
126 …GLM_FUNC_QUALIFIER static tvec4<float, P> call(tvec4<float, P> const & v1, tvec4<float, P> const &…
137 …GLM_FUNC_QUALIFIER static tvec4<int32, P> call(tvec4<int32, P> const & v1, tvec4<int32, P> const &…
159 …GLM_FUNC_QUALIFIER static tvec4<float, P> call(tvec4<float, P> const & x, tvec4<float, P> const & …
170 …GLM_FUNC_QUALIFIER static tvec4<int32, P> call(tvec4<int32, P> const & x, tvec4<int32, P> const & …
181 …GLM_FUNC_QUALIFIER static tvec4<uint32, P> call(tvec4<uint32, P> const & x, tvec4<uint32, P> const…
192 …GLM_FUNC_QUALIFIER static tvec4<float, P> call(tvec4<float, P> const & x, tvec4<float, P> const & …
[all …]
H A Dtype_vec4.inl40 GLM_FUNC_QUALIFIER static tvec4<T, P> call(tvec4<T, P> const & a, tvec4<T, P> const & b)
49 GLM_FUNC_QUALIFIER static tvec4<T, P> call(tvec4<T, P> const & a, tvec4<T, P> const & b)
58 GLM_FUNC_QUALIFIER static tvec4<T, P> call(tvec4<T, P> const & a, tvec4<T, P> const & b)
67 GLM_FUNC_QUALIFIER static tvec4<T, P> call(tvec4<T, P> const & a, tvec4<T, P> const & b)
76 GLM_FUNC_QUALIFIER static tvec4<T, P> call(tvec4<T, P> const & a, tvec4<T, P> const & b)
168 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<T, P>::tvec4(tvec4<T, P> const & v) function in glm::tvec4
175 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<T, P>::tvec4(tvec4<T, Q> const & v) function in glm::tvec4
345 GLM_FUNC_QUALIFIER tvec4<T, P>& tvec4<T, P>::operator=(tvec4<T, P> const & v)
357 GLM_FUNC_QUALIFIER tvec4<T, P>& tvec4<T, P>::operator=(tvec4<U, P> const & v)
382 GLM_FUNC_QUALIFIER tvec4<T, P> & tvec4<T, P>::operator+=(tvec4<U, P> const & v)
[all …]
H A Dtype_vec4_simd.inl57 static tvec4<float, P> call(tvec4<float, P> const & a, tvec4<float, P> const & b)
164 static tvec4<T, P> call(tvec4<T, P> const& a, tvec4<T, P> const& b)
176 static tvec4<T, P> call(tvec4<T, P> const& a, tvec4<T, P> const& b)
188 static tvec4<T, P> call(tvec4<T, P> const& a, tvec4<T, P> const& b)
200 static tvec4<T, P> call(tvec4<T, P> const& a, tvec4<T, P> const& b)
212 static tvec4<T, P> call(tvec4<T, P> const& a, tvec4<T, P> const& b)
224 static tvec4<T, P> call(tvec4<T, P> const& a, tvec4<T, P> const& b)
236 static tvec4<T, P> call(tvec4<T, P> const& a, tvec4<T, P> const& b)
248 static tvec4<T, P> call(tvec4<T, P> const& a, tvec4<T, P> const& b)
260 static tvec4<T, P> call(tvec4<T, P> const& a, tvec4<T, P> const& b)
[all …]
H A Dfunc_geometric_simd.inl12 struct compute_length<tvec4, float, P, true>
23 GLM_FUNC_QUALIFIER static float call(tvec4<float, P> const & p0, tvec4<float, P> const & p1)
30 struct compute_dot<tvec4, float, P, true>
32 GLM_FUNC_QUALIFIER static float call(tvec4<float, P> const& x, tvec4<float, P> const& y)
47 tvec4<float, P> result(uninitialize);
56 GLM_FUNC_QUALIFIER static tvec4<float, P> call(tvec4<float, P> const & v)
58 tvec4<float, P> result(uninitialize);
67 …GLM_FUNC_QUALIFIER static tvec4<float, P> call(tvec4<float, P> const& N, tvec4<float, P> const& I,…
69 tvec4<float, P> result(uninitialize);
78 GLM_FUNC_QUALIFIER static tvec4<float, P> call(tvec4<float, P> const& I, tvec4<float, P> const& N)
[all …]
/dports/audio/faust/faust-2.37.3/architecture/smartKeyboard/android/app/oboe/samples/RhythmGame/third_party/glm/detail/
H A Dtype_vec4.hpp19 struct tvec4 struct
297 GLM_FUNC_DECL tvec4<T, P> operator+(tvec4<T, P> const & v1, tvec4<T, P> const & v2);
312 GLM_FUNC_DECL tvec4<T, P> operator-(tvec4<T, P> const & v1, tvec4<T, P> const & v2);
327 GLM_FUNC_DECL tvec4<T, P> operator*(tvec4<T, P> const & v1, tvec4<T, P> const & v2);
342 GLM_FUNC_DECL tvec4<T, P> operator/(tvec4<T, P> const & v1, tvec4<T, P> const & v2);
357 GLM_FUNC_DECL tvec4<T, P> operator%(tvec4<T, P> const & v1, tvec4<T, P> const & v2);
372 GLM_FUNC_DECL tvec4<T, P> operator&(tvec4<T, P> const & v1, tvec4<T, P> const & v2);
387 GLM_FUNC_DECL tvec4<T, P> operator|(tvec4<T, P> const & v1, tvec4<T, P> const & v2);
402 GLM_FUNC_DECL tvec4<T, P> operator^(tvec4<T, P> const & v1, tvec4<T, P> const & v2);
417 GLM_FUNC_DECL tvec4<T, P> operator<<(tvec4<T, P> const & v1, tvec4<T, P> const & v2);
[all …]
H A Dfunc_common_simd.inl82 …GLM_FUNC_QUALIFIER static tvec4<float, P> call(tvec4<float, P> const & x, tvec4<float, P> const & …
93 …GLM_FUNC_QUALIFIER static tvec4<float, P> call(tvec4<float, P> const & v1, tvec4<float, P> const &…
104 …GLM_FUNC_QUALIFIER static tvec4<int32, P> call(tvec4<int32, P> const & v1, tvec4<int32, P> const &…
115 …GLM_FUNC_QUALIFIER static tvec4<int32, P> call(tvec4<uint32, P> const & v1, tvec4<uint32, P> const…
126 …GLM_FUNC_QUALIFIER static tvec4<float, P> call(tvec4<float, P> const & v1, tvec4<float, P> const &…
137 …GLM_FUNC_QUALIFIER static tvec4<int32, P> call(tvec4<int32, P> const & v1, tvec4<int32, P> const &…
159 …GLM_FUNC_QUALIFIER static tvec4<float, P> call(tvec4<float, P> const & x, tvec4<float, P> const & …
170 …GLM_FUNC_QUALIFIER static tvec4<int32, P> call(tvec4<int32, P> const & x, tvec4<int32, P> const & …
181 …GLM_FUNC_QUALIFIER static tvec4<uint32, P> call(tvec4<uint32, P> const & x, tvec4<uint32, P> const…
192 …GLM_FUNC_QUALIFIER static tvec4<float, P> call(tvec4<float, P> const & x, tvec4<float, P> const & …
[all …]
H A Dtype_vec4.inl40 GLM_FUNC_QUALIFIER static tvec4<T, P> call(tvec4<T, P> const & a, tvec4<T, P> const & b)
49 GLM_FUNC_QUALIFIER static tvec4<T, P> call(tvec4<T, P> const & a, tvec4<T, P> const & b)
58 GLM_FUNC_QUALIFIER static tvec4<T, P> call(tvec4<T, P> const & a, tvec4<T, P> const & b)
67 GLM_FUNC_QUALIFIER static tvec4<T, P> call(tvec4<T, P> const & a, tvec4<T, P> const & b)
76 GLM_FUNC_QUALIFIER static tvec4<T, P> call(tvec4<T, P> const & a, tvec4<T, P> const & b)
168 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<T, P>::tvec4(tvec4<T, P> const & v) function in glm::tvec4
175 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<T, P>::tvec4(tvec4<T, Q> const & v) function in glm::tvec4
345 GLM_FUNC_QUALIFIER tvec4<T, P>& tvec4<T, P>::operator=(tvec4<T, P> const & v)
357 GLM_FUNC_QUALIFIER tvec4<T, P>& tvec4<T, P>::operator=(tvec4<U, P> const & v)
382 GLM_FUNC_QUALIFIER tvec4<T, P> & tvec4<T, P>::operator+=(tvec4<U, P> const & v)
[all …]
H A Dtype_vec4_simd.inl57 static tvec4<float, P> call(tvec4<float, P> const & a, tvec4<float, P> const & b)
164 static tvec4<T, P> call(tvec4<T, P> const& a, tvec4<T, P> const& b)
176 static tvec4<T, P> call(tvec4<T, P> const& a, tvec4<T, P> const& b)
188 static tvec4<T, P> call(tvec4<T, P> const& a, tvec4<T, P> const& b)
200 static tvec4<T, P> call(tvec4<T, P> const& a, tvec4<T, P> const& b)
212 static tvec4<T, P> call(tvec4<T, P> const& a, tvec4<T, P> const& b)
224 static tvec4<T, P> call(tvec4<T, P> const& a, tvec4<T, P> const& b)
236 static tvec4<T, P> call(tvec4<T, P> const& a, tvec4<T, P> const& b)
248 static tvec4<T, P> call(tvec4<T, P> const& a, tvec4<T, P> const& b)
260 static tvec4<T, P> call(tvec4<T, P> const& a, tvec4<T, P> const& b)
[all …]
H A Dfunc_geometric_simd.inl12 struct compute_length<tvec4, float, P, true>
23 GLM_FUNC_QUALIFIER static float call(tvec4<float, P> const & p0, tvec4<float, P> const & p1)
30 struct compute_dot<tvec4, float, P, true>
32 GLM_FUNC_QUALIFIER static float call(tvec4<float, P> const& x, tvec4<float, P> const& y)
47 tvec4<float, P> result(uninitialize);
56 GLM_FUNC_QUALIFIER static tvec4<float, P> call(tvec4<float, P> const & v)
58 tvec4<float, P> result(uninitialize);
67 …GLM_FUNC_QUALIFIER static tvec4<float, P> call(tvec4<float, P> const& N, tvec4<float, P> const& I,…
69 tvec4<float, P> result(uninitialize);
78 GLM_FUNC_QUALIFIER static tvec4<float, P> call(tvec4<float, P> const& I, tvec4<float, P> const& N)
[all …]
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/libraries/win32/mingw32/include/glm/detail/
H A Dtype_vec4.hpp19 struct tvec4 struct
297 GLM_FUNC_DECL tvec4<T, P> operator+(tvec4<T, P> const & v1, tvec4<T, P> const & v2);
312 GLM_FUNC_DECL tvec4<T, P> operator-(tvec4<T, P> const & v1, tvec4<T, P> const & v2);
327 GLM_FUNC_DECL tvec4<T, P> operator*(tvec4<T, P> const & v1, tvec4<T, P> const & v2);
342 GLM_FUNC_DECL tvec4<T, P> operator/(tvec4<T, P> const & v1, tvec4<T, P> const & v2);
357 GLM_FUNC_DECL tvec4<T, P> operator%(tvec4<T, P> const & v1, tvec4<T, P> const & v2);
372 GLM_FUNC_DECL tvec4<T, P> operator&(tvec4<T, P> const & v1, tvec4<T, P> const & v2);
387 GLM_FUNC_DECL tvec4<T, P> operator|(tvec4<T, P> const & v1, tvec4<T, P> const & v2);
402 GLM_FUNC_DECL tvec4<T, P> operator^(tvec4<T, P> const & v1, tvec4<T, P> const & v2);
417 GLM_FUNC_DECL tvec4<T, P> operator<<(tvec4<T, P> const & v1, tvec4<T, P> const & v2);
[all …]
H A Dfunc_common_simd.inl82 …GLM_FUNC_QUALIFIER static tvec4<float, P> call(tvec4<float, P> const & x, tvec4<float, P> const & …
93 …GLM_FUNC_QUALIFIER static tvec4<float, P> call(tvec4<float, P> const & v1, tvec4<float, P> const &…
104 …GLM_FUNC_QUALIFIER static tvec4<int32, P> call(tvec4<int32, P> const & v1, tvec4<int32, P> const &…
115 …GLM_FUNC_QUALIFIER static tvec4<int32, P> call(tvec4<uint32, P> const & v1, tvec4<uint32, P> const…
126 …GLM_FUNC_QUALIFIER static tvec4<float, P> call(tvec4<float, P> const & v1, tvec4<float, P> const &…
137 …GLM_FUNC_QUALIFIER static tvec4<int32, P> call(tvec4<int32, P> const & v1, tvec4<int32, P> const &…
159 …GLM_FUNC_QUALIFIER static tvec4<float, P> call(tvec4<float, P> const & x, tvec4<float, P> const & …
170 …GLM_FUNC_QUALIFIER static tvec4<int32, P> call(tvec4<int32, P> const & x, tvec4<int32, P> const & …
181 …GLM_FUNC_QUALIFIER static tvec4<uint32, P> call(tvec4<uint32, P> const & x, tvec4<uint32, P> const…
192 …GLM_FUNC_QUALIFIER static tvec4<float, P> call(tvec4<float, P> const & x, tvec4<float, P> const & …
[all …]
H A Dtype_vec4.inl40 GLM_FUNC_QUALIFIER static tvec4<T, P> call(tvec4<T, P> const & a, tvec4<T, P> const & b)
49 GLM_FUNC_QUALIFIER static tvec4<T, P> call(tvec4<T, P> const & a, tvec4<T, P> const & b)
58 GLM_FUNC_QUALIFIER static tvec4<T, P> call(tvec4<T, P> const & a, tvec4<T, P> const & b)
67 GLM_FUNC_QUALIFIER static tvec4<T, P> call(tvec4<T, P> const & a, tvec4<T, P> const & b)
76 GLM_FUNC_QUALIFIER static tvec4<T, P> call(tvec4<T, P> const & a, tvec4<T, P> const & b)
168 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<T, P>::tvec4(tvec4<T, P> const & v) function in glm::tvec4
175 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<T, P>::tvec4(tvec4<T, Q> const & v) function in glm::tvec4
345 GLM_FUNC_QUALIFIER tvec4<T, P>& tvec4<T, P>::operator=(tvec4<T, P> const & v)
357 GLM_FUNC_QUALIFIER tvec4<T, P>& tvec4<T, P>::operator=(tvec4<U, P> const & v)
382 GLM_FUNC_QUALIFIER tvec4<T, P> & tvec4<T, P>::operator+=(tvec4<U, P> const & v)
[all …]
H A Dtype_vec4_simd.inl57 static tvec4<float, P> call(tvec4<float, P> const & a, tvec4<float, P> const & b)
164 static tvec4<T, P> call(tvec4<T, P> const& a, tvec4<T, P> const& b)
176 static tvec4<T, P> call(tvec4<T, P> const& a, tvec4<T, P> const& b)
188 static tvec4<T, P> call(tvec4<T, P> const& a, tvec4<T, P> const& b)
200 static tvec4<T, P> call(tvec4<T, P> const& a, tvec4<T, P> const& b)
212 static tvec4<T, P> call(tvec4<T, P> const& a, tvec4<T, P> const& b)
224 static tvec4<T, P> call(tvec4<T, P> const& a, tvec4<T, P> const& b)
236 static tvec4<T, P> call(tvec4<T, P> const& a, tvec4<T, P> const& b)
248 static tvec4<T, P> call(tvec4<T, P> const& a, tvec4<T, P> const& b)
260 static tvec4<T, P> call(tvec4<T, P> const& a, tvec4<T, P> const& b)
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/glm/glm/detail/
H A Dtype_vec4.hpp19 struct tvec4 struct
297 GLM_FUNC_DECL tvec4<T, P> operator+(tvec4<T, P> const & v1, tvec4<T, P> const & v2);
312 GLM_FUNC_DECL tvec4<T, P> operator-(tvec4<T, P> const & v1, tvec4<T, P> const & v2);
327 GLM_FUNC_DECL tvec4<T, P> operator*(tvec4<T, P> const & v1, tvec4<T, P> const & v2);
342 GLM_FUNC_DECL tvec4<T, P> operator/(tvec4<T, P> const & v1, tvec4<T, P> const & v2);
357 GLM_FUNC_DECL tvec4<T, P> operator%(tvec4<T, P> const & v1, tvec4<T, P> const & v2);
372 GLM_FUNC_DECL tvec4<T, P> operator&(tvec4<T, P> const & v1, tvec4<T, P> const & v2);
387 GLM_FUNC_DECL tvec4<T, P> operator|(tvec4<T, P> const & v1, tvec4<T, P> const & v2);
402 GLM_FUNC_DECL tvec4<T, P> operator^(tvec4<T, P> const & v1, tvec4<T, P> const & v2);
417 GLM_FUNC_DECL tvec4<T, P> operator<<(tvec4<T, P> const & v1, tvec4<T, P> const & v2);
[all …]
H A Dfunc_common_simd.inl82 …GLM_FUNC_QUALIFIER static tvec4<float, P> call(tvec4<float, P> const & x, tvec4<float, P> const & …
93 …GLM_FUNC_QUALIFIER static tvec4<float, P> call(tvec4<float, P> const & v1, tvec4<float, P> const &…
104 …GLM_FUNC_QUALIFIER static tvec4<int32, P> call(tvec4<int32, P> const & v1, tvec4<int32, P> const &…
115 …GLM_FUNC_QUALIFIER static tvec4<int32, P> call(tvec4<uint32, P> const & v1, tvec4<uint32, P> const…
126 …GLM_FUNC_QUALIFIER static tvec4<float, P> call(tvec4<float, P> const & v1, tvec4<float, P> const &…
137 …GLM_FUNC_QUALIFIER static tvec4<int32, P> call(tvec4<int32, P> const & v1, tvec4<int32, P> const &…
159 …GLM_FUNC_QUALIFIER static tvec4<float, P> call(tvec4<float, P> const & x, tvec4<float, P> const & …
170 …GLM_FUNC_QUALIFIER static tvec4<int32, P> call(tvec4<int32, P> const & x, tvec4<int32, P> const & …
181 …GLM_FUNC_QUALIFIER static tvec4<uint32, P> call(tvec4<uint32, P> const & x, tvec4<uint32, P> const…
192 …GLM_FUNC_QUALIFIER static tvec4<float, P> call(tvec4<float, P> const & x, tvec4<float, P> const & …
[all …]
H A Dtype_vec4.inl40 GLM_FUNC_QUALIFIER static tvec4<T, P> call(tvec4<T, P> const & a, tvec4<T, P> const & b)
49 GLM_FUNC_QUALIFIER static tvec4<T, P> call(tvec4<T, P> const & a, tvec4<T, P> const & b)
58 GLM_FUNC_QUALIFIER static tvec4<T, P> call(tvec4<T, P> const & a, tvec4<T, P> const & b)
67 GLM_FUNC_QUALIFIER static tvec4<T, P> call(tvec4<T, P> const & a, tvec4<T, P> const & b)
76 GLM_FUNC_QUALIFIER static tvec4<T, P> call(tvec4<T, P> const & a, tvec4<T, P> const & b)
168 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<T, P>::tvec4(tvec4<T, P> const & v) function in glm::tvec4
175 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<T, P>::tvec4(tvec4<T, Q> const & v) function in glm::tvec4
345 GLM_FUNC_QUALIFIER tvec4<T, P>& tvec4<T, P>::operator=(tvec4<T, P> const & v)
357 GLM_FUNC_QUALIFIER tvec4<T, P>& tvec4<T, P>::operator=(tvec4<U, P> const & v)
382 GLM_FUNC_QUALIFIER tvec4<T, P> & tvec4<T, P>::operator+=(tvec4<U, P> const & v)
[all …]
H A Dtype_vec4_simd.inl57 static tvec4<float, P> call(tvec4<float, P> const & a, tvec4<float, P> const & b)
164 static tvec4<T, P> call(tvec4<T, P> const& a, tvec4<T, P> const& b)
176 static tvec4<T, P> call(tvec4<T, P> const& a, tvec4<T, P> const& b)
188 static tvec4<T, P> call(tvec4<T, P> const& a, tvec4<T, P> const& b)
200 static tvec4<T, P> call(tvec4<T, P> const& a, tvec4<T, P> const& b)
212 static tvec4<T, P> call(tvec4<T, P> const& a, tvec4<T, P> const& b)
224 static tvec4<T, P> call(tvec4<T, P> const& a, tvec4<T, P> const& b)
236 static tvec4<T, P> call(tvec4<T, P> const& a, tvec4<T, P> const& b)
248 static tvec4<T, P> call(tvec4<T, P> const& a, tvec4<T, P> const& b)
260 static tvec4<T, P> call(tvec4<T, P> const& a, tvec4<T, P> const& b)
[all …]
/dports/games/dustrac/DustRacing2D-ae380b8/src/game/MiniCore/src/Graphics/contrib/glm/ogl-math/glm/core/
H A Dtype_vec4.hpp54 struct tvec4 struct
190 GLM_FUNC_DECL explicit tvec4(tvec4<U> const & v);
267 GLM_FUNC_DECL tvec4<T> & operator=(tvec4<T> const & v);
269 GLM_FUNC_DECL tvec4<T> & operator=(tvec4<U> const & v);
274 GLM_FUNC_DECL tvec4<T> & operator+=(tvec4<U> const & v);
278 GLM_FUNC_DECL tvec4<T> & operator-=(tvec4<U> const & v);
282 GLM_FUNC_DECL tvec4<T> & operator*=(tvec4<U> const & v);
286 GLM_FUNC_DECL tvec4<T> & operator/=(tvec4<U> const & v);
296 GLM_FUNC_DECL tvec4<T> & operator%=(tvec4<U> const & v);
300 GLM_FUNC_DECL tvec4<T> & operator&=(tvec4<U> const & v);
[all …]
H A Dtype_vec4.inl75 GLM_FUNC_QUALIFIER tvec4<T>::tvec4 function in glm::detail::tvec4
82 GLM_FUNC_QUALIFIER tvec4<T>::tvec4 function in glm::detail::tvec4
96 GLM_FUNC_QUALIFIER tvec4<T>::tvec4 function in glm::detail::tvec4
107 GLM_FUNC_QUALIFIER tvec4<T>::tvec4 function in glm::detail::tvec4
124 GLM_FUNC_QUALIFIER tvec4<T>::tvec4 function in glm::detail::tvec4
136 GLM_FUNC_QUALIFIER tvec4<T>::tvec4 function in glm::detail::tvec4
150 GLM_FUNC_QUALIFIER tvec4<T>::tvec4 function in glm::detail::tvec4
164 GLM_FUNC_QUALIFIER tvec4<T>::tvec4 function in glm::detail::tvec4
178 GLM_FUNC_QUALIFIER tvec4<T>::tvec4 function in glm::detail::tvec4
191 GLM_FUNC_QUALIFIER tvec4<T>::tvec4 function in glm::detail::tvec4
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/glm/glm/gtc/
H A Dnoise.inl17 tvec4<T, P> s = tvec4<T, P>(lessThan(tvec4<T, P>(pXYZ, pW), tvec4<T, P>(0.0)));
87 tvec4<T, P> sz0 = step(gz0, tvec4<T, P>(0.0));
95 tvec4<T, P> sz1 = step(gz1, tvec4<T, P>(0.0));
158 tvec4<T, P> sz0 = step(gz0, tvec4<T, P>(0.0));
166 tvec4<T, P> sz1 = step(gz1, tvec4<T, P>(0.0));
240 tvec4<T, P> sw00 = step(gw00, tvec4<T, P>(0.0));
262 tvec4<T, P> sw10 = step(gw10, tvec4<T, P>(0));
409 tvec4<T, P> sz0 = step(gz0, tvec4<T, P>(0));
487 tvec4<T, P> sw00 = step(gw00, tvec4<T, P>(0));
594 tvec4<T, P> const C = tvec4<T, P>(
[all …]
/dports/audio/faust/faust-2.37.3/architecture/smartKeyboard/android/app/oboe/samples/RhythmGame/third_party/glm/gtc/
H A Dnoise.inl17 tvec4<T, P> s = tvec4<T, P>(lessThan(tvec4<T, P>(pXYZ, pW), tvec4<T, P>(0.0)));
87 tvec4<T, P> sz0 = step(gz0, tvec4<T, P>(0.0));
95 tvec4<T, P> sz1 = step(gz1, tvec4<T, P>(0.0));
158 tvec4<T, P> sz0 = step(gz0, tvec4<T, P>(0.0));
166 tvec4<T, P> sz1 = step(gz1, tvec4<T, P>(0.0));
240 tvec4<T, P> sw00 = step(gw00, tvec4<T, P>(0.0));
262 tvec4<T, P> sw10 = step(gw10, tvec4<T, P>(0));
409 tvec4<T, P> sz0 = step(gz0, tvec4<T, P>(0));
487 tvec4<T, P> sw00 = step(gw00, tvec4<T, P>(0));
594 tvec4<T, P> const C = tvec4<T, P>(
[all …]
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/libraries/win32/mingw32/include/glm/gtc/
H A Dnoise.inl17 tvec4<T, P> s = tvec4<T, P>(lessThan(tvec4<T, P>(pXYZ, pW), tvec4<T, P>(0.0)));
87 tvec4<T, P> sz0 = step(gz0, tvec4<T, P>(0.0));
95 tvec4<T, P> sz1 = step(gz1, tvec4<T, P>(0.0));
158 tvec4<T, P> sz0 = step(gz0, tvec4<T, P>(0.0));
166 tvec4<T, P> sz1 = step(gz1, tvec4<T, P>(0.0));
240 tvec4<T, P> sw00 = step(gw00, tvec4<T, P>(0.0));
262 tvec4<T, P> sw10 = step(gw10, tvec4<T, P>(0));
409 tvec4<T, P> sz0 = step(gz0, tvec4<T, P>(0));
487 tvec4<T, P> sw00 = step(gw00, tvec4<T, P>(0));
594 tvec4<T, P> const C = tvec4<T, P>(
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/glm/glm/gtc/
H A Dnoise.inl17 tvec4<T, P> s = tvec4<T, P>(lessThan(tvec4<T, P>(pXYZ, pW), tvec4<T, P>(0.0)));
87 tvec4<T, P> sz0 = step(gz0, tvec4<T, P>(0.0));
95 tvec4<T, P> sz1 = step(gz1, tvec4<T, P>(0.0));
158 tvec4<T, P> sz0 = step(gz0, tvec4<T, P>(0.0));
166 tvec4<T, P> sz1 = step(gz1, tvec4<T, P>(0.0));
240 tvec4<T, P> sw00 = step(gw00, tvec4<T, P>(0.0));
262 tvec4<T, P> sw10 = step(gw10, tvec4<T, P>(0));
409 tvec4<T, P> sz0 = step(gz0, tvec4<T, P>(0));
487 tvec4<T, P> sw00 = step(gw00, tvec4<T, P>(0));
594 tvec4<T, P> const C = tvec4<T, P>(
[all …]
/dports/games/dustrac/DustRacing2D-ae380b8/src/game/MiniCore/src/Graphics/contrib/glm/ogl-math/glm/gtc/
H A Dnoise.inl61 …detail::tvec4<T> s = detail::tvec4<T>(lessThan(detail::tvec4<T>(pXYZ, pW), detail::tvec4<T>(0.0)));
70 …detail::tvec4<T> Pi = glm::floor(detail::tvec4<T>(P.x, P.y, P.x, P.y)) + detail::tvec4<T>(0.0, 0.0…
130 detail::tvec4<T> sz0 = step(gz0, detail::tvec4<T>(0.0));
138 detail::tvec4<T> sz1 = step(gz1, detail::tvec4<T>(0.0));
201 detail::tvec4<T> sz0 = step(gz0, detail::tvec4<T>(0.0));
209 detail::tvec4<T> sz1 = step(gz1, detail::tvec4<T>(0.0));
305 detail::tvec4<T> sw10 = step(gw10, detail::tvec4<T>(0));
452 detail::tvec4<T> sz0 = step(gz0, detail::tvec4<T>(0));
460 detail::tvec4<T> sz1 = step(gz1, detail::tvec4<T>(0.0));
637 detail::tvec4<T> const C = detail::tvec4<T>(
[all …]

12345678910>>...18