Home
last modified time | relevance | path

Searched refs:genType (Results 201 – 225 of 1179) sorted by relevance

12345678910>>...48

/dports/graphics/nanort/nanort-b1feea8/examples/common/glm/glm/gtx/
H A Drange.hpp58 template<typename genType>
59 inline length_t components(genType const & m) in components()
64 template<typename genType>
65 inline typename genType::value_type const * begin(genType const & v) in begin()
70 template<typename genType>
71 inline typename genType::value_type const * end(genType const & v) in end()
76 template<typename genType>
77 inline typename genType::value_type * begin(genType& v) in begin()
82 template<typename genType>
83 inline typename genType::value_type * end(genType& v) in end()
/dports/games/dustrac/DustRacing2D-ae380b8/src/game/MiniCore/src/Graphics/contrib/glm/ogl-math/glm/gtx/
H A Dfast_square_root.inl15 template <typename genType>
18 genType const & x
29 template <typename genType>
32 genType const & x
35 genType tmp = x;
43 return genType(tmp);
52 genType const & x
92 genType const & x,
93 genType const & y
103 genType const & x
[all …]
H A Dulp.hpp55 template<typename genType>
56 genType next_float(genType const & x);
60 template<typename genType>
61 genType prev_float(genType const & x);
65 template<typename genType>
66 genType next_float(genType const & x, uint const & Distance);
70 template<typename genType>
71 genType prev_float(genType const & x, uint const & Distance);
/dports/emulators/mess/mame-mame0226/3rdparty/glm/glm/detail/
H A Dfunc_trigonometric.inl11 template <typename genType>
12 GLM_FUNC_QUALIFIER GLM_CONSTEXPR genType radians(genType degrees)
26 template <typename genType>
27 GLM_FUNC_QUALIFIER GLM_CONSTEXPR genType degrees(genType radians)
86 template <typename genType>
87 GLM_FUNC_QUALIFIER genType atan(genType y, genType x)
140 GLM_FUNC_QUALIFIER genType asinh(genType x)
144genType>(0) ? static_cast<genType>(-1) : (x > static_cast<genType>(0) ? static_cast<genType>(1) : …
159 GLM_FUNC_QUALIFIER genType acosh(genType x)
180 GLM_FUNC_QUALIFIER genType atanh(genType x)
[all …]
/dports/audio/faust/faust-2.37.3/architecture/smartKeyboard/android/app/oboe/samples/RhythmGame/third_party/glm/detail/
H A Dfunc_trigonometric.inl11 template <typename genType>
12 GLM_FUNC_QUALIFIER GLM_CONSTEXPR genType radians(genType degrees)
26 template <typename genType>
27 GLM_FUNC_QUALIFIER GLM_CONSTEXPR genType degrees(genType radians)
86 template <typename genType>
87 GLM_FUNC_QUALIFIER genType atan(genType y, genType x)
140 GLM_FUNC_QUALIFIER genType asinh(genType x)
144genType>(0) ? static_cast<genType>(-1) : (x > static_cast<genType>(0) ? static_cast<genType>(1) : …
159 GLM_FUNC_QUALIFIER genType acosh(genType x)
180 GLM_FUNC_QUALIFIER genType atanh(genType x)
[all …]
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/libraries/win32/mingw32/include/glm/detail/
H A Dfunc_trigonometric.inl11 template <typename genType>
12 GLM_FUNC_QUALIFIER GLM_CONSTEXPR genType radians(genType degrees)
26 template <typename genType>
27 GLM_FUNC_QUALIFIER GLM_CONSTEXPR genType degrees(genType radians)
86 template <typename genType>
87 GLM_FUNC_QUALIFIER genType atan(genType y, genType x)
140 GLM_FUNC_QUALIFIER genType asinh(genType x)
144genType>(0) ? static_cast<genType>(-1) : (x > static_cast<genType>(0) ? static_cast<genType>(1) : …
159 GLM_FUNC_QUALIFIER genType acosh(genType x)
180 GLM_FUNC_QUALIFIER genType atanh(genType x)
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/glm/glm/detail/
H A Dfunc_trigonometric.inl11 template <typename genType>
12 GLM_FUNC_QUALIFIER GLM_CONSTEXPR genType radians(genType degrees)
26 template <typename genType>
27 GLM_FUNC_QUALIFIER GLM_CONSTEXPR genType degrees(genType radians)
86 template <typename genType>
87 GLM_FUNC_QUALIFIER genType atan(genType y, genType x)
140 GLM_FUNC_QUALIFIER genType asinh(genType x)
144genType>(0) ? static_cast<genType>(-1) : (x > static_cast<genType>(0) ? static_cast<genType>(1) : …
159 GLM_FUNC_QUALIFIER genType acosh(genType x)
180 GLM_FUNC_QUALIFIER genType atanh(genType x)
[all …]
/dports/games/warzone2100/warzone2100/3rdparty/glm/test/ext/
H A Dext_vector_bool1.cpp4 template <typename genType>
9 genType const A(true); in test_operators()
10 genType const B(true); in test_operators()
20 template <typename genType>
27 glm::bvec1 const E(genType(true)); in test_ctor()
36 template <typename genType>
48 template <typename genType>
53 genType const A(true); in test_relational()
54 genType const B(true); in test_relational()
55 genType const C(false); in test_relational()
[all …]
/dports/math/glm/glm-0.9.9.8/test/ext/
H A Dext_vector_bool1.cpp4 template <typename genType>
9 genType const A(true); in test_operators()
10 genType const B(true); in test_operators()
20 template <typename genType>
27 glm::bvec1 const E(genType(true)); in test_ctor()
36 template <typename genType>
48 template <typename genType>
53 genType const A(true); in test_relational()
54 genType const B(true); in test_relational()
55 genType const C(false); in test_relational()
[all …]
/dports/audio/faust/faust-2.37.3/architecture/smartKeyboard/android/app/oboe/samples/RhythmGame/third_party/glm/gtc/
H A Dulp.hpp32 template <typename genType>
33 GLM_FUNC_DECL genType next_float(genType const & x);
37 template <typename genType>
38 GLM_FUNC_DECL genType prev_float(genType const & x);
42 template <typename genType>
43 GLM_FUNC_DECL genType next_float(genType const & x, uint const & Distance);
47 template <typename genType>
48 GLM_FUNC_DECL genType prev_float(genType const & x, uint const & Distance);
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/libraries/win32/mingw32/include/glm/gtc/
H A Dulp.hpp32 template <typename genType>
33 GLM_FUNC_DECL genType next_float(genType const & x);
37 template <typename genType>
38 GLM_FUNC_DECL genType prev_float(genType const & x);
42 template <typename genType>
43 GLM_FUNC_DECL genType next_float(genType const & x, uint const & Distance);
47 template <typename genType>
48 GLM_FUNC_DECL genType prev_float(genType const & x, uint const & Distance);
/dports/emulators/mame/mame-mame0226/3rdparty/glm/glm/gtc/
H A Dulp.hpp32 template <typename genType>
33 GLM_FUNC_DECL genType next_float(genType const & x);
37 template <typename genType>
38 GLM_FUNC_DECL genType prev_float(genType const & x);
42 template <typename genType>
43 GLM_FUNC_DECL genType next_float(genType const & x, uint const & Distance);
47 template <typename genType>
48 GLM_FUNC_DECL genType prev_float(genType const & x, uint const & Distance);
/dports/emulators/mess/mame-mame0226/3rdparty/glm/glm/gtc/
H A Dulp.hpp32 template <typename genType>
33 GLM_FUNC_DECL genType next_float(genType const & x);
37 template <typename genType>
38 GLM_FUNC_DECL genType prev_float(genType const & x);
42 template <typename genType>
43 GLM_FUNC_DECL genType next_float(genType const & x, uint const & Distance);
47 template <typename genType>
48 GLM_FUNC_DECL genType prev_float(genType const & x, uint const & Distance);
/dports/graphics/nanort/nanort-b1feea8/examples/common/glm/glm/gtc/
H A Dulp.hpp32 template<typename genType>
33 GLM_FUNC_DECL genType next_float(genType const & x);
37 template<typename genType>
38 GLM_FUNC_DECL genType prev_float(genType const & x);
42 template<typename genType>
43 GLM_FUNC_DECL genType next_float(genType const & x, uint const & Distance);
47 template<typename genType>
48 GLM_FUNC_DECL genType prev_float(genType const & x, uint const & Distance);
/dports/graphics/libprojectm/projectm-3.1.12/vendor/glm/gtx/
H A Drange.hpp63 template<typename genType>
64 inline length_t components(genType const& m) in components()
69 template<typename genType>
70 inline typename genType::value_type const * begin(genType const& v) in begin()
75 template<typename genType>
76 inline typename genType::value_type const * end(genType const& v) in end()
81 template<typename genType>
82 inline typename genType::value_type * begin(genType& v) in begin()
87 template<typename genType>
88 inline typename genType::value_type * end(genType& v) in end()
/dports/games/warzone2100/warzone2100/3rdparty/glm/glm/gtx/
H A Drange.hpp63 template<typename genType>
64 inline length_t components(genType const& m) in components()
69 template<typename genType>
70 inline typename genType::value_type const * begin(genType const& v) in begin()
75 template<typename genType>
76 inline typename genType::value_type const * end(genType const& v) in end()
81 template<typename genType>
82 inline typename genType::value_type * begin(genType& v) in begin()
87 template<typename genType>
88 inline typename genType::value_type * end(genType& v) in end()
/dports/devel/upp/upp/uppsrc/plugin/glm/gtx/
H A Drange.hpp63 template<typename genType>
64 inline length_t components(genType const& m) in components()
69 template<typename genType>
70 inline typename genType::value_type const * begin(genType const& v) in begin()
75 template<typename genType>
76 inline typename genType::value_type const * end(genType const& v) in end()
81 template<typename genType>
82 inline typename genType::value_type * begin(genType& v) in begin()
87 template<typename genType>
88 inline typename genType::value_type * end(genType& v) in end()
/dports/math/glm/glm-0.9.9.8/glm/gtx/
H A Drange.hpp63 template<typename genType>
64 inline length_t components(genType const& m) in components()
69 template<typename genType>
70 inline typename genType::value_type const * begin(genType const& v) in begin()
75 template<typename genType>
76 inline typename genType::value_type const * end(genType const& v) in end()
81 template<typename genType>
82 inline typename genType::value_type * begin(genType& v) in begin()
87 template<typename genType>
88 inline typename genType::value_type * end(genType& v) in end()
/dports/games/dustrac/DustRacing2D-ae380b8/src/game/MiniCore/src/Graphics/contrib/glm/ogl-math/glm/gtc/
H A Dmatrix_access.inl31 template <typename genType>
34 genType const & m,
39 genType Result = m;
40 for(typename genType::size_type i = 0; i < genType::row_size(); ++i)
45 template <typename genType>
48 genType const & m,
53 for(typename genType::size_type i = 0; i < genType::row_size(); ++i)
58 template <typename genType>
61 genType const & m,
66 genType Result = m;
[all …]
/dports/graphics/libprojectm/projectm-3.1.12/vendor/glm/gtc/
H A Dulp.hpp34 template<typename genType>
35 GLM_FUNC_DECL genType next_float(genType const& x);
39 template<typename genType>
40 GLM_FUNC_DECL genType prev_float(genType const& x);
44 template<typename genType>
45 GLM_FUNC_DECL genType next_float(genType const& x, uint const& Distance);
49 template<typename genType>
50 GLM_FUNC_DECL genType prev_float(genType const& x, uint const& Distance);
/dports/games/warzone2100/warzone2100/3rdparty/glm/glm/ext/
H A Dscalar_integer.inl73 GLM_FUNC_QUALIFIER static genType call(genType Source, genType Multiple)
75 if(Source > genType(0))
86 GLM_FUNC_QUALIFIER static genType call(genType Source, genType Multiple)
88 genType Tmp = Source - genType(1);
97 GLM_FUNC_QUALIFIER static genType call(genType Source, genType Multiple)
102 genType Tmp = Source - genType(1);
117 GLM_FUNC_QUALIFIER static genType call(genType Source, genType Multiple)
130 GLM_FUNC_QUALIFIER static genType call(genType Source, genType Multiple)
136 genType Tmp = Source + genType(1);
146 GLM_FUNC_QUALIFIER static genType call(genType Source, genType Multiple)
[all …]
/dports/math/glm/glm-0.9.9.8/glm/ext/
H A Dscalar_integer.inl73 GLM_FUNC_QUALIFIER static genType call(genType Source, genType Multiple)
75 if(Source > genType(0))
86 GLM_FUNC_QUALIFIER static genType call(genType Source, genType Multiple)
88 genType Tmp = Source - genType(1);
97 GLM_FUNC_QUALIFIER static genType call(genType Source, genType Multiple)
102 genType Tmp = Source - genType(1);
117 GLM_FUNC_QUALIFIER static genType call(genType Source, genType Multiple)
130 GLM_FUNC_QUALIFIER static genType call(genType Source, genType Multiple)
136 genType Tmp = Source + genType(1);
146 GLM_FUNC_QUALIFIER static genType call(genType Source, genType Multiple)
[all …]
/dports/audio/faust/faust-2.37.3/architecture/smartKeyboard/android/app/oboe/samples/RhythmGame/third_party/glm/gtx/
H A Dcomponent_wise.hpp44 template <typename genType>
45 GLM_FUNC_DECL typename genType::value_type compAdd(genType const & v);
49 template <typename genType>
50 GLM_FUNC_DECL typename genType::value_type compMul(genType const & v);
54 template <typename genType>
55 GLM_FUNC_DECL typename genType::value_type compMin(genType const & v);
59 template <typename genType>
60 GLM_FUNC_DECL typename genType::value_type compMax(genType const & v);
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/libraries/win32/mingw32/include/glm/gtx/
H A Dcomponent_wise.hpp44 template <typename genType>
45 GLM_FUNC_DECL typename genType::value_type compAdd(genType const & v);
49 template <typename genType>
50 GLM_FUNC_DECL typename genType::value_type compMul(genType const & v);
54 template <typename genType>
55 GLM_FUNC_DECL typename genType::value_type compMin(genType const & v);
59 template <typename genType>
60 GLM_FUNC_DECL typename genType::value_type compMax(genType const & v);
/dports/emulators/mame/mame-mame0226/3rdparty/glm/glm/gtx/
H A Dcomponent_wise.hpp44 template <typename genType>
45 GLM_FUNC_DECL typename genType::value_type compAdd(genType const & v);
49 template <typename genType>
50 GLM_FUNC_DECL typename genType::value_type compMul(genType const & v);
54 template <typename genType>
55 GLM_FUNC_DECL typename genType::value_type compMin(genType const & v);
59 template <typename genType>
60 GLM_FUNC_DECL typename genType::value_type compMax(genType const & v);

12345678910>>...48