OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:r_height
(Results
1 - 5
of
5
) sorted by null
/prebuilt/linux-x86/toolchain/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
);
/prebuilt/ndk/android-ndk-r5/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
);
/prebuilt/ndk/android-ndk-r6/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
);
/frameworks/base/opengl/java/android/opengl/
Matrix.java
276
final float
r_height
= 1.0f / (top - bottom);
local
279
final float y = 2.0f * (
r_height
);
282
final float ty = -(top + bottom) *
r_height
;
335
final float
r_height
= 1.0f / (top - bottom);
local
338
final float y = 2.0f * (near *
r_height
);
340
final float B = (top + bottom) *
r_height
;
/frameworks/base/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
;
Completed in 233 milliseconds