Searched refs:iptr (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/driver/runtime/
H A Drs_f16_math.c82 extern half __attribute__((overloadable)) modf(half x, half *iptr) { argument
89 SET_HALF_WORD(*iptr, i0 & 0x8000); // *iptr = +/- 0
95 *iptr = x;
100 SET_HALF_WORD(*iptr, i0 & ~i); // zero out fractional parts
101 return x - *iptr;
107 *iptr = x;
H A Drs_cl.c506 extern float __attribute__((overloadable)) fract(float v, float *iptr) { argument
508 if (iptr) {
509 iptr[0] = i;
1938 extern half __attribute__((overloadable)) fract(half v, half *iptr) { argument
1944 if (iptr) {
1945 *iptr = i;
2098 extern half __attribute__((overloadable)) modf(half x, half *iptr);

Completed in 5436 milliseconds