Searched defs:eight (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/C/
H A D__rem_pio2m.c160 eight = 8.0, variable
211 z -= eight * floor(z * eighth); /* trim off integer >= 8 */
H A Dj0.c53 eight = 8.0, variable
278 t = eight/x; z = t*t;
313 t = eight/x; z = t*t;
/illumos-gate/usr/src/lib/libm/common/LD/
H A Dj0l.c58 eight = 8.0L, variable
447 } else if (x > eight) {
710 } else if (x > eight) {
H A Dj1l.c435 static GENERIC eight = 8.0L; variable
452 } else if (x > eight) {
714 } else if (x > eight) {
/illumos-gate/usr/src/lib/libm/common/Q/
H A Dj0l.c52 eight = 8.0L, variable
438 } else if (x > eight) {
700 } else if (x>eight) {
H A Dj1l.c419 static const GENERIC eight = 8.0L; variable
435 } else if (x>eight) {
696 } else if (x>eight) {
/illumos-gate/usr/src/lib/libm/common/R/
H A Dbesself.c68 #define eight C[7] macro
292 t = eight / x;
379 t = eight / x;
460 t = eight / x;
547 t = eight / x;
/illumos-gate/usr/src/uts/common/sys/
H A Dvisual_io.h169 unsigned char eight; /* eight bit */ member in union:__anon9237
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drlogin.c161 static boolean_t eight; variable
348 eight = B_TRUE;
1176 if (!eight && (mark & TIOCPKT_NOSTOP)) {
1188 if (!eight && (mark & TIOCPKT_DOSTOP)) {
1322 sb.sg_flags |= (eight ? O_RAW : O_CBREAK);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dtelnet.c92 int eight = 0; variable
2243 if (eight)
2244 tel_enter_binary(eight);

Completed in 68 milliseconds