URL
https://opencores.org/ocsvn/scarts/scarts/trunk
Subversion Repositories scarts
[/] [scarts/] [trunk/] [toolchain/] [scarts-newlib/] [newlib-1.17.0/] [newlib/] [libm/] [machine/] [spu/] [headers/] [exp2.h] - Rev 9
Compare with Previous | Blame | View Log
#include "headers/exp2d2.h" static __inline double _exp2(double vx) { return spu_extract(_exp2d2(spu_promote(vx, 0)), 0); }