Home
last modified time | relevance | path

Searched refs:traps (Results 1 – 24 of 24) sorted by relevance

/external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/
Dtraps.pass.cpp26 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()
Dconst_data_members.pass.cpp64 test(std::numeric_limits<type>::traps); \
/external/v8/test/mjsunit/harmony/
Dproxies-revocable.js8 traps = [
19 for (var trap of traps) {
24 for (var trap of traps) {
/external/icu/icu4c/source/i18n/
DdecContext.c69 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()
DdecContext.h93 uint32_t traps; /* trap-enabler flags */ member
Ddigitlst.cpp70 fContext.traps = 0; in DigitList()
144 c.traps = 0; in operator ==()
DdecNumber.c3228 workset.traps=0; /* no traps */ in uprv_decNumberToIntegralExact()
3240 workset.traps=0; /* no traps */ in uprv_decNumberToIntegralValue()
/external/libcxx/include/
Dlimits58 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/
DhalfLimits.h94 static const bool traps = true; variable
/external/libcxx/test/std/language.support/support.limits/limits/numeric.limits/
Ddefault.pass.cpp77 static_assert(std::numeric_limits<A>::traps == false, in main()
/external/zlib/src/contrib/asm686/
DREADME.68610 PPro's speed traps. My own tests show a speedup of around 10-20% at
/external/libchrome/sandbox/linux/bpf_dsl/
Dbpf_dsl_unittest.cc67 TestTrapRegistry traps; in PolicyEmulator() local
68 program_ = PolicyCompiler(&policy, &traps).Compile(); in PolicyEmulator()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrConv.td38 // Conversion from floating point to integer traps on overflow and invalid.
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb/
Dtypes.py37 traps=[Clamped, Overflow, Inexact, Rounded, Underflow])
/external/llvm/test/Transforms/InstCombine/
Drem.ll13 define i32 @test2(i32 %A) { ; 0 % X = 0, we don't need to preserve traps
Ddiv.ll21 ; => 0, don't need to keep traps
/external/jemalloc/
DINSTALL282 both because illegal instruction traps could result, and because accesses
/external/mksh/src/
Dcheck.t4885 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/
Dmpreal.h2978 static const bool traps = true;
/external/clang/docs/
DUsersManual.rst1002 command line, or if the check traps by default, this flag will not have
/external/llvm/include/llvm/IR/
DIntrinsicsX86.td15 // Interrupt traps
/external/guava/guava-tests/test/com/google/common/io/testdata/
Dalice_in_wonderland.txt1994 M, such as mouse-traps, and the moon, and memory, and muchness--
/external/v8/
DChangeLog10055 Fixed unhandlified code calling Harmony Proxy traps.
/external/curl/
DCHANGES.012128 resolver library traps EINTR. The use of sigsetjmp() and siglongjmp() for