Searched refs:maxFloat (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/media/module/codecs/amrwb/enc/inc/ |
D | typedefs.h | 146 #define maxFloat FLT_MAX 150 #define maxFloat DBL_MAX macro
|
/frameworks/base/core/java/com/android/internal/display/ |
D | BrightnessSynchronizer.java | 155 final float maxFloat = PowerManager.BRIGHTNESS_MAX; in brightnessIntToFloat() local 158 return MathUtils.constrainedMap(minFloat, maxFloat, minInt, maxInt, brightnessInt); in brightnessIntToFloat() 182 final float maxFloat = PowerManager.BRIGHTNESS_MAX; in brightnessFloatToIntRange() local 185 return MathUtils.constrainedMap(minInt, maxInt, minFloat, maxFloat, brightnessFloat); in brightnessFloatToIntRange()
|
/frameworks/native/libs/input/tests/ |
D | VelocityTracker_test.cpp | 420 float maxFloat = std::numeric_limits<float>::max(); in TEST_F() local 422 computedVelocity = vt.getComputedVelocity(/*units=*/1000, maxFloat); in TEST_F() 427 computedVelocity = vt.getComputedVelocity(/*units=*/1000000, maxFloat); in TEST_F()
|