Searched refs:SING (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/java/lang/fdlibm/src/
H A Dk_standard.c209 exc.type = DOMAIN; /* should be SING for IEEE */
243 exc.type = DOMAIN; /* should be SING for IEEE */
277 exc.type = DOMAIN; /* should be SING for IEEE */
325 exc.type = SING;
335 (void) WRITE2("lgamma: SING error\n", 19);
342 exc.type = SING;
352 (void) WRITE2("log: SING error\n", 16);
376 exc.type = SING;
386 (void) WRITE2("log10: SING error\n", 18);
576 exc.type = SING;
[all...]
/openjdk7/jdk/src/share/native/java/lang/fdlibm/include/
H A Dfdlibm.h108 #define SING 2 macro

Completed in 30 milliseconds