Home
last modified time | relevance | path

Searched refs:length_type (Results 1 - 19 of 19) sorted by relevance

/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
H A Dtype_mat2x2.hpp71 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;
H A Dtype_mat2x3.hpp72 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;
H A Dtype_mat2x4.hpp74 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;
H A Dtype_mat3x2.hpp79 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;
H A Dtype_mat3x3.hpp78 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;
H A Dtype_mat3x4.hpp79 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;
H A Dtype_mat4x2.hpp84 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;
H A Dtype_mat4x3.hpp84 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;
H A Dtype_mat4x4.hpp83 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;
H A Dtype_vec1.hpp80 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;
H A Dtype_vec2.hpp81 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;
H A Dtype_vec3.hpp81 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;
H A Dtype_vec4.hpp84 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;
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
H A Ddual_quaternion.hpp47 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;
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/
H A Dquaternion.hpp72 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/
H A Dtest_string.c10 enum length_type { actual_length, auto_length }; enum
48 enum length_type length_mode) { in TestOneByteImpl()
72 enum length_type length_mode) { in TestTwoByteImpl()
/third_party/node/deps/v8/src/compiler/
H A Djs-create-lowering.cc671 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()
H A Dtyped-optimization.cc174 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()
H A Dsimplified-lowering.cc1816 Type const length_type = TypeOf(node->InputAt(1)); in VisitCheckBounds() local
1823 if (length_type.Is(Type::Unsigned31())) { in VisitCheckBounds()
1828 // which will be considered out-of-bounds because the {length_type} is in VisitCheckBounds()
1833 if (index_type.IsNone() || length_type.IsNone() || in VisitCheckBounds()
1835 index_type.Max() < length_type.Min())) { in VisitCheckBounds()
1866 CHECK(length_type.Is(type_cache_->kPositiveSafeInteger)); in VisitCheckBounds()

Completed in 22 milliseconds