Home | History | Annotate | Download | only in Modules

Lines Matching full:edom

30 if (errno == EDOM) {
200 exception is associated with the result; errno = EDOM if C99 Annex
440 errno = EDOM;
507 /* need to set errno = EDOM if y is +/- infinity and x is not
510 errno = EDOM;
568 /* need to set errno = EDOM if y is +/- infinity and x is not
573 errno = EDOM;
649 errno = EDOM;
745 /* need to set errno = EDOM if y is +/- infinity and x is not
748 errno = EDOM;
917 /* need to set errno = EDOM if z.imag is +/-infinity and
920 errno = EDOM;
985 if (errno == EDOM)
1099 /* need to set errno = EDOM if r is a nonzero number and phi
1102 errno = EDOM;