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