__vexpf
extern void __vexpf(int, float *, int, float *, int);
__vexpf(n, x, stridex, tmp, 1);
__vexpf(*n, x, *stridex, y, *stridey);