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

/frameworks/rs/cpu_ref/
H A DrsCpuRuntimeMathFuncs.cpp78 float remquo(float t, float v, int* ptr) {return SC_remquof(t, v, ptr);} function
/frameworks/rs/driver/runtime/
H A Drs_cl.c543 extern float __attribute__((overloadable)) remquo(float, float, int *);
544 FN_FUNC_FN_FN_PIN(remquo)
/frameworks/rs/api/
H A Drs_core_math.spec707 name: remquo
/frameworks/rs/scriptc/
H A Drs_core_math.rsh9166 extern float __attribute__((overloadable))remquo(float b, float c, int* d);
9175 extern float2 __attribute__((overloadable))remquo(float2 b, float2 c, int2* d);
9184 extern float3 __attribute__((overloadable))remquo(float3 b, float3 c, int3* d);
9193 extern float4 __attribute__((overloadable))remquo(float4 b, float4 c, int4* d);

Completed in 153 milliseconds