#include <cruntime.h> float __float32_mul_asgn(float *multiplicand, float multiplier);
__float32_mul_asgn updates the floating-point value pointed to by multiplicand by multiplying it by multiplier. The stored product is returned as the result.
__float32_mul_asgn is a provided on all implementations of CrossWorks.