Searched refs:frexp (Results 1 - 4 of 4) sorted by relevance

/frameworks/rs/cpu_ref/
H A DrsCpuRuntimeMathFuncs.cpp60 float __attribute__((overloadable)) frexp(float v, int* ptr) {return SC_frexpf(v, ptr);} function
/frameworks/rs/driver/runtime/
H A Drs_cl.c451 extern float __attribute__((overloadable)) frexp(float, int *);
452 FN_FUNC_FN_PIN(frexp)
/frameworks/rs/api/
H A Drs_core_math.spec460 name: frexp
/frameworks/rs/scriptc/
H A Drs_core_math.rsh5332 extern float __attribute__((overloadable))frexp(float v, int* iptr);
5343 extern float2 __attribute__((overloadable))frexp(float2 v, int2* iptr);
5354 extern float3 __attribute__((overloadable))frexp(float3 v, int3* iptr);
5365 extern float4 __attribute__((overloadable))frexp(float4 v, int4* iptr);

Completed in 2567 milliseconds