HomeSort by relevance Sort by last modified time
    Searched refs:r_height (Results 1 - 6 of 6) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/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/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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);
  /external/jemalloc/test/unit/
rb.c 3 #define rbtn_black_height(a_type, a_field, a_rbt, r_height) do { \
5 for (rbp_bh_t = (a_rbt)->rbt_root, (r_height) = 0; \
9 (r_height)++; \
  /cts/tests/openglperf2/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 815 const GLfloat r_height = reciprocalf(top - bottom); local
818 const GLfloat y = mul2f(zNear * r_height);
820 const GLfloat B = (top + bottom) * r_height;
855 const GLfloat r_height = reciprocalf(top - bottom); local
858 const GLfloat y = mul2f(r_height);
861 const GLfloat ty = -(top + bottom) * r_height;

Completed in 1327 milliseconds