Home
last modified time | relevance | path

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

/ndk/tests/device/test-stlport/unit/
Dcmath_test.cpp74 int rand_val = std::rand(); in import_checks() local
75 CPPUNIT_CHECK( rand_val >= 0 && rand_val <= RAND_MAX ); in import_checks()
/ndk/tests/device/test-gnustl-full/unit/
Dcmath_test.cpp74 int rand_val = std::rand(); in import_checks() local
75 CPPUNIT_CHECK( rand_val >= 0 && rand_val <= RAND_MAX ); in import_checks()