Home
last modified time | relevance | path

Searched refs:long_long (Results 1 – 2 of 2) sorted by relevance

/external/stlport/test/unit/
Dlimits_test.cpp294 typedef _STLP_LONG_LONG long_long; in test() typedef
295 CPPUNIT_CHECK(test_signed_integral_limits(long_long())); in test()
Dtype_traits_test.cpp313 typedef _STLP_LONG_LONG long_long; in integer() typedef
314 CPPUNIT_ASSERT( is_integer(long_long()) == 1 ); in integer()
359 typedef _STLP_LONG_LONG long_long; in rational() typedef
360 CPPUNIT_ASSERT( is_rational(long_long()) == 0 ); in rational()