OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:div_res
(Results
1 - 3
of
3
) sorted by null
/external/stlport/test/unit/
cmath_test.cpp
63
std::div_t
div_res
= std::div(3, 2);
local
64
CPPUNIT_CHECK(
div_res
.quot == 1 );
65
CPPUNIT_CHECK(
div_res
.rem == 1 );
/ndk/tests/device/test-gnustl-full/unit/
cmath_test.cpp
63
std::div_t
div_res
= std::div(3, 2);
local
64
CPPUNIT_CHECK(
div_res
.quot == 1 );
65
CPPUNIT_CHECK(
div_res
.rem == 1 );
/ndk/tests/device/test-stlport/unit/
cmath_test.cpp
63
std::div_t
div_res
= std::div(3, 2);
local
64
CPPUNIT_CHECK(
div_res
.quot == 1 );
65
CPPUNIT_CHECK(
div_res
.rem == 1 );
Completed in 76 milliseconds