OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:abs
(Results
1 - 25
of
233
) sorted by null
1
2
3
4
5
6
7
8
9
10
/bionic/libc/upstream-freebsd/lib/libc/stdlib/
abs.c
31
static char sccsid[] = "@(#)
abs
.c 8.1 (Berkeley) 6/4/93";
39
abs
(j)
function
/external/stlport/stlport/stl/
_cstdlib.h
113
inline int
abs
(int __x) { return _STLP_VENDOR_CSTD::
abs
(__x); }
function
121
# pragma function (
abs
)
124
//HP-UX native lib has
abs
() and div() functions in global namespace
131
inline long
abs
(long __x) { return _STLP_VENDOR_CSTD::labs(__x); }
function
143
# pragma intrinsic (
abs
)
151
inline _STLP_LONG_LONG
abs
(_STLP_LONG_LONG __x) { return _STLP_VENDOR_CSTD::llabs(__x); }
function
154
inline _STLP_LONG_LONG
abs
(_STLP_LONG_LONG __x) { return ::llabs(__x); }
function
158
inline _STLP_LONG_LONG
abs
(_STLP_LONG_LONG __x) { return __x < 0 ? -__x : __x; }
function
164
* problem we provide all
abs
overload before the 'using' call
[
all
...]
_complex.h
735
_Tp _STLP_CALL
abs
(const complex<_Tp>& __z);
756
_STLP_DECLSPEC float _STLP_CALL
abs
(const complex<float>&);
758
_STLP_DECLSPEC double _STLP_CALL
abs
(const complex<double>&);
769
_Tp _STLP_CALL
abs
(const complex<_Tp>& __z)
function
770
{ return _Tp(
abs
(complex<double>(double(__z.real()), double(__z.imag())))); }
786
_STLP_DECLSPEC long double _STLP_CALL
abs
(const complex<long double>&);
/external/vixl/examples/
abs.cc
33
// int64_t
abs
(int64_t x)
54
Label
abs
;
local
55
masm.Bind(&
abs
);
62
simulator.RunFrom(
abs
.target());
63
printf("
abs
(%ld) = %ld\n", input_value, simulator.xreg(0));
/frameworks/av/include/media/stagefright/foundation/
AUtils.h
50
inline static T
abs
(const T &a) {
function
67
T err =
abs
(val) % period;
/hardware/ti/omap4-aah/libtiutils/
UtilsCommon.h
52
T
abs
(const T & x);
87
inline T
abs
(const T & x) {
function in namespace:Ti
/ndk/sources/cxx-stl/stlport/stlport/stl/
_cstdlib.h
113
inline int
abs
(int __x) { return _STLP_VENDOR_CSTD::
abs
(__x); }
function
121
# pragma function (
abs
)
124
//HP-UX native lib has
abs
() and div() functions in global namespace
131
inline long
abs
(long __x) { return _STLP_VENDOR_CSTD::labs(__x); }
function
143
# pragma intrinsic (
abs
)
151
inline _STLP_LONG_LONG
abs
(_STLP_LONG_LONG __x) { return _STLP_VENDOR_CSTD::llabs(__x); }
function
154
inline _STLP_LONG_LONG
abs
(_STLP_LONG_LONG __x) { return ::llabs(__x); }
function
158
inline _STLP_LONG_LONG
abs
(_STLP_LONG_LONG __x) { return __x < 0 ? -__x : __x; }
function
164
* problem we provide all
abs
overload before the 'using' call
[
all
...]
_complex.h
735
_Tp _STLP_CALL
abs
(const complex<_Tp>& __z);
756
_STLP_DECLSPEC float _STLP_CALL
abs
(const complex<float>&);
758
_STLP_DECLSPEC double _STLP_CALL
abs
(const complex<double>&);
769
_Tp _STLP_CALL
abs
(const complex<_Tp>& __z)
function
770
{ return _Tp(
abs
(complex<double>(double(__z.real()), double(__z.imag())))); }
786
_STLP_DECLSPEC long double _STLP_CALL
abs
(const complex<long double>&);
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cstdlib.h
113
inline int
abs
(int __x) { return _STLP_VENDOR_CSTD::
abs
(__x); }
function
121
# pragma function (
abs
)
124
//HP-UX native lib has
abs
() and div() functions in global namespace
131
inline long
abs
(long __x) { return _STLP_VENDOR_CSTD::labs(__x); }
function
143
# pragma intrinsic (
abs
)
151
inline _STLP_LONG_LONG
abs
(_STLP_LONG_LONG __x) { return _STLP_VENDOR_CSTD::llabs(__x); }
function
154
inline _STLP_LONG_LONG
abs
(_STLP_LONG_LONG __x) { return ::llabs(__x); }
function
158
inline _STLP_LONG_LONG
abs
(_STLP_LONG_LONG __x) { return __x < 0 ? -__x : __x; }
function
164
* problem we provide all
abs
overload before the 'using' call
[
all
...]
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cstdlib.h
113
inline int
abs
(int __x) { return _STLP_VENDOR_CSTD::
abs
(__x); }
function
121
# pragma function (
abs
)
124
//HP-UX native lib has
abs
() and div() functions in global namespace
131
inline long
abs
(long __x) { return _STLP_VENDOR_CSTD::labs(__x); }
function
143
# pragma intrinsic (
abs
)
151
inline _STLP_LONG_LONG
abs
(_STLP_LONG_LONG __x) { return _STLP_VENDOR_CSTD::llabs(__x); }
function
154
inline _STLP_LONG_LONG
abs
(_STLP_LONG_LONG __x) { return ::llabs(__x); }
function
158
inline _STLP_LONG_LONG
abs
(_STLP_LONG_LONG __x) { return __x < 0 ? -__x : __x; }
function
164
* problem we provide all
abs
overload before the 'using' call
[
all
...]
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cstdlib.h
113
inline int
abs
(int __x) { return _STLP_VENDOR_CSTD::
abs
(__x); }
function
121
# pragma function (
abs
)
124
//HP-UX native lib has
abs
() and div() functions in global namespace
131
inline long
abs
(long __x) { return _STLP_VENDOR_CSTD::labs(__x); }
function
143
# pragma intrinsic (
abs
)
151
inline _STLP_LONG_LONG
abs
(_STLP_LONG_LONG __x) { return _STLP_VENDOR_CSTD::llabs(__x); }
function
154
inline _STLP_LONG_LONG
abs
(_STLP_LONG_LONG __x) { return ::llabs(__x); }
function
158
inline _STLP_LONG_LONG
abs
(_STLP_LONG_LONG __x) { return __x < 0 ? -__x : __x; }
function
164
* problem we provide all
abs
overload before the 'using' call
[
all
...]