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