Lines Matching refs:exc
34 struct exception exc;39 exc.type = DOMAIN;40 exc.name = "fmodf";41 exc.err = 0;42 exc.arg1 = (double)x;43 exc.arg2 = (double)y;45 exc.retval = x;47 exc.retval = 0.0/0.0;50 else if (!matherr(&exc)) {53 if (exc.err != 0)54 errno = exc.err;55 return (float)exc.retval;