Home
last modified time | relevance | path

Searched refs:acoshf (Results 1 – 4 of 4) sorted by relevance

/external/llvm/test/CodeGen/X86/
D2007-03-24-InlineAsmVectorOp.ll7 define void @acoshf() {
/external/mesa3d/src/mesa/main/
Dimports.h154 static INLINE float acoshf(float x) { return logf(x + sqrtf(x * x - 1.0f)); } in acoshf() function
/external/clang/lib/Headers/
Dtgmath.h154 __tg_acosh(float __x) {return acoshf(__x);} in __tg_acosh()
/external/mesa3d/src/glsl/
Dir_constant_expression.cpp1018 data.f[c] = acoshf(op[0]->value.f[c]); in constant_expression_value()