Home | History | Annotate | Download | only in include

Lines Matching refs:native_tanh

5373  * native_tanh: Approximate hyperbolic tangent
5381 native_tanh(float v);
5386 native_tanh(float2 v);
5391 native_tanh(float3 v);
5396 native_tanh(float4 v);
5401 native_tanh(half v);
5406 native_tanh(half2 v);
5411 native_tanh(half3 v);
5416 native_tanh(half4 v);
6310 * See also native_tanh().