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

  /external/clang/test/PCH/
cxx-member-init.cpp 19 struct m_t struct
22 m_t() { } function in struct:m_t
33 m_t *test() {
34 return new m_t;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
is_member_function_pointer.hpp 105 static T* m_t;
108 (1 == sizeof(type_traits::is_mem_fun_pointer_tester(m_t))) );
  /external/mesa3d/src/gallium/state_trackers/vega/
bezier.c 220 float m_t; local
221 m_t = 1. - t;
222 b = m_t * m_t;
225 a = b * m_t;
227 c *= 3. * m_t;
234 float m_t = 1. - t; local
235 float a = m_t * m_t;
236 float b = t * m_t;
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
test_tools.hpp 436 explicit print_helper_t( T const& t ) : m_t( t ) {}
438 T const& m_t; member in struct:boost::test_tools::tt_detail::print_helper_t
447 explicit print_helper_t( T const * t ) : m_t( t ) {}
449 T const * m_t; member in struct:boost::test_tools::tt_detail::print_helper_t
467 print_log_value<T>()( ostr, ph.m_t );
  /system/core/libpixelflinger/
scanline.cpp 1048 GGLfixed m_s, m_t; member in struct:android::clamp_iterator
    [all...]

Completed in 181 milliseconds