HomeSort by relevance Sort by last modified time
    Searched refs:fixmsub_DD (Results 1 - 2 of 2) sorted by null

  /external/aac/libFDK/include/
fixmadd.h 259 inline FIXP_DBL fixmsub_DD (FIXP_DBL x, const FIXP_DBL a, const FIXP_DBL b)
267 return fixmsub_DD(x, FX_SGL2FX_DBL(a), b);
276 return fixmsub_DD(x, a, FX_SGL2FX_DBL(b));
common_fix.h 305 { return fixmsub_DD(x, a, b); }

Completed in 60 milliseconds