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