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