OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:r_height
(Results
1 - 17
of
17
) sorted by null
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/rb_tree_map_/
debug_fn_imps.hpp
52
const size_type
r_height
= assert_node_consistent(p_nd->m_p_right);
local
58
_GLIBCXX_DEBUG_ASSERT(l_height ==
r_height
);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/rb_tree_map_/
debug_fn_imps.hpp
52
const size_type
r_height
= assert_node_consistent(p_nd->m_p_right);
local
58
_GLIBCXX_DEBUG_ASSERT(l_height ==
r_height
);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/rb_tree_map_/
debug_fn_imps.hpp
52
const size_type
r_height
= assert_node_consistent(p_nd->m_p_right);
local
58
_GLIBCXX_DEBUG_ASSERT(l_height ==
r_height
);
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/rb_tree_map_/
debug_fn_imps.hpp
52
const size_type
r_height
= assert_node_consistent(p_nd->m_p_right);
local
58
_GLIBCXX_DEBUG_ASSERT(l_height ==
r_height
);
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/rb_tree_map_/
debug_fn_imps.hpp
52
const size_type
r_height
= assert_node_consistent(p_nd->m_p_right);
local
58
_GLIBCXX_DEBUG_ASSERT(l_height ==
r_height
);
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/rb_tree_map_/
debug_fn_imps.hpp
52
const size_type
r_height
= assert_node_consistent(p_nd->m_p_right);
local
58
_GLIBCXX_DEBUG_ASSERT(l_height ==
r_height
);
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/rb_tree_map_/
debug_fn_imps.hpp
52
const size_type
r_height
= assert_node_consistent(p_nd->m_p_right);
local
58
_GLIBCXX_DEBUG_ASSERT(l_height ==
r_height
);
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/rb_tree_map_/
debug_fn_imps.hpp
52
const size_type
r_height
= assert_node_consistent(p_nd->m_p_right);
local
58
_GLIBCXX_DEBUG_ASSERT(l_height ==
r_height
);
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/rb_tree_map_/
debug_fn_imps.hpp
54
const size_type
r_height
=
local
61
PB_DS_DEBUG_VERIFY(l_height ==
r_height
);
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/rb_tree_map_/
debug_fn_imps.hpp
52
const size_type
r_height
= assert_node_consistent(p_nd->m_p_right);
local
58
_GLIBCXX_DEBUG_ASSERT(l_height ==
r_height
);
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/rb_tree_map_/
debug_fn_imps.hpp
54
const size_type
r_height
=
local
61
PB_DS_DEBUG_VERIFY(l_height ==
r_height
);
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/rb_tree_map_/
debug_fn_imps.hpp
54
const size_type
r_height
=
local
61
PB_DS_DEBUG_VERIFY(l_height ==
r_height
);
/cts/suite/pts/deviceTests/opengl/jni/graphics/
Matrix.cpp
194
const float
r_height
= 1.0f / (top - bottom);
local
197
const float y = 2.0f * (near *
r_height
);
199
const float B = (top + bottom) *
r_height
;
/frameworks/base/opengl/java/android/opengl/
Matrix.java
283
final float
r_height
= 1.0f / (top - bottom);
local
286
final float y = 2.0f * (
r_height
);
289
final float ty = -(top + bottom) *
r_height
;
342
final float
r_height
= 1.0f / (top - bottom);
local
345
final float y = 2.0f * (near *
r_height
);
347
final float B = (top + bottom) *
r_height
;
/frameworks/native/opengl/libagl/
matrix.cpp
826
const GLfloat
r_height
= reciprocalf(top - bottom);
local
829
const GLfloat y = mul2f(zNear *
r_height
);
831
const GLfloat B = (top + bottom) *
r_height
;
866
const GLfloat
r_height
= reciprocalf(top - bottom);
local
869
const GLfloat y = mul2f(
r_height
);
872
const GLfloat ty = -(top + bottom) *
r_height
;
/external/chromium_org/third_party/jemalloc/chromium/
rb.h
143
#define rbp_black_height(a_type, a_field, a_tree,
r_height
) do { \
145
for (rbp_bh_t = (a_tree)->rbt_root, (
r_height
) = 0; \
149
(
r_height
)++; \
[
all
...]
/external/chromium_org/third_party/jemalloc/vendor/
rb.h
143
#define rbp_black_height(a_type, a_field, a_tree,
r_height
) do { \
145
for (rbp_bh_t = (a_tree)->rbt_root, (
r_height
) = 0; \
149
(
r_height
)++; \
[
all
...]
Completed in 2336 milliseconds