HomeSort by: relevance | last modified time | path
    Searched refs:except (Results 1 - 25 of 50) sorted by relevancy

1 2

  /src/lib/libc/softfloat/
fpsetsticky.c 51 fpsetsticky(fp_except except)
54 return set_float_exception_flags(except, 1);
57 float_exception_flags = except;
  /src/usr.bin/make/unit-tests/
opt-debug-all.mk 4 # except for -dL (lint), since that option is not related to debug logging
varmod-quote.mk 15 # All strings except the plain "Q" are interpreted as SysV modifier.
varmod-exclam-shell.mk 30 # Each newline in the output is converted to a space, except for the newline
varmod-no-match.mk 7 # Keep all words except for 'two'.
12 # Keep all words except those starting with 't'.
deptgt-end-jobs.mk 6 # This test is very similar to deptgt-end.mk, except for the -j option.
varname-dot-newline.mk 10 # > shall contain the <backslash>, the <newline>, and the next line, except
varname-dot-make-level.mk 19 # The .unexport-env directive clears the environment, except for the
escape.mk 12 # anywhere in the makefile except in a command line, an include
19 # <newline>, and the next line, except that the first character of
29 # except before <newline>.
varmod-match.mk 134 # matches a single character, except for 'a', 'b', 'c', '6' or
199 # # in a line except a shell command, starts a comment
323 # except those elements that can be parsed without lookahead.
  /src/tests/lib/libm/
t_errhandling.c 63 int except; local in function:ATF_TC_BODY
77 ATF_CHECK_MSG(((except = fetestexcept(FE_ALL_EXCEPT)) &
79 "expected=0x%x actual=0x%x", cases[i].e, except);
t_fenv.c 372 int except; local in function:ATF_TC_BODY
377 ATF_CHECK_EQ_MSG((except = fegetexcept()), 0,
378 "fegetexcept()=0x%x", except);
381 ATF_CHECK_EQ_MSG((except = fegetexcept()), 0,
382 "fegetexcept()=0x%x", except);
385 ATF_CHECK_EQ_MSG((except = fegetexcept()), FE_TRAP_EXCEPT,
386 "fegetexcept()=0x%x FE_TRAP_EXCEPT=0x%x", except, FE_TRAP_EXCEPT);
389 ATF_CHECK_EQ_MSG((except = fegetexcept()), FE_TRAP_EXCEPT,
390 "fegetexcept()=0x%x FE_ALL_EXCEPT=0x%x", except, FE_TRAP_EXCEPT);
t_scalbn.c 50 int except; member in struct:testcase
98 tests[i].except);
100 /* scalbn is always exact except for underflow or overflow. */
245 /* scalbn is always exact except for underflow or overflow. */
390 /* scalbn is always exact except for underflow or overflow. */
  /src/lib/libm/arch/arm/
fenv.c 76 _DIAGASSERT((except & ~FE_ALL_EXCEPT) == 0);
93 _DIAGASSERT((except & ~FE_ALL_EXCEPT) == 0);
107 _DIAGASSERT((except & ~FE_ALL_EXCEPT) == 0);
128 _DIAGASSERT((except & ~FE_ALL_EXCEPT) == 0);
141 _DIAGASSERT((except & ~FE_ALL_EXCEPT) == 0);
152 _DIAGASSERT((except & ~FE_ALL_EXCEPT) == 0);
167 _DIAGASSERT((except & ~FE_ALL_EXCEPT) == 0);
  /src/lib/libm/arch/aarch64/
fenv.c 77 _DIAGASSERT((except & ~FE_ALL_EXCEPT) == 0);
93 _DIAGASSERT((except & ~FE_ALL_EXCEPT) == 0);
107 _DIAGASSERT((except & ~FE_ALL_EXCEPT) == 0);
129 _DIAGASSERT((except & ~FE_ALL_EXCEPT) == 0);
146 _DIAGASSERT((except & ~FE_ALL_EXCEPT) == 0);
227 int except = fetestexcept(FE_ALL_EXCEPT); local in function:feupdateenv
230 feraiseexcept(except);
  /src/usr.bin/chpass/
chpass.h 39 const char *except, *save; member in struct:_entry
edit.c 189 if (ep->except && strpbrk(p, ep->except)) {
  /src/tests/kernel/
t_memfd_create.c 249 * Tests that the seals provided in except to not also prevent some
255 test_all_seals_except(int fd, int except)
266 if (except & ~F_SEAL_SEAL) {
270 "Seal %x prevented F_ADD_SEALS", except);
277 if (except & ~(F_SEAL_WRITE|F_SEAL_FUTURE_WRITE)) {
282 "Seal %x prevented write", except);
297 if (except & ~F_SEAL_SHRINK) {
301 "Seal %x prevented truncate to shrink", except);
308 if (except & ~F_SEAL_GROW) {
312 "Seal %x prevented truncate to shrink", except);
    [all...]
  /src/lib/libm/arch/mc68881/
s_logb.S 45 | except that logb(0) is -INF, logb(INF) is +INF, and logb(NAN) is that NAN.
  /src/usr.bin/rdist/
defs.h 68 #define EXCEPT 12
109 short sc_type; /* type - INSTALL,NOTIFY,EXCEPT,SPECIAL */
158 int except(char *);
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_trampoline_arm.S 13 @ It preserves all registers except r0, r12(ip), r14(lr) and r15(pc)
74 @ It preserves all registers except r0, r12(ip), r14(lr) and r15(pc)
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/amlogic/
meson-sm1-khadas-vim3l.dts 96 * The End User is not expected to uncomment the following except for
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/scripts/
asan_symbolize.py 98 except OSError:
123 except Exception:
180 except Exception:
  /src/distrib/mvme68k/miniroot/
install.md 153 Do not change any parameters except the partition layout and the label name.
  /src/share/examples/puffs/pgfs/
newfs.sql 37 -- we put everything in the pgfs schema. (except large objects)

Completed in 20 milliseconds

1 2