Searched refs:native_divide (Results 1 – 8 of 8) sorted by relevance
/frameworks/rs/driver/runtime/ |
D | rs_cl.c | 1653 float __attribute__((overloadable)) native_divide(float v1, float v2) { return v1 / v2;} in native_divide() function 1654 float2 __attribute__((overloadable)) native_divide(float2 v1, float2 v2) { return v1 / v2;} in native_divide() function 1655 float3 __attribute__((overloadable)) native_divide(float3 v1, float3 v2) { return v1 / v2;} in native_divide() function 1656 float4 __attribute__((overloadable)) native_divide(float4 v1, float4 v2) { return v1 / v2;} in native_divide() function 2282 HN_FUNC_HN_HN(native_divide);
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | math_fp16.rscript | 202 TEST_HN_FUNC_HN_HN(native_divide);
|
/frameworks/rs/script_api/include/ |
D | rs_math.rsh | 4410 * native_divide: Approximate division 4416 native_divide(float left_vector, float right_vector); 4421 native_divide(float2 left_vector, float2 right_vector); 4426 native_divide(float3 left_vector, float3 right_vector); 4431 native_divide(float4 left_vector, float4 right_vector); 4436 native_divide(half left_vector, half right_vector); 4441 native_divide(half2 left_vector, half2 right_vector); 4446 native_divide(half3 left_vector, half3 right_vector); 4451 native_divide(half4 left_vector, half4 right_vector);
|
/frameworks/rs/script_api/ |
D | rs_math.spec | 2201 function: native_divide 2214 function: native_divide
|
/frameworks/compile/slang/tests/P_all_api_24/ |
D | all24.rscript | 7629 *(float*)buf2747 = native_divide(*(float*)buf2748, *(float*)buf2749); 7630 *(float2*)buf2750 = native_divide(*(float2*)buf2751, *(float2*)buf2752); 7631 *(float3*)buf2753 = native_divide(*(float3*)buf2754, *(float3*)buf2755); 7632 *(float4*)buf2756 = native_divide(*(float4*)buf2757, *(float4*)buf2758); 7633 *(half*)buf2759 = native_divide(*(half*)buf2760, *(half*)buf2761); 7634 *(half2*)buf2762 = native_divide(*(half2*)buf2763, *(half2*)buf2764); 7635 *(half3*)buf2765 = native_divide(*(half3*)buf2766, *(half3*)buf2767); 7636 *(half4*)buf2768 = native_divide(*(half4*)buf2769, *(half4*)buf2770);
|
/frameworks/compile/slang/tests/P_all_api_21/ |
D | all21.rscript | 4854 *(float*)buf1881 = native_divide(*(float*)buf1882, *(float*)buf1883); 4855 *(float2*)buf1884 = native_divide(*(float2*)buf1885, *(float2*)buf1886); 4856 *(float3*)buf1887 = native_divide(*(float3*)buf1888, *(float3*)buf1889); 4857 *(float4*)buf1890 = native_divide(*(float4*)buf1891, *(float4*)buf1892);
|
/frameworks/compile/slang/tests/P_all_api_22/ |
D | all22.rscript | 5574 *(float*)buf1881 = native_divide(*(float*)buf1882, *(float*)buf1883); 5575 *(float2*)buf1884 = native_divide(*(float2*)buf1885, *(float2*)buf1886); 5576 *(float3*)buf1887 = native_divide(*(float3*)buf1888, *(float3*)buf1889); 5577 *(float4*)buf1890 = native_divide(*(float4*)buf1891, *(float4*)buf1892);
|
/frameworks/compile/slang/tests/P_all_api_23/ |
D | all23.rscript | 5504 *(float*)buf1881 = native_divide(*(float*)buf1882, *(float*)buf1883); 5505 *(float2*)buf1884 = native_divide(*(float2*)buf1885, *(float2*)buf1886); 5506 *(float3*)buf1887 = native_divide(*(float3*)buf1888, *(float3*)buf1889); 5507 *(float4*)buf1890 = native_divide(*(float4*)buf1891, *(float4*)buf1892);
|