Searched defs:div (Results 1 - 3 of 3) sorted by relevance

/ndk/tests/device/test-gnustl-full/unit/
H A Ddivides_test.cpp16 CPPUNIT_TEST(div);
20 void div();
28 void DivideTest::div() function in class:DivideTest
/ndk/tests/device/test-stlport/unit/
H A Ddivides_test.cpp16 CPPUNIT_TEST(div);
20 void div();
28 void DivideTest::div() function in class:DivideTest
/ndk/sources/cxx-stl/stlport/stlport/stl/
H A D_cstdlib.h114 inline _STLP_VENDOR_CSTD::div_t div(int __x, int __y) { return _STLP_VENDOR_CSTD::div(__x, __y); } function
124 //HP-UX native lib has abs() and div() functions in global namespace
137 inline _STLP_VENDOR_CSTD::ldiv_t div(long __x, long __y) { return _STLP_VENDOR_CSTD::ldiv(__x, __y); } function
152 inline lldiv_t div(_STLP_LONG_LONG __x, _STLP_LONG_LONG __y) { return _STLP_VENDOR_CSTD::lldiv(__x, __y); } function
155 inline lldiv_t div(_STLP_LONG_LONG __x, _STLP_LONG_LONG __y) { return ::lldiv(__x, __y); } function
176 using ::div;

Completed in 101 milliseconds