| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/ |
| H A D | limits.cc | 64 const bool __numeric_limits_base::traps; member in std::__numeric_limits_base 89 const bool numeric_limits<bool>::traps; member in std::numeric_limits<bool> 114 const bool numeric_limits<char>::traps; member in std::numeric_limits<char> 139 const bool numeric_limits<signed char>::traps; member in std::numeric_limits<signed char> 164 const bool numeric_limits<unsigned char>::traps; member in std::numeric_limits<unsigned char> 191 const bool numeric_limits<wchar_t>::traps; member in std::numeric_limits<wchar_t> 217 const bool numeric_limits<short>::traps; member in std::numeric_limits<short> 242 const bool numeric_limits<unsigned short>::traps; member in std::numeric_limits<unsigned short> 267 const bool numeric_limits<int>::traps; member in std::numeric_limits<int> 292 const bool numeric_limits<unsigned int>::traps; member in std::numeric_limits<unsigned int> [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/ |
| H A D | limits.cc | 60 const bool __numeric_limits_base::traps; member in std::__numeric_limits_base 85 const bool numeric_limits<bool>::traps; member in std::numeric_limits<bool> 110 const bool numeric_limits<char>::traps; member in std::numeric_limits<char> 135 const bool numeric_limits<signed char>::traps; member in std::numeric_limits<signed char> 160 const bool numeric_limits<unsigned char>::traps; member in std::numeric_limits<unsigned char> 187 const bool numeric_limits<wchar_t>::traps; member in std::numeric_limits<wchar_t> 213 const bool numeric_limits<short>::traps; member in std::numeric_limits<short> 238 const bool numeric_limits<unsigned short>::traps; member in std::numeric_limits<unsigned short> 263 const bool numeric_limits<int>::traps; member in std::numeric_limits<int> 288 const bool numeric_limits<unsigned int>::traps; member in std::numeric_limits<unsigned int> [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | dfp.c | 62 context->traps = 0; in decimal_from_decnumber() 75 set.traps = 0; in decimal_real_from_string() 92 set.traps = 0; in decimal_to_decnumber() 159 set.traps = 0; in encode_decimal32() 180 set.traps = 0; in decode_decimal32() 201 set.traps = 0; in encode_decimal64() 234 set.traps = 0; in decode_decimal64() 267 set.traps = 0; in encode_decimal128() 308 set.traps = 0; in decode_decimal128() 395 set.traps = 0; in decimal_do_compare() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | dfp.cc | 62 context->traps = 0; in decimal_from_decnumber() 75 set.traps = 0; in decimal_real_from_string() 92 set.traps = 0; in decimal_to_decnumber() 159 set.traps = 0; in encode_decimal32() 180 set.traps = 0; in decode_decimal32() 201 set.traps = 0; in encode_decimal64() 234 set.traps = 0; in decode_decimal64() 267 set.traps = 0; in encode_decimal128() 308 set.traps = 0; in decode_decimal128() 395 set.traps = 0; in decimal_do_compare() [all …]
|
| /netbsd-src/games/rogue/ |
| H A D | trap.c | 58 trap traps[MAX_TRAPS]; variable 82 for (i = 0; ((i < MAX_TRAPS) && (traps[i].trap_type != NO_TRAP)); i++) { in trap_at() 83 if ((traps[i].trap_row == row) && (traps[i].trap_col == col)) { in trap_at() 84 return(traps[i].trap_type); in trap_at() 164 traps[i].trap_type = get_rand(0, (TRAPS - 1)); in add_traps() 181 traps[i].trap_row = row; in add_traps() 182 traps[i].trap_col = col; in add_traps()
|
| /netbsd-src/external/gpl3/gdb/dist/sim/cris/ |
| H A D | ChangeLog-2021 | 49 * traps.c (cris_dump_map): New prototype. 56 * traps.c (cris_getpid): New function. 82 * traps.c (dump_statistics): Clean up sim_io_eprintf calls, and 128 * traps.c: Include sim-signal.h. 138 * traps.c: Include sim/callback.h. 156 * traps.c: Include portability.h. 204 dv-rv.c, traps.c: Include defs.h. 219 * traps.c (cris_break_13_handler): Delete 2nd arg to time callback. 261 * Makefile.in (sim-if.o, dv-cris.o, dv-rv.o, arch.o, traps.o) 294 * traps.c: Include stdlib.h. [all …]
|
| /netbsd-src/external/gpl3/gdb/dist/libdecnumber/ |
| H A D | decContext.c | 91 context->traps=DEC_Errors; /* all but informational */ in decContextDefault() 106 context->traps=0; /* no traps set */ in decContextDefault() 117 context->traps=0; /* no traps set */ in decContextDefault() 128 context->traps=0; /* no traps set */ in decContextDefault() 226 if (status & context->traps) raise(SIGFPE); in decContextSetStatus()
|
| /netbsd-src/external/gpl3/gcc/dist/libdecnumber/ |
| H A D | decContext.c | 91 context->traps=DEC_Errors; /* all but informational */ in decContextDefault() 106 context->traps=0; /* no traps set */ in decContextDefault() 117 context->traps=0; /* no traps set */ in decContextDefault() 128 context->traps=0; /* no traps set */ in decContextDefault() 226 if (status & context->traps) raise(SIGFPE); in decContextSetStatus()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libdecnumber/ |
| H A D | decContext.c | 91 context->traps=DEC_Errors; /* all but informational */ in decContextDefault() 106 context->traps=0; /* no traps set */ in decContextDefault() 117 context->traps=0; /* no traps set */ in decContextDefault() 128 context->traps=0; /* no traps set */ in decContextDefault() 226 if (status & context->traps) raise(SIGFPE); in decContextSetStatus()
|
| /netbsd-src/external/gpl3/gdb.old/dist/libdecnumber/ |
| H A D | decContext.c | 91 context->traps=DEC_Errors; /* all but informational */ in decContextDefault() 106 context->traps=0; /* no traps set */ in decContextDefault() 117 context->traps=0; /* no traps set */ in decContextDefault() 128 context->traps=0; /* no traps set */ in decContextDefault() 226 if (status & context->traps) raise(SIGFPE); in decContextSetStatus()
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
| H A D | limits | 57 static constexpr bool traps = false; 182 static _LIBCPP_CONSTEXPR const bool traps = false; 244 static _LIBCPP_CONSTEXPR const bool traps = true; 246 static _LIBCPP_CONSTEXPR const bool traps = false; 295 static _LIBCPP_CONSTEXPR const bool traps = false; 341 static _LIBCPP_CONSTEXPR const bool traps = false; 387 static _LIBCPP_CONSTEXPR const bool traps = false; 437 static _LIBCPP_CONSTEXPR const bool traps = false; 483 static _LIBCPP_CONSTEXPR const bool traps = __base::traps; 529 _LIBCPP_CONSTEXPR const bool numeric_limits<_Tp>::traps; [all …]
|
| /netbsd-src/external/gpl3/gdb/dist/sim/frv/ |
| H A D | ChangeLog-2021 | 67 * traps.c (frv_break): Delete pc and pass down NULL_CIA. 143 * traps.c: Likewise. 153 * traps.c: Include sim/callback.h. 211 * traps.c (frv_mtrap): Likewise. 222 profile.c, registers.c, reset.c, sim-if.c, traps.c: Include defs.h. 257 * Makefile.in (arch.o, devices.o, frv.o, traps.o, pipeline.o) 282 * traps.c (frvbf_check_acc_range): Add missing return value. 290 * traps.c: Include stdlib.h. 491 * traps.c [SIM_HAVE_BREAKPOINTS] (frv_itrap): Delete sim breakpoint 556 * traps.c (frv_sim_engine_halt_hook): Change CIA_SET to CPU_PC_SET. [all …]
|
| /netbsd-src/external/gpl3/gdb/dist/sim/or1k/ |
| H A D | ChangeLog-2021 | 88 * traps.c: Include sim-signal.h. 124 * traps.c (or1k32bf_fpu_error): Replace STATE_RUN_FAST_P with 135 * or1k.c, sim-if.c, traps.c: Include defs.h. 220 * traps.c (or1k32bf_exception): Move handler_pc decl to top of scope. 309 * traps.c: New file.
|
| /netbsd-src/external/gpl3/gdb/dist/sim/m32r/ |
| H A D | ChangeLog-2021 | 9 * traps.c (m32r_trap): Reformat indentation to GNU style. 19 * traps-linux.c: Merge with ... 20 * traps.c: ... this file. 25 * traps-linux.c (conv_endian, conv_endian16, 35 * traps-linux.c (m32r_trap): Change OPERATING_ENVIRONMENT check to 41 * traps-linux.c: Likewise. Include sim/callback.h & stdlib.h. 75 * traps-linux.c (m32r_trap): Set s.arg4, s.arg5, s.arg6, and s.arg7. 134 * traps-linux.c: Include sim-signal.h. 135 * traps.c: 158 * traps-linux.c: Include portability.h. [all …]
|
| /netbsd-src/external/gpl3/gdb/dist/sim/lm32/ |
| H A D | ChangeLog-2021 | 92 * traps.c: Include sim-signal.h. 141 traps.c, user.c: Include defs.h. 174 * Makefile.in (arch.o, traps.o, sim-if.o, lm32.o, mloop.o) 388 * traps.c (lm32bf_scall_insn): Replace call to cb_syscall with 393 * traps.c: Include sim-syscall.h. 436 * traps.c (lm32_core_signal): Change CIA_SET to CPU_PC_SET. 596 * Makefile.in (traps.o): Add dependency on targ-vals.h to fix 624 * traps.c: New file.
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/ |
| H A D | limits | 291 static _GLIBCXX_USE_CONSTEXPR bool traps = false; 445 static _GLIBCXX_USE_CONSTEXPR bool traps = __glibcxx_integral_traps; 512 static _GLIBCXX_USE_CONSTEXPR bool traps = __glibcxx_integral_traps; 582 static _GLIBCXX_USE_CONSTEXPR bool traps = __glibcxx_integral_traps; 655 static _GLIBCXX_USE_CONSTEXPR bool traps = __glibcxx_integral_traps; 723 static _GLIBCXX_USE_CONSTEXPR bool traps = __glibcxx_integral_traps; 787 static _GLIBCXX_USE_CONSTEXPR bool traps = __glibcxx_integral_traps; 851 static constexpr bool traps = __glibcxx_integral_traps; 912 static constexpr bool traps = __glibcxx_integral_traps; 979 static _GLIBCXX_USE_CONSTEXPR bool traps = __glibcxx_integral_traps; [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/ |
| H A D | limits | 291 static _GLIBCXX_USE_CONSTEXPR bool traps = false; 445 static _GLIBCXX_USE_CONSTEXPR bool traps = __glibcxx_integral_traps; 512 static _GLIBCXX_USE_CONSTEXPR bool traps = __glibcxx_integral_traps; 582 static _GLIBCXX_USE_CONSTEXPR bool traps = __glibcxx_integral_traps; 655 static _GLIBCXX_USE_CONSTEXPR bool traps = __glibcxx_integral_traps; 723 static _GLIBCXX_USE_CONSTEXPR bool traps = __glibcxx_integral_traps; 787 static _GLIBCXX_USE_CONSTEXPR bool traps = __glibcxx_integral_traps; 851 static constexpr bool traps = __glibcxx_integral_traps; 912 static constexpr bool traps = __glibcxx_integral_traps; 979 static _GLIBCXX_USE_CONSTEXPR bool traps = __glibcxx_integral_traps; [all …]
|
| /netbsd-src/sys/arch/m68k/fpsp/ |
| H A D | slog2.sa | 67 * traps, and precision control = double extended. 82 * traps, and precision control = double extended. 96 * traps, and precision control = double extended. 111 * traps, and precision control = double extended.
|
| /netbsd-src/external/gpl3/gdb/dist/sim/bpf/ |
| H A D | ChangeLog-2021 | 173 * bpf-helpers.c, bpf.c, sim-if.c, traps.c: Include defs.h. 197 * Makefile.in (arch.o, cpu.o, sim-if.o, traps.o): Remove. 287 * traps.c: Likewise. 322 * traps.c: Likewise.
|
| /netbsd-src/games/hack/ |
| H A D | hack.search.c | 161 pline("You find a%s.", traps[trap->ttyp]); in dosearch() 190 pline("That is a%s.", traps[trap->ttyp]); in doidtrap()
|
| H A D | hack.trap.c | 76 const char *const traps[] = { variable 115 pline("You escape a%s.", traps[ttype]); in dotrap()
|
| /netbsd-src/external/gpl2/groff/dist/doc/ |
| H A D | groff-3 | 351 * blank line traps: Blank Line Traps. (line 6) 364 * bp request, and traps (.pe): Page Location Traps. (line 139) 610 * discarded space in traps: Manipulating Spacing. 620 * diversion traps: Diversion Traps. (line 6) 636 * diversions, and traps: Page Location Traps. (line 163) 670 * dumping traps (ptr): Debugging. (line 79) 691 * enabling vertical position traps (vpt): Page Location Traps. 708 * end-of-input traps: End-of-input Traps. (line 6) 1056 * input line traps: Input Line Traps. (line 6) 1057 * input line traps and interrupted lines (itc): Input Line Traps. [all …]
|
| /netbsd-src/external/lgpl3/gmp/dist/cxx/ |
| H A D | limits.cc | 55 const bool numeric_limits<T>::traps; \
|
| /netbsd-src/external/mit/xorg/lib/pixman/test/ |
| H A D | Makefile | 32 composite-traps-test \
|
| /netbsd-src/sys/arch/sparc64/sparc64/ |
| H A D | copy.S | 1007 membar #Sync ! Make sure all traps are taken 1109 membar #Sync ! Make sure all traps are taken 1122 membar #Sync ! Make sure all traps are taken 1131 membar #Sync ! Make sure all traps are taken
|