Searched refs:cbrt (Results 1 – 25 of 33) sorted by relevance
12
86 TEST_FUNC_1(cbrt);
621 f = cbrt(f);622 f2 = cbrt(f2);623 f3 = cbrt(f3);624 f4 = cbrt(f4);
253 TEST_FN_FUNC_FN(cbrt);
641 f = cbrt(f);642 f2 = cbrt(f2);643 f3 = cbrt(f3);644 f4 = cbrt(f4);
278 TEST_FN_FUNC_FN(cbrt);
639 f = cbrt(f);640 f2 = cbrt(f2);641 f3 = cbrt(f3);642 f4 = cbrt(f4);
128 TEST_HN_FUNC_HN(cbrt);
276 TEST_FN_FUNC_FN(cbrt);
126 TEST_FN_FUNC_FN(cbrt);
239 TEST_FN_FUNC_FN(cbrt);
323 BENCH_FN_FUNC_FN(cbrt);
406 float __attribute__((overloadable)) cbrt(float v) { in cbrt() function409 FN_FUNC_FN(cbrt)1615 THUNK_NATIVE_F(cbrt) in THUNK_NATIVE_F()1893 HN_FUNC_HN(cbrt);
645 * cbrt: Cube root652 cbrt(float v);655 cbrt(float2 v);658 cbrt(float3 v);661 cbrt(float4 v);665 cbrt(half v);670 cbrt(half2 v);675 cbrt(half3 v);680 cbrt(half4 v);4224 * See also cbrt().
445 function: cbrt459 function: cbrt2114 See also @cbrt().
2484 *(float*)buf120 = cbrt(*(float*)buf121);2485 *(float2*)buf122 = cbrt(*(float2*)buf123);2486 *(float3*)buf124 = cbrt(*(float3*)buf125);2487 *(float4*)buf126 = cbrt(*(float4*)buf127);
2414 *(float*)buf120 = cbrt(*(float*)buf121);2415 *(float2*)buf122 = cbrt(*(float2*)buf123);2416 *(float3*)buf124 = cbrt(*(float3*)buf125);2417 *(float4*)buf126 = cbrt(*(float4*)buf127);
2576 *(float*)buf120 = cbrt(*(float*)buf121);2577 *(float2*)buf122 = cbrt(*(float2*)buf123);2578 *(float3*)buf124 = cbrt(*(float3*)buf125);2579 *(float4*)buf126 = cbrt(*(float4*)buf127);
2684 *(float*)buf120 = cbrt(*(float*)buf121);2685 *(float2*)buf122 = cbrt(*(float2*)buf123);2686 *(float3*)buf124 = cbrt(*(float3*)buf125);2687 *(float4*)buf126 = cbrt(*(float4*)buf127);
6586 *(float*)buf216 = cbrt(*(float*)buf217);6587 *(float2*)buf218 = cbrt(*(float2*)buf219);6588 *(float3*)buf220 = cbrt(*(float3*)buf221);6589 *(float4*)buf222 = cbrt(*(float4*)buf223);6590 *(half*)buf224 = cbrt(*(half*)buf225);6591 *(half2*)buf226 = cbrt(*(half2*)buf227);6592 *(half3*)buf228 = cbrt(*(half3*)buf229);6593 *(half4*)buf230 = cbrt(*(half4*)buf231);