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

/frameworks/rs/driver/runtime/
H A Drs_cl.c442 extern float __attribute__((overloadable)) fract(float v, float *iptr) { argument
444 if (iptr) {
445 iptr[0] = i;
/frameworks/rs/api/
H A Drs_core_math.spec463 arg: int#1 *iptr
465 Return the mantissa and place the exponent into iptr[0]
/frameworks/rs/scriptc/
H A Drs_core_math.rsh5326 * Return the mantissa and place the exponent into iptr[0]
5332 extern float __attribute__((overloadable))frexp(float v, int* iptr);
5337 * Return the mantissa and place the exponent into iptr[0]
5343 extern float2 __attribute__((overloadable))frexp(float2 v, int2* iptr);
5348 * Return the mantissa and place the exponent into iptr[0]
5354 extern float3 __attribute__((overloadable))frexp(float3 v, int3* iptr);
5359 * Return the mantissa and place the exponent into iptr[0]
5365 extern float4 __attribute__((overloadable))frexp(float4 v, int4* iptr);

Completed in 1518 milliseconds