Searched refs:IGNORE (Results 1 - 25 of 36) sorted by relevance

12

/freebsd-10.3-release/lib/msun/tests/
H A Dlrint_test.c64 #define IGNORE 0 macro
84 testall(INFINITY, IGNORE, FE_INVALID);
85 testall(NAN, IGNORE, FE_INVALID);
89 test(lrint, 0x7fffffff.8p0, IGNORE, FE_INVALID);
93 test(lrint, -0x80000000.8p0, IGNORE, FE_INVALID);
94 test(lrint, 0x80000000.0p0, IGNORE, FE_INVALID);
96 test(lrintf, 0x80000000.0p0f, IGNORE, FE_INVALID);
102 test(lrint, 0x80000000.0p0, IGNORE, FE_INVALID);
103 test(lrintf, 0x80000000.0p0f, IGNORE, FE_INVALID);
107 test(lrint, 0x8000000000000000.0p0, IGNORE, FE_INVALI
[all...]
H A Dlround_test.c58 #define IGNORE 0 macro
75 testall(INFINITY, IGNORE, FE_INVALID);
76 testall(NAN, IGNORE, FE_INVALID);
79 test(lround, 0x7fffffff.8p0, IGNORE, FE_INVALID);
80 test(lround, -0x80000000.8p0, IGNORE, FE_INVALID);
81 test(lround, 0x80000000.0p0, IGNORE, FE_INVALID);
84 test(lroundf, 0x80000000.0p0f, IGNORE, FE_INVALID);
87 test(lround, 0x8000000000000000.0p0, IGNORE, FE_INVALID);
88 test(lroundf, 0x8000000000000000.0p0f, IGNORE, FE_INVALID);
91 test(lround, -0x8000000000000800.0p0, IGNORE, FE_INVALI
[all...]
/freebsd-10.3-release/contrib/ncurses/ncurses/tty/
H A DMKexpanded.sh70 IGNORE
93 $preprocessor $TMP 2>/dev/null | sed -e '1,/^IGNORE$/d'
/freebsd-10.3-release/sys/boot/ficl/amd64/
H A Dsysdep.c55 IGNORE(pVM);
96 IGNORE(fLock);
H A Dsysdep.h62 #if !defined IGNORE /* Macro to silence unused param warnings */
63 #define IGNORE(x) &x macro
/freebsd-10.3-release/sys/boot/ficl/arm/
H A Dsysdep.c55 IGNORE(pVM);
96 IGNORE(fLock);
H A Dsysdep.h61 #if !defined IGNORE /* Macro to silence unused param warnings */
62 #define IGNORE(x) (void)(x) macro
/freebsd-10.3-release/sys/boot/ficl/ia64/
H A Dsysdep.c55 IGNORE(pVM);
96 IGNORE(fLock);
H A Dsysdep.h62 #if !defined IGNORE /* Macro to silence unused param warnings */
63 #define IGNORE(x) &x macro
/freebsd-10.3-release/sys/boot/ficl/mips/
H A Dsysdep.c55 IGNORE(pVM);
96 IGNORE(fLock);
H A Dsysdep.h61 #if !defined IGNORE /* Macro to silence unused param warnings */
62 #define IGNORE(x) &x macro
/freebsd-10.3-release/sys/boot/ficl/powerpc/
H A Dsysdep.c55 IGNORE(pVM);
96 IGNORE(fLock);
H A Dsysdep.h61 #if !defined IGNORE /* Macro to silence unused param warnings */
62 #define IGNORE(x) &x macro
/freebsd-10.3-release/sys/boot/ficl/sparc64/
H A Dsysdep.c55 IGNORE(pVM);
96 IGNORE(fLock);
H A Dsysdep.h62 #if !defined IGNORE /* Macro to silence unused param warnings */
63 #define IGNORE(x) &x macro
/freebsd-10.3-release/contrib/ntp/sntp/unity/auto/
H A Dcolour_reporter.rb27 when /IGNORE/
/freebsd-10.3-release/sys/boot/ficl/i386/
H A Dsysdep.c58 IGNORE(pVM);
132 IGNORE(fLock);
H A Dsysdep.h60 #if !defined IGNORE /* Macro to silence unused param warnings */
61 #define IGNORE(x) (void)x macro
/freebsd-10.3-release/contrib/bmake/
H A Dmkdeps.sh144 # set IGNORE="<" to skip system includes
145 egrep '^#[ ]*include' $* | egrep -v "$IGNORE" | \
150 # set IGNORE=/usr/include to skip system includes
152 egrep -v "$IGNORE" | sort -u;;
214 IGNORE=${IGNORE:-"^-"} # won't happen
236 -i) IGNORE="$2"; shift 2;; # ignore headers matching this...
/freebsd-10.3-release/usr.sbin/timed/timed/
H A Dglobals.h95 #define IGNORE 4 macro
96 #define ALL (SLAVE|MASTER|IGNORE)
H A Dtimed.c592 case IGNORE:
608 case IGNORE:
609 fprintf(fd, "IGNORE\n");
620 status &= ~IGNORE;
634 ntp->status = IGNORE;
651 if (ntp->status == IGNORE || ntp->status == NOMASTER) {
H A Dslave.c119 if (ntp->status == IGNORE
196 || fromnet->status == IGNORE
/freebsd-10.3-release/contrib/groff/src/utils/indxbib/
H A Dindxbib.cpp468 IGNORE, // ignoring a field
476 // the beginning have been seen. In states PERCENT, IGNORE, KEY,
557 state = IGNORE;
563 case IGNORE:
571 state = IGNORE;
589 state = IGNORE;
641 case IGNORE:
/freebsd-10.3-release/tests/sys/acl/
H A Drun274 $SIG{CHLD} = 'IGNORE';
/freebsd-10.3-release/sbin/fsdb/
H A Dfsdb.c429 idesc.id_fix = IGNORE;
707 idesc.id_fix = IGNORE;
817 idesc.id_fix = IGNORE;
866 idesc.id_fix = IGNORE;

Completed in 130 milliseconds

12