OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:abs
(Results
976 - 1000
of
1209
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/frameworks/av/services/camera/libcameraservice/camera2/
ZslProcessor.cpp
506
int64_t delta =
abs
(bufferTimestamp - frameTimestamp);
/frameworks/base/core/java/android/gesture/
GestureUtils.java
452
if (numOrientations > 2 && Math.
abs
(angle) >= Math.PI / numOrientations) {
/frameworks/base/core/java/android/widget/
SlidingDrawer.java
448
if (Math.
abs
(velocity) < mMaximumTapVelocity) {
[
all
...]
/frameworks/base/location/java/android/location/
Location.java
367
if (Math.
abs
(delta) < 1.0e-12) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PanelView.java
453
final float deltaY = Math.
abs
(mFinalTouchY - mInitialTouchY);
/frameworks/base/services/java/com/android/server/wm/
AppTransition.java
328
if (Math.
abs
(denom) < .0001f) {
[
all
...]
/hardware/ti/omap3/dspbridge/libbridge/
DSPStrm.c
525
pAttrIn->uSegment =
abs
(pAttrIn->uSegment);
/libcore/luni/src/main/java/java/math/
BigInteger.java
355
public BigInteger
abs
() {
method in class:BigInteger
[
all
...]
/packages/apps/Calendar/src/com/android/calendar/month/
MonthByWeekFragment.java
429
if (mDaysPerWeek * mNumWeeks * 2 < Math.
abs
(
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
UserDictionaryToolsList.java
674
int row_hight = (Math.
abs
(fontMetrics.top) + fontMetrics.bottom) * 2;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
valarray_after.h
441
_DEFINE_EXPR_UNARY_FUNCTION(
abs
)
valarray_before.h
66
{ return
abs
(__t); }
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdlib.h
691
extern int
abs
(int __x) __THROW __attribute__ ((__const__)) __wur;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
valarray_after.h
443
_DEFINE_EXPR_UNARY_FUNCTION(
abs
, _Abs)
valarray_before.h
68
{ return
abs
(__t); }
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
stdlib.h
691
extern int
abs
(int __x) __THROW __attribute__ ((__const__)) __wur;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
stdlib.h
691
extern int
abs
(int __x) __THROW __attribute__ ((__const__)) __wur;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
valarray_after.h
443
_DEFINE_EXPR_UNARY_FUNCTION(
abs
, _Abs)
valarray_before.h
68
{ return
abs
(__t); }
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
valarray_after.h
441
_DEFINE_EXPR_UNARY_FUNCTION(
abs
)
valarray_before.h
66
{ return
abs
(__t); }
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
valarray_after.h
441
_DEFINE_EXPR_UNARY_FUNCTION(
abs
)
valarray_before.h
66
{ return
abs
(__t); }
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
valarray_after.h
441
_DEFINE_EXPR_UNARY_FUNCTION(
abs
)
valarray_before.h
66
{ return
abs
(__t); }
Completed in 388 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>