Lines Matching full:atanh
2487 DEFINE_DERIVED_FLOAT1(ATanh, atanh, x, constant(0.5f) * log((constant(1.0f) + x) /5236 addScalarFactory<ATanh>(*funcs);