OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_float_limits
(Results
1 - 3
of
3
) sorted by null
/external/stlport/test/unit/
limits_test.cpp
124
bool
test_float_limits
(const _Tp &) {
function
300
CPPUNIT_CHECK(
test_float_limits
(float()));
301
CPPUNIT_CHECK(
test_float_limits
(double()));
304
CPPUNIT_CHECK(
test_float_limits
(long_double()));
/ndk/tests/device/test-gnustl-full/unit/
limits_test.cpp
124
bool
test_float_limits
(const _Tp &) {
function
300
CPPUNIT_CHECK(
test_float_limits
(float()));
301
CPPUNIT_CHECK(
test_float_limits
(double()));
304
CPPUNIT_CHECK(
test_float_limits
(long_double()));
/ndk/tests/device/test-stlport/unit/
limits_test.cpp
124
bool
test_float_limits
(const _Tp &) {
function
301
CPPUNIT_CHECK(
test_float_limits
(float()));
302
CPPUNIT_CHECK(
test_float_limits
(double()));
305
CPPUNIT_CHECK(
test_float_limits
(long_double()));
Completed in 140 milliseconds