Searched refs:tanh (Results 1 – 25 of 32) sorted by relevance
12
139 TEST_FUNC_1(tanh);
887 f = tanh(f);888 f2 = tanh(f2);889 f3 = tanh(f3);890 f4 = tanh(f4);
350 TEST_FN_FUNC_FN(tanh);
885 f = tanh(f);886 f2 = tanh(f2);887 f3 = tanh(f3);888 f4 = tanh(f4);
867 f = tanh(f);868 f2 = tanh(f2);869 f3 = tanh(f3);870 f4 = tanh(f4);
324 TEST_FN_FUNC_FN(tanh);
179 TEST_FN_FUNC_FN(tanh);
310 TEST_FN_FUNC_FN(tanh);
254 TEST_HN_FUNC_HN(tanh);
348 TEST_FN_FUNC_FN(tanh);
786 float __attribute__((overloadable)) tanh(float v) { in tanh() function789 FN_FUNC_FN(tanh) in FN_FUNC_FN() argument1630 THUNK_NATIVE_F(tanh) in THUNK_NATIVE_F()2259 HN_FUNC_HN(tanh);
393 BENCH_FN_FUNC_FN(tanh);
5377 * See also tanh().6306 * tanh: Hyperbolic tangent6313 tanh(float v);6316 tanh(float2 v);6319 tanh(float3 v);6322 tanh(float4 v);6326 tanh(half v);6331 tanh(half2 v);6336 tanh(half3 v);6341 tanh(half4 v);
2711 See also @tanh().3275 function: tanh3289 function: tanh
3280 *(float*)buf2299 = tanh(*(float*)buf2300);3281 *(float2*)buf2301 = tanh(*(float2*)buf2302);3282 *(float3*)buf2303 = tanh(*(float3*)buf2304);3283 *(float4*)buf2305 = tanh(*(float4*)buf2306);
3387 *(float*)buf2369 = tanh(*(float*)buf2370);3388 *(float2*)buf2371 = tanh(*(float2*)buf2372);3389 *(float3*)buf2373 = tanh(*(float3*)buf2374);3390 *(float4*)buf2375 = tanh(*(float4*)buf2376);
3548 *(float*)buf2461 = tanh(*(float*)buf2462);3549 *(float2*)buf2463 = tanh(*(float2*)buf2464);3550 *(float3*)buf2465 = tanh(*(float3*)buf2466);3551 *(float4*)buf2467 = tanh(*(float4*)buf2468);
3708 *(float*)buf2569 = tanh(*(float*)buf2570);3709 *(float2*)buf2571 = tanh(*(float2*)buf2572);3710 *(float3*)buf2573 = tanh(*(float3*)buf2574);3711 *(float4*)buf2575 = tanh(*(float4*)buf2576);
8803 *(float*)buf6397 = tanh(*(float*)buf6398);8804 *(float2*)buf6399 = tanh(*(float2*)buf6400);8805 *(float3*)buf6401 = tanh(*(float3*)buf6402);8806 *(float4*)buf6403 = tanh(*(float4*)buf6404);8807 *(half*)buf6405 = tanh(*(half*)buf6406);8808 *(half2*)buf6407 = tanh(*(half2*)buf6408);8809 *(half3*)buf6409 = tanh(*(half3*)buf6410);8810 *(half4*)buf6411 = tanh(*(half4*)buf6412);