OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:deIsNaN
(Results
1 - 4
of
4
) sorted by null
/external/deqp/framework/common/
tcuFloatFormat.cpp
103
if (
deIsNaN
(frac))
160
DE_ASSERT(!
deIsNaN
(d));
229
if (
deIsNaN
(x))
tcuInterval.hpp
69
: m_hasNaN (!!
deIsNaN
(val))
/external/deqp/framework/delibs/debase/
deMath.h
67
DE_INLINE deBool
deIsNaN
(double x) { return (x != x); }
97
DE_INLINE double deSign (double x) { return
deIsNaN
(x) ? x : (double)((x > 0.0) - (x < 0.0)); }
/external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp
[
all
...]
Completed in 3481 milliseconds