Home
last modified time | relevance | path

Searched refs:INFINITY (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/include/cpustats/
DCentralTendencyStatistics.h28 mMean(NAN), mMedian(NAN), mMinimum(INFINITY), mMaximum(-INFINITY), mN(0), mM2(0), in CentralTendencyStatistics()
/frameworks/av/media/libcpustats/
DCentralTendencyStatistics.cpp42 mMinimum = INFINITY; in reset()
43 mMaximum = -INFINITY; in reset()
/frameworks/compile/slang/tests/P_reduce_general_examples/
Dreduce_general_examples.rs45 #define INFINITY 0.0f
57 static const MinAndMax r = { { INFINITY, -1 }, { -INFINITY, -1 } };
/frameworks/compile/slang/tests/P_reduce_general_examples_backward/
Dreduce_general_examples_backward.rs41 #define INFINITY 0.0f
53 static const MinAndMax r = { { INFINITY, -1 }, { -INFINITY, -1 } };
/frameworks/native/opengl/libagl/
Dfp.h88 u.r = INFINITY; in fastexpf()
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
DCameraCapabilities.java103 INFINITY, enumConstant
DAndroidCameraCapabilities.java208 mSupportedFocusModes.add(FocusMode.INFINITY); in buildFocusModes()