OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kFloatFuzz
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/services/camera/libcameraservice/device3/
DistortionMapper.h
151
constexpr static float
kFloatFuzz
= 1e-4;
DistortionMapper.cpp
526
if (0 -
kFloatFuzz
< u1 && u1 < 1 +
kFloatFuzz
) return u1;
530
if (0 -
kFloatFuzz
< u2 && u2 < 1 +
kFloatFuzz
) return u2;
Completed in 544 milliseconds