OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:deFloatAcosh
(Results
1 - 3
of
3
) sorted by null
/external/deqp/framework/delibs/debase/
deMath.h
149
DE_INLINE float
deFloatAcosh
(float a) { return deFloatLog(a + deFloatSqrt(a*a - 1)); }
/external/deqp/modules/gles3/functional/
es3fShaderConstExprTests.cpp
88
{"acosh", "acosh(${T} (2.0))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT,
deFloatAcosh
(2.0f) },
/external/deqp/framework/common/
tcuVectorUtil.hpp
438
TCU_DECLARE_VECTOR_UNARY_FUNC(acosh,
deFloatAcosh
)
Completed in 211 milliseconds