Home | History | Annotate | Download | only in fdlibm

Lines Matching refs:DOMAIN

100 		exc.type = DOMAIN;
107 (void) WRITE2("acos: DOMAIN error\n", 19);
114 exc.type = DOMAIN;
121 (void) WRITE2("asin: DOMAIN error\n", 19);
130 exc.type = DOMAIN;
137 (void) WRITE2("atan2: DOMAIN error\n", 20);
197 exc.type = DOMAIN; /* should be SING for IEEE */
207 (void) WRITE2("y0: DOMAIN error\n", 17);
214 exc.type = DOMAIN;
224 (void) WRITE2("y0: DOMAIN error\n", 17);
231 exc.type = DOMAIN; /* should be SING for IEEE */
241 (void) WRITE2("y1: DOMAIN error\n", 17);
248 exc.type = DOMAIN;
258 (void) WRITE2("y1: DOMAIN error\n", 17);
265 exc.type = DOMAIN; /* should be SING for IEEE */
275 (void) WRITE2("yn: DOMAIN error\n", 17);
282 exc.type = DOMAIN;
292 (void) WRITE2("yn: DOMAIN error\n", 17);
347 exc.type = DOMAIN;
357 (void) WRITE2("log: DOMAIN error\n", 18);
381 exc.type = DOMAIN;
391 (void) WRITE2("log10: DOMAIN error\n", 20);
399 exc.type = DOMAIN;
404 (void) WRITE2("pow(0,0): DOMAIN error\n", 23);
440 exc.type = DOMAIN;
450 (void) WRITE2("pow(0,neg): DOMAIN error\n", 25);
457 exc.type = DOMAIN;
467 (void) WRITE2("neg**non-integral: DOMAIN error\n", 32);
488 exc.type = DOMAIN;
498 (void) WRITE2("sqrt: DOMAIN error\n", 19);
505 exc.type = DOMAIN;
515 (void) WRITE2("fmod: DOMAIN error\n", 20);
522 exc.type = DOMAIN;
529 (void) WRITE2("remainder: DOMAIN error\n", 24);
536 exc.type = DOMAIN;
543 (void) WRITE2("acosh: DOMAIN error\n", 20);
550 exc.type = DOMAIN;
557 (void) WRITE2("atanh: DOMAIN error\n", 20);
722 exc.type = DOMAIN;