/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | dual_quaternion.hpp | 47 typedef length_t length_type; typedef 49 GLM_FUNC_DECL static length_type length(){return 2;} in length() 51 GLM_FUNC_DECL part_type & operator[](length_type i); 52 GLM_FUNC_DECL part_type const & operator[](length_type i) const;
|
D | dual_quaternion.inl | 12 …e tdualquat<T, P>::part_type & tdualquat<T, P>::operator[](typename tdualquat<T, P>::length_type i) 19 …T, P>::part_type const & tdualquat<T, P>::operator[](typename tdualquat<T, P>::length_type i) const
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/ |
D | type_mat2x3.hpp | 72 typedef length_t length_type; typedef 73 GLM_FUNC_DECL static length_type length(){return 2;} in length() 75 GLM_FUNC_DECL col_type & operator[](length_type i); 76 GLM_FUNC_DECL col_type const & operator[](length_type i) const;
|
D | type_mat4x2.hpp | 84 typedef length_t length_type; typedef 85 GLM_FUNC_DECL static length_type length(){return 4;} in length() 87 GLM_FUNC_DECL col_type & operator[](length_type i); 88 GLM_FUNC_DECL col_type const & operator[](length_type i) const;
|
D | type_mat3x4.hpp | 79 typedef length_t length_type; typedef 80 GLM_FUNC_DECL static length_type length(){return 3;} in length() 82 GLM_FUNC_DECL col_type & operator[](length_type i); 83 GLM_FUNC_DECL col_type const & operator[](length_type i) const;
|
D | type_mat3x2.hpp | 79 typedef length_t length_type; typedef 80 GLM_FUNC_DECL static length_type length(){return 3;} in length() 82 GLM_FUNC_DECL col_type & operator[](length_type i); 83 GLM_FUNC_DECL col_type const & operator[](length_type i) const;
|
D | type_mat2x4.hpp | 74 typedef length_t length_type; typedef 75 GLM_FUNC_DECL static length_type length(){return 2;} in length() 77 GLM_FUNC_DECL col_type & operator[](length_type i); 78 GLM_FUNC_DECL col_type const & operator[](length_type i) const;
|
D | type_mat2x2.hpp | 71 typedef length_t length_type; typedef 72 GLM_FUNC_DECL static length_type length(){return 2;} in length() 74 GLM_FUNC_DECL col_type & operator[](length_type i); 75 GLM_FUNC_DECL col_type const & operator[](length_type i) const;
|
D | type_mat4x3.hpp | 84 typedef length_t length_type; typedef 85 GLM_FUNC_DECL static length_type length(){return 4;} in length() 87 GLM_FUNC_DECL col_type & operator[](length_type i); 88 GLM_FUNC_DECL col_type const & operator[](length_type i) const;
|
D | type_mat3x3.hpp | 78 typedef length_t length_type; typedef 79 GLM_FUNC_DECL static length_type length(){return 3;} in length() 81 GLM_FUNC_DECL col_type & operator[](length_type i); 82 GLM_FUNC_DECL col_type const & operator[](length_type i) const;
|
D | type_mat4x4.hpp | 83 typedef length_t length_type; typedef 84 GLM_FUNC_DECL static length_type length(){return 4;} in length() 86 GLM_FUNC_DECL col_type & operator[](length_type i); 87 GLM_FUNC_DECL col_type const & operator[](length_type i) const;
|
D | type_vec1.hpp | 80 typedef length_t length_type; typedef 81 GLM_FUNC_DECL static length_type length(){return 1;} in length() 83 GLM_FUNC_DECL T & operator[](length_type i); 84 GLM_FUNC_DECL T const & operator[](length_type i) const;
|
D | type_vec2.hpp | 81 typedef length_t length_type; typedef 82 GLM_FUNC_DECL static length_type length(){return 2;} in length() 84 GLM_FUNC_DECL T & operator[](length_type i); 85 GLM_FUNC_DECL T const & operator[](length_type i) const;
|
D | type_vec3.hpp | 81 typedef length_t length_type; typedef 82 GLM_FUNC_DECL static length_type length(){return 3;} in length() 84 GLM_FUNC_DECL T & operator[](length_type i); 85 GLM_FUNC_DECL T const & operator[](length_type i) const;
|
D | type_vec4.hpp | 84 typedef length_t length_type; typedef 85 GLM_FUNC_DECL static length_type length(){return 4;} in length() 87 GLM_FUNC_DECL T & operator[](length_type i); 88 GLM_FUNC_DECL T const & operator[](length_type i) const;
|
D | type_mat2x2.inl | 158 …typename tmat2x2<T, P>::col_type & tmat2x2<T, P>::operator[](typename tmat2x2<T, P>::length_type i) 165 …t2x2<T, P>::col_type const & tmat2x2<T, P>::operator[](typename tmat2x2<T, P>::length_type i) const
|
D | type_mat2x3.inl | 158 …typename tmat2x3<T, P>::col_type & tmat2x3<T, P>::operator[](typename tmat2x3<T, P>::length_type i) 165 …t2x3<T, P>::col_type const & tmat2x3<T, P>::operator[](typename tmat2x3<T, P>::length_type i) const
|
D | type_mat2x4.inl | 159 …typename tmat2x4<T, P>::col_type & tmat2x4<T, P>::operator[](typename tmat2x4<T, P>::length_type i) 166 …t2x4<T, P>::col_type const & tmat2x4<T, P>::operator[](typename tmat2x4<T, P>::length_type i) const
|
D | type_mat3x2.inl | 188 …typename tmat3x2<T, P>::col_type & tmat3x2<T, P>::operator[](typename tmat3x2<T, P>::length_type i) 195 …t3x2<T, P>::col_type const & tmat3x2<T, P>::operator[](typename tmat3x2<T, P>::length_type i) const
|
D | type_vec1.inl | 70 GLM_FUNC_QUALIFIER T & tvec1<T, P>::operator[](typename tvec1<T, P>::length_type i) 77 GLM_FUNC_QUALIFIER T const & tvec1<T, P>::operator[](typename tvec1<T, P>::length_type i) const
|
D | type_mat4x2.inl | 217 …typename tmat4x2<T, P>::col_type & tmat4x2<T, P>::operator[](typename tmat4x2<T, P>::length_type i) 224 …t4x2<T, P>::col_type const & tmat4x2<T, P>::operator[](typename tmat4x2<T, P>::length_type i) const
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/ |
D | quaternion.hpp | 72 typedef length_t length_type; typedef 74 GLM_FUNC_DECL static length_type length(){return 4;} in length() 76 GLM_FUNC_DECL T & operator[](length_type i); 77 GLM_FUNC_DECL T const & operator[](length_type i) const;
|
/third_party/node/test/js-native-api/test_string/ |
D | test_string.c | 9 enum length_type { actual_length, auto_length }; enum 47 enum length_type length_mode) { in TestOneByteImpl() 71 enum length_type length_mode) { in TestTwoByteImpl()
|
/third_party/node/deps/v8/src/compiler/ |
D | js-create-lowering.cc | 671 Type length_type = NodeProperties::GetType(length); in ReduceJSCreateArray() local 672 if (!length_type.Maybe(Type::Number())) { in ReduceJSCreateArray() 682 if (length_type.Is(Type::SignedSmall()) && length_type.Min() >= 0 && in ReduceJSCreateArray() 683 length_type.Max() <= kElementLoopUnrollLimit && in ReduceJSCreateArray() 684 length_type.Min() == length_type.Max()) { in ReduceJSCreateArray() 685 int capacity = static_cast<int>(length_type.Max()); in ReduceJSCreateArray() 692 if (length_type.Maybe(Type::UnsignedSmall()) && can_inline_call) { in ReduceJSCreateArray()
|
D | typed-optimization.cc | 174 Type const length_type = NodeProperties::GetType(length); in ReduceMaybeGrowFastElements() local 176 CHECK(length_type.Is(Type::Unsigned31())); in ReduceMaybeGrowFastElements() 178 if (!index_type.IsNone() && !length_type.IsNone() && in ReduceMaybeGrowFastElements() 179 index_type.Max() < length_type.Min()) { in ReduceMaybeGrowFastElements()
|