Searched defs:remquo (Results 1 – 1 of 1) sorted by relevance
/frameworks/rs/driver/runtime/ |
D | rs_cl.c | 665 float __attribute__((overloadable)) remquo(float v1, float v2, int *v3) { in remquo() function 2122 extern half __attribute__((overloadable)) remquo(half n, half d, int *quo) { in remquo() function 2125 extern half2 __attribute__((overloadable)) remquo(half2 n, half2 d, int2 *quo) { in remquo() function 2128 extern half3 __attribute__((overloadable)) remquo(half3 n, half3 d, int3 *quo) { in remquo() function 2131 extern half4 __attribute__((overloadable)) remquo(half4 n, half4 d, int4 *quo) { in remquo() function
|