Searched defs:div (Results 1 – 4 of 4) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _cstdlib.h | 114 inline _STLP_VENDOR_CSTD::div_t div(int __x, int __y) { return _STLP_VENDOR_CSTD::div(__x, __y); } in div() function 137 inline _STLP_VENDOR_CSTD::ldiv_t div(long __x, long __y) { return _STLP_VENDOR_CSTD::ldiv(__x, __y)… in div() function 152 inline lldiv_t div(_STLP_LONG_LONG __x, _STLP_LONG_LONG __y) { return _STLP_VENDOR_CSTD::lldiv(__x,… in div() function 155 inline lldiv_t div(_STLP_LONG_LONG __x, _STLP_LONG_LONG __y) { return ::lldiv(__x, __y); } in div() function
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | divides_test.cpp | 28 void DivideTest::div() in div() function in DivideTest
|
/ndk/tests/device/test-stlport/unit/ |
D | divides_test.cpp | 28 void DivideTest::div() in div() function in DivideTest
|
/ndk/docs/Additional_library_docs/renderscript/ |
D | doxygen.css | 3 body, table, div, p, dl { selector
|