/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/v8/test/mjsunit/harmony/ |
D | proxies-revocable.js | 8 traps = [ 19 for (var trap of traps) { 24 for (var trap of 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 | 70 fContext.traps = 0; in DigitList() 144 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/opencv3/3rdparty/openexr/Half/ |
D | halfLimits.h | 94 static const bool traps = true; variable
|
/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/libchrome/sandbox/linux/bpf_dsl/ |
D | bpf_dsl_unittest.cc | 67 TestTrapRegistry traps; in PolicyEmulator() local 68 program_ = PolicyCompiler(&policy, &traps).Compile(); in PolicyEmulator()
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrConv.td | 38 // Conversion from floating point to integer traps on overflow and invalid.
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb/ |
D | types.py | 37 traps=[Clamped, Overflow, Inexact, Rounded, Underflow])
|
/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/jemalloc/ |
D | INSTALL | 282 both because illegal instruction traps could result, and because accesses
|
/external/mksh/src/ |
D | check.t | 4885 Check if LINENO is tracked in traps 4899 Ensure unknown traps are not a syntax error 6538 Check that $? is preserved in subshells, includes, traps. 6840 Check that ERR and EXIT traps are run just like ksh93 does. 9982 When trapping ERR and EXIT, both traps should run in -e mode
|
/external/eigen/unsupported/test/mpreal/ |
D | mpreal.h | 2978 static const bool traps = true;
|
/external/clang/docs/ |
D | UsersManual.rst | 1002 command line, or if the check traps by default, this flag will not have
|
/external/llvm/include/llvm/IR/ |
D | IntrinsicsX86.td | 15 // Interrupt 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/v8/ |
D | ChangeLog | 10055 Fixed unhandlified code calling Harmony Proxy traps.
|
/external/curl/ |
D | CHANGES.0 | 12128 resolver library traps EINTR. The use of sigsetjmp() and siglongjmp() for
|