Home
last modified time | relevance | path

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

/ndk/tests/device/test-stlport/unit/
Dcmath_test.cpp63 std::div_t div_res = std::div(3, 2); in import_checks() local
64 CPPUNIT_CHECK( div_res.quot == 1 ); in import_checks()
65 CPPUNIT_CHECK( div_res.rem == 1 ); in import_checks()
/ndk/tests/device/test-gnustl-full/unit/
Dcmath_test.cpp63 std::div_t div_res = std::div(3, 2); in import_checks() local
64 CPPUNIT_CHECK( div_res.quot == 1 ); in import_checks()
65 CPPUNIT_CHECK( div_res.rem == 1 ); in import_checks()