Searched refs:traps (Results 1 – 20 of 20) sorted by relevance
/external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/ |
D | traps.pass.cpp | 26 static_assert(std::numeric_limits<T>::traps == expected, "traps test 1"); in test() 27 static_assert(std::numeric_limits<const T>::traps == expected, "traps test 2"); in test() 28 static_assert(std::numeric_limits<volatile T>::traps == expected, "traps test 3"); in test() 29 static_assert(std::numeric_limits<const volatile T>::traps == expected, "traps test 4"); in test()
|
D | const_data_members.pass.cpp | 64 test(std::numeric_limits<type>::traps); \
|
/external/icu/icu4c/source/i18n/ |
D | decContext.c | 69 context->traps=DEC_Errors; /* all but informational */ in uprv_decContextDefault() 84 context->traps=0; /* no traps set */ in uprv_decContextDefault() 95 context->traps=0; /* no traps set */ in uprv_decContextDefault() 106 context->traps=0; /* no traps set */ in uprv_decContextDefault() 205 if (status & context->traps) raise(SIGFPE); in uprv_decContextSetStatus()
|
D | decContext.h | 93 uint32_t traps; /* trap-enabler flags */ member
|
D | digitlst.cpp | 69 fContext.traps = 0; in DigitList() 143 c.traps = 0; in operator ==()
|
D | decNumber.c | 3228 workset.traps=0; /* no traps */ in uprv_decNumberToIntegralExact() 3240 workset.traps=0; /* no traps */ in uprv_decNumberToIntegralValue()
|
/external/libcxx/include/ |
D | limits | 58 static constexpr bool traps = false; 180 static _LIBCPP_CONSTEXPR const bool traps = false; 241 static _LIBCPP_CONSTEXPR const bool traps = true; 243 static _LIBCPP_CONSTEXPR const bool traps = false; 292 static _LIBCPP_CONSTEXPR const bool traps = false; 338 static _LIBCPP_CONSTEXPR const bool traps = false; 384 static _LIBCPP_CONSTEXPR const bool traps = false; 434 static _LIBCPP_CONSTEXPR const bool traps = false; 480 static _LIBCPP_CONSTEXPR const bool traps = __base::traps; 526 _LIBCPP_CONSTEXPR const bool numeric_limits<_Tp>::traps; [all …]
|
/external/libcxx/test/std/language.support/support.limits/limits/numeric.limits/ |
D | default.pass.cpp | 77 static_assert(std::numeric_limits<A>::traps == false, in main()
|
/external/zlib/src/contrib/asm686/ |
D | README.686 | 10 PPro's speed traps. My own tests show a speedup of around 10-20% at
|
/external/llvm/test/Transforms/InstCombine/ |
D | rem.ll | 13 define i32 @test2(i32 %A) { ; 0 % X = 0, we don't need to preserve traps
|
D | div.ll | 21 ; => 0, don't need to keep traps
|
/external/lldb/tools/debugserver/source/ |
D | ChangeLog | 328 around enabled software breakpoint traps. 371 breakpoint traps from a memory buffer. 373 breakpoint traps prior to returning the buffer. 375 breakpoint saved opcodes for any software breakpoint traps that are
|
/external/jemalloc/ |
D | INSTALL | 274 both because illegal instruction traps could result, and because accesses
|
/external/mksh/src/ |
D | check.t | 4800 Check if LINENO is tracked in traps 4814 Ensure unknown traps are not a syntax error 6418 Check that $? is preserved in subshells, includes, traps. 6713 Check that ERR and EXIT traps are run just like ksh93 does. 9802 When trapping ERR and EXIT, both traps should run in -e mode
|
/external/eigen/unsupported/test/mpreal/ |
D | mpreal.h | 2977 static const bool traps = true;
|
/external/clang/docs/ |
D | UsersManual.rst | 1051 - ``-fsanitize-undefined-trap-on-error``: Causes traps to be emitted
|
/external/llvm/include/llvm/IR/ |
D | IntrinsicsX86.td | 15 // Interrupt traps
|
/external/v8/ |
D | ChangeLog | 3971 Fixed unhandlified code calling Harmony Proxy traps.
|
/external/guava/guava-tests/test/com/google/common/io/testdata/ |
D | alice_in_wonderland.txt | 1994 M, such as mouse-traps, and the moon, and memory, and muchness--
|
/external/libvncserver/x11vnc/ |
D | README | 7379 XGetImage. Once it traps the screen change it will create a new
|