#include <cruntime.h>float __float32_sqr(float arg);
__float32_sqr squares arg by multiplying arg by itself.
__float32_sqr may not be provided on all implementations of CrossWorks.