OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sk_float_isnan
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/include/core/
SkFloatingPoint.h
69
#define
sk_float_isnan
(x) _isnan(x)
macro
76
#define
sk_float_isnan
(x) isnan(x)
macro
80
#define sk_double_isnan(a)
sk_float_isnan
(a)
/external/skia/include/core/
SkFloatingPoint.h
69
#define
sk_float_isnan
(x) _isnan(x)
macro
76
#define
sk_float_isnan
(x) isnan(x)
macro
80
#define sk_double_isnan(a)
sk_float_isnan
(a)
Completed in 423 milliseconds