Searched refs:div (Results 1 - 25 of 453) sorted by relevance

1234567891011>>

/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/include/
H A Dstdlib.h72 div_t div( int numer, int denom);
73 ldiv_t div( long numer, long denom);
74 lldiv_t div(long long numer, long long denom); // C++0X
105 #undef div macro
120 inline _LIBCPP_INLINE_VISIBILITY ldiv_t div( long __x, long __y) _NOEXCEPT {return ldiv(__x, __y);}
122 inline _LIBCPP_INLINE_VISIBILITY lldiv_t div(long long __x, long long __y) _NOEXCEPT {return lldiv(__x, __y);}
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/
H A Dstdlib.h72 div_t div( int numer, int denom);
73 ldiv_t div( long numer, long denom);
74 lldiv_t div(long long numer, long long denom); // C++0X
105 #undef div macro
120 inline _LIBCPP_INLINE_VISIBILITY ldiv_t div( long __x, long __y) _NOEXCEPT {return ldiv(__x, __y);}
122 inline _LIBCPP_INLINE_VISIBILITY lldiv_t div(long long __x, long long __y) _NOEXCEPT {return lldiv(__x, __y);}
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
H A Dstdlib.h44 using std::tr1::div;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
H A Dstdlib.h44 using std::tr1::div;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/tr1/
H A Dstdlib.h44 using std::tr1::div;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
H A Dstdlib.h44 using std::tr1::div;
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
H A Dstdlib.h44 using std::tr1::div;
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
H A Dstdlib.h44 using std::tr1::div;
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
H A Dstdlib.h44 using std::tr1::div;
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
H A Dstdlib.h44 using std::tr1::div;
/prebuilts/ndk/current/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;
/prebuilts/ndk/r10/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;
/prebuilts/ndk/r11/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;
/prebuilts/ndk/r13/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;
/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dfractions.py415 __div__, __rdiv__ = _operator_fallbacks(_div, operator.div)
420 div = a / b
421 if isinstance(div, Rational):
422 # trunc(math.floor(div)) doesn't work if the rational is
425 return div.numerator // div.denominator
427 return math.floor(div)
432 div = a / b
433 if isinstance(div, Rational):
434 # trunc(math.floor(div)) does
[all...]
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dfractions.py415 __div__, __rdiv__ = _operator_fallbacks(_div, operator.div)
420 div = a / b
421 if isinstance(div, Rational):
422 # trunc(math.floor(div)) doesn't work if the rational is
425 return div.numerator // div.denominator
427 return math.floor(div)
432 div = a / b
433 if isinstance(div, Rational):
434 # trunc(math.floor(div)) does
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dfractions.py415 __div__, __rdiv__ = _operator_fallbacks(_div, operator.div)
420 div = a / b
421 if isinstance(div, Rational):
422 # trunc(math.floor(div)) doesn't work if the rational is
425 return div.numerator // div.denominator
427 return math.floor(div)
432 div = a / b
433 if isinstance(div, Rational):
434 # trunc(math.floor(div)) does
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dfractions.py415 __div__, __rdiv__ = _operator_fallbacks(_div, operator.div)
420 div = a / b
421 if isinstance(div, Rational):
422 # trunc(math.floor(div)) doesn't work if the rational is
425 return div.numerator // div.denominator
427 return math.floor(div)
432 div = a / b
433 if isinstance(div, Rational):
434 # trunc(math.floor(div)) does
[all...]
/prebuilts/tools/linux-x86_64/kythe/web/ui/css/
H A Dstyle.css18 html, body, #kythe, #container, #container div {
75 #xrefs div {
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
H A Dstdlib_h.pass.cpp33 #ifdef div
34 #error div is defined
101 static_assert((std::is_same<decltype(div(0,0)), div_t>::value), "");
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
H A Dstdlib_h.pass.cpp33 #ifdef div
34 #error div is defined
101 static_assert((std::is_same<decltype(div(0,0)), div_t>::value), "");
/prebuilts/ndk/current/sources/cxx-stl/gabi++/include/
H A Dcstdlib103 using ::div;
/prebuilts/ndk/current/sources/cxx-stl/system/include/
H A Dcstdlib103 using ::div;
/prebuilts/ndk/r10/sources/cxx-stl/gabi++/include/
H A Dcstdlib104 using ::div;
/prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/gabi++/include/
H A Dcstdlib103 using ::div;

Completed in 1634 milliseconds

1234567891011>>