/external/vulkan-validation-layers/libs/glm/detail/ |
D | type_vec2.inl | 85 GLM_FUNC_QUALIFIER tvec2<T, P>::tvec2(T const & s) : 177 U s 201 U s 225 U s 249 U s 310 tvec2<T, P> const & v1, 320 tvec2<T, P> const & v1, 332 GLM_FUNC_QUALIFIER tvec2<T, P> & tvec2<T, P>::operator%= (U s) 350 GLM_FUNC_QUALIFIER tvec2<T, P> & tvec2<T, P>::operator&= (U s) 368 GLM_FUNC_QUALIFIER tvec2<T, P> & tvec2<T, P>::operator|= (U s) [all …]
|
D | type_vec4.inl | 91 GLM_FUNC_QUALIFIER tvec4<T, P>::tvec4(T const & s) : 192 B const & s 204 A const & s, 217 tvec2<A, Q> const & v1, 252 GLM_FUNC_QUALIFIER tvec4<T, P> & tvec4<T, P>::operator+= (U s) 274 GLM_FUNC_QUALIFIER tvec4<T, P> & tvec4<T, P>::operator-= (U s) 296 GLM_FUNC_QUALIFIER tvec4<T, P> & tvec4<T, P>::operator*= (U s) 318 GLM_FUNC_QUALIFIER tvec4<T, P> & tvec4<T, P>::operator/= (U s) 382 GLM_FUNC_QUALIFIER tvec4<T, P> & tvec4<T, P>::operator%= (U s) 404 GLM_FUNC_QUALIFIER tvec4<T, P> & tvec4<T, P>::operator&= (U s) [all …]
|
D | type_vec3.inl | 88 GLM_FUNC_QUALIFIER tvec3<T, P>::tvec3(T const & s) : 130 B const & s 141 A const & s, 195 GLM_FUNC_QUALIFIER tvec3<T, P> & tvec3<T, P>::operator+= (U s) 215 GLM_FUNC_QUALIFIER tvec3<T, P> & tvec3<T, P>::operator-= (U s) 235 GLM_FUNC_QUALIFIER tvec3<T, P> & tvec3<T, P>::operator*= (U s) 255 GLM_FUNC_QUALIFIER tvec3<T, P> & tvec3<T, P>::operator/= (U s) 316 tvec3<T, P> const & v1, 326 tvec3<T, P> const & v1, 338 GLM_FUNC_QUALIFIER tvec3<T, P> & tvec3<T, P>::operator%= (U s) [all …]
|
D | type_vec1.inl | 82 GLM_FUNC_QUALIFIER tvec1<T, P>::tvec1(T const & s) : 153 U const & s 175 U const & s 197 U const & s 219 U const & s 276 tvec1<T, P> const & v1, 286 tvec1<T, P> const & v1, 300 U const & s 322 U const & s 344 U const & s [all …]
|
/external/vulkan-validation-layers/libs/glm/gtx/ |
D | spline.inl | 15 genType const & v1, 19 typename genType::value_type const & s 38 genType const & v1, 42 typename genType::value_type const & s 60 genType const & v1, 64 typename genType::value_type const & s
|
D | simd_vec4.inl | 43 GLM_FUNC_QUALIFIER fvec4SIMD::fvec4SIMD(float const & s) : 76 GLM_FUNC_QUALIFIER fvec4SIMD::fvec4SIMD(vec3 const & v, float const & s) : 80 GLM_FUNC_QUALIFIER fvec4SIMD::fvec4SIMD(float const & s, vec3 const & v) : 84 GLM_FUNC_QUALIFIER fvec4SIMD::fvec4SIMD(vec2 const & v1, vec2 const & v2) : 101 GLM_FUNC_QUALIFIER fvec4SIMD& fvec4SIMD::operator+=(float const & s) 113 GLM_FUNC_QUALIFIER fvec4SIMD& fvec4SIMD::operator-=(float const & s) 125 GLM_FUNC_QUALIFIER fvec4SIMD& fvec4SIMD::operator*=(float const & s) 137 GLM_FUNC_QUALIFIER fvec4SIMD& fvec4SIMD::operator/=(float const & s) 183 GLM_FUNC_QUALIFIER fvec4SIMD operator+ (fvec4SIMD const & v, float s) 188 GLM_FUNC_QUALIFIER fvec4SIMD operator+ (float s, fvec4SIMD const & v) [all …]
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/ |
D | Rotation.java | 255 double s = ort[0][0] + ort[1][1] + ort[2][2]; in Rotation() local 313 public Rotation(Vector3D u1, Vector3D u2, Vector3D v1, Vector3D v2) { in Rotation() 621 Vector3D v1 = applyTo(Vector3D.PLUS_K); in getAngles() local 639 Vector3D v1 = applyTo(Vector3D.PLUS_J); in getAngles() local 657 Vector3D v1 = applyTo(Vector3D.PLUS_K); in getAngles() local 675 Vector3D v1 = applyTo(Vector3D.PLUS_I); in getAngles() local 693 Vector3D v1 = applyTo(Vector3D.PLUS_J); in getAngles() local 711 Vector3D v1 = applyTo(Vector3D.PLUS_I); in getAngles() local 729 Vector3D v1 = applyTo(Vector3D.PLUS_I); in getAngles() local 747 Vector3D v1 = applyTo(Vector3D.PLUS_I); in getAngles() local [all …]
|
/external/clang/test/Sema/ |
D | attr-cleanup.c | 22 struct s { struct 27 void c3(struct s a); argument 31 …int v1 __attribute__((cleanup(c2))); // expected-error {{'cleanup' function 'c2' must take 1 param… in t2() local
|
/external/opencv3/3rdparty/openexr/Imath/ |
D | ImathVecAlgo.h | 95 project (const Vec &s, const Vec &t) in project() 103 orthogonal (const Vec &s, const Vec &t) in orthogonal() 110 reflect (const Vec &s, const Vec &t) in reflect() 118 const Vec &v1, in closestVertex()
|
/external/libcxx/test/std/containers/sequences/list/list.modifiers/ |
D | insert_iter_value.pass.cpp | 29 void* operator new(std::size_t s) throw(std::bad_alloc) in operator new() 71 std::list<int> v1(3); in main() local 104 std::list<int, min_allocator<int>> v1(3); in main() local
|
/external/clang/test/PCH/ |
D | cxx-implicit-moves.cpp | 16 NSSize s = { w, h }; in NSMakeSize() local 20 float test(float v1, float v2) { in test() 21 NSSize s = NSMakeSize(v1, v2); in test() local
|
/external/libcxx/test/std/numerics/numarray/template.indirect.array/indirect.array.fill/ |
D | assign_value.pass.cpp | 26 std::size_t s[] = { 3, 4, 5, 7, 8, 9, 11, 12, 13, 15, 16, 17, in main() local 29 std::valarray<int> v1(a1, N1); in main() local
|
/external/libcxx/test/std/utilities/template.bitset/bitset.members/ |
D | right_shift.pass.cpp | 31 for (std::size_t s = 0; s <= N+1; ++s) in test_right_shift() local 33 std::bitset<N> v1 = make_bitset<N>(); in test_right_shift() local
|
D | left_shift.pass.cpp | 31 for (std::size_t s = 0; s <= N+1; ++s) in test_left_shift() local 33 std::bitset<N> v1 = make_bitset<N>(); in test_left_shift() local
|
D | left_shift_eq.pass.cpp | 31 for (std::size_t s = 0; s <= N+1; ++s) in test_left_shift() local 33 std::bitset<N> v1 = make_bitset<N>(); in test_left_shift() local
|
D | right_shift_eq.pass.cpp | 31 for (std::size_t s = 0; s <= N+1; ++s) in test_right_shift() local 33 std::bitset<N> v1 = make_bitset<N>(); in test_right_shift() local
|
/external/libcxx/test/std/numerics/numarray/template.valarray/valarray.sub/ |
D | indirect_array_non_const.pass.cpp | 26 std::size_t s[] = { 3, 4, 5, 7, 8, 9, 11, 12, 13, 15, 16, 17, in main() local 29 std::valarray<int> v1(a, N1); in main() local
|
D | indirect_array_const.pass.cpp | 26 std::size_t s[] = { 3, 4, 5, 7, 8, 9, 11, 12, 13, 15, 16, 17, in main() local 29 const std::valarray<int> v1(a, N1); in main() local
|
/external/libcxx/test/std/numerics/numarray/template.valarray/valarray.cons/ |
D | indirect_array.pass.cpp | 26 std::size_t s[] = { 3, 4, 5, 7, 8, 9, 11, 12, 13, 15, 16, 17, in main() local 29 std::valarray<int> v1(a, N1); in main() local
|
/external/libcxx/test/std/numerics/numarray/template.valarray/valarray.assign/ |
D | indirect_array_assign.pass.cpp | 26 std::size_t s[] = { 3, 4, 5, 7, 8, 9, 11, 12, 13, 15, 16, 17, in main() local 29 std::valarray<int> v1(a, N1); in main() local
|
/external/libcxx/test/std/numerics/numarray/template.indirect.array/indirect.array.comp.assign/ |
D | multiply.pass.cpp | 29 std::size_t s[N2] = { 3, 4, 5, 7, 8, 9, 11, 12, 13, 15, 16, 17, in main() local 31 std::valarray<int> v1(a1, N1); in main() local
|
D | subtraction.pass.cpp | 29 std::size_t s[N2] = { 3, 4, 5, 7, 8, 9, 11, 12, 13, 15, 16, 17, in main() local 31 std::valarray<int> v1(a1, N1); in main() local
|
D | and.pass.cpp | 29 std::size_t s[N2] = { 3, 4, 5, 7, 8, 9, 11, 12, 13, 15, 16, 17, in main() local 31 std::valarray<int> v1(a1, N1); in main() local
|
D | divide.pass.cpp | 29 std::size_t s[N2] = { 3, 4, 5, 7, 8, 9, 11, 12, 13, 15, 16, 17, in main() local 31 std::valarray<int> v1(a1, N1); in main() local
|
D | modulo.pass.cpp | 29 std::size_t s[N2] = { 3, 4, 5, 7, 8, 9, 11, 12, 13, 15, 16, 17, in main() local 31 std::valarray<int> v1(a1, N1); in main() local
|