#include <cruntime.h>
double __float64_add_asgn(double *addend, double augend);
__float64_add_asgn updates the floating-point value pointed to by addend by adding augend to it. The stored sum is returned as the result.
__float64_add_asgn is a provided on all implementations of CrossWorks.