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

12

/freebsd-12-stable/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-12-stable/contrib/ncurses/ncurses/tty/
H A DMKexpanded.sh75 IGNORE
128 sed -e '1,/^IGNORE$/d' -e 's/^@/#/' -e 's/^#if_/#if /'
/freebsd-12-stable/stand/ficl/aarch64/
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-12-stable/stand/ficl/amd64/
H A Dsysdep.c57 IGNORE(pVM);
98 IGNORE(fLock);
H A Dsysdep.h62 #if !defined IGNORE /* Macro to silence unused param warnings */
63 #define IGNORE(x) &x macro
/freebsd-12-stable/stand/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-12-stable/stand/ficl/i386/
H A Dsysdep.c57 IGNORE(pVM);
98 IGNORE(fLock);
H A Dsysdep.h60 #if !defined IGNORE /* Macro to silence unused param warnings */
61 #define IGNORE(x) (void)x macro
/freebsd-12-stable/stand/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-12-stable/stand/ficl/mips64/
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-12-stable/stand/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-12-stable/stand/ficl/riscv/
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-12-stable/stand/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-12-stable/contrib/ntp/sntp/unity/auto/
H A Dcolour_reporter.rb27 when /IGNORE/
/freebsd-12-stable/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-12-stable/usr.sbin/timed/timed/
H A Dglobals.h97 #define IGNORE 4 macro
98 #define ALL (SLAVE|MASTER|IGNORE)
H A Dtimed.c594 case IGNORE:
610 case IGNORE:
611 fprintf(fd, "IGNORE\n");
622 status &= ~IGNORE;
636 ntp->status = IGNORE;
653 if (ntp->status == IGNORE || ntp->status == NOMASTER) {

Completed in 135 milliseconds

12