URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [newlib-1.18.0/] [newlib/] [libm/] [machine/] [spu/] [wf_hypot.c] - Rev 207
Compare with Previous | Blame | View Log
#include <math.h> #include "headers/hypotf.h" float hypotf(float x, float y) { return _hypotf(x, y); }