OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fixmadd_DD
(Results
1 - 2
of
2
) sorted by null
/external/aac/libFDK/include/
fixmadd.h
232
inline FIXP_DBL
fixmadd_DD
(FIXP_DBL x, const FIXP_DBL a, const FIXP_DBL b)
240
return
fixmadd_DD
(x, FX_SGL2FX_DBL(a), b);
249
return
fixmadd_DD
(x, a, FX_SGL2FX_DBL(b));
common_fix.h
279
{ return
fixmadd_DD
(x, a, b); }
Completed in 23 milliseconds