OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RoughlyEqualUlps
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/src/pathops/
SkPathOpsTypes.cpp
127
bool
RoughlyEqualUlps
(float a, float b) {
SkPathOpsTypes.h
56
bool
RoughlyEqualUlps
(float a, float b);
57
inline bool
RoughlyEqualUlps
(double a, double b) {
58
return
RoughlyEqualUlps
(SkDoubleToScalar(a), SkDoubleToScalar(b));
/external/skia/src/pathops/
SkPathOpsTypes.cpp
127
bool
RoughlyEqualUlps
(float a, float b) {
SkPathOpsTypes.h
56
bool
RoughlyEqualUlps
(float a, float b);
57
inline bool
RoughlyEqualUlps
(double a, double b) {
58
return
RoughlyEqualUlps
(SkDoubleToScalar(a), SkDoubleToScalar(b));
Completed in 63 milliseconds