OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SC_fmaf
(Results
1 - 2
of
2
) sorted by null
/frameworks/rs/cpu_ref/
rsCpuRuntimeMath.cpp
126
float
SC_fmaf
(float u, float t, float v) {return fmaf(u, t, v);}
/frameworks/rs/driver/runtime/
rs_cl.c
495
extern float __attribute__((overloadable))
SC_fmaf
(float, float, float);
497
return
SC_fmaf
(v1, v2, v3);
[
all
...]
Completed in 61 milliseconds