HomeSort by relevance Sort by last modified time
    Searched refs:traps (Results 1 - 25 of 25) sorted by null

  /ndk/sources/cxx-stl/llvm-libc++/test/language.support/support.limits/limits/numeric.limits.members/
traps.pass.cpp 12 // traps
20 static_assert(std::numeric_limits<T>::traps == expected, "traps test 1");
21 static_assert(std::numeric_limits<const T>::traps == expected, "traps test 2");
22 static_assert(std::numeric_limits<volatile T>::traps == expected, "traps test 3");
23 static_assert(std::numeric_limits<const volatile T>::traps == expected, "traps test 4");
const_data_members.pass.cpp 35 traps
64 test(std::numeric_limits<type>::traps); \
  /external/icu4c/i18n/
decContext.c 69 context->traps=DEC_Errors; /* all but informational */
84 context->traps=0; /* no traps set */
95 context->traps=0; /* no traps set */
106 context->traps=0; /* no traps set */
205 if (status & context->traps) raise(SIGFPE);
decContext.h 48 /* traps -- only defined bits may be set */
62 #include <signal.h> /* for traps */
93 uint32_t traps; /* trap-enabler flags */ member in struct:__anon8656
digitlst.cpp 73 fContext.traps = 0;
147 c.traps = 0;
decNumber.c 133 /* call decStatus even if traps are set in the context) and should */
    [all...]
  /external/skia/legacy/src/core/
SkConcaveToTriangles.cpp 657 Trapezoid *traps[2]; local
658 vt->trapezoids(traps, traps+1);
659 if (traps[1] != NULL &&
660 vt->point().fY >= traps[1]->bottom()->point().fY) {
661 traps[1]->nullify();
662 traps[1] = NULL;
664 if (traps[0] != NULL &&
665 vt->point().fY >= traps[0]->bottom()->point().fY) {
666 if (traps[1] != NULL)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/language.support/support.limits/limits/numeric.limits/
default.pass.cpp 77 static_assert(std::numeric_limits<A>::traps == false,
78 "std::numeric_limits<A>::traps == false");
  /external/stlport/stlport/stl/
_limits.c 59 __declare_numeric_base_member(bool, traps);
131 __declare_float_limits_member(bool, traps);
_limits.h 87 _STLP_STATIC_CONSTANT(bool, traps = false);
174 _STLP_STATIC_CONSTANT(bool, traps = true);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_limits.c 59 __declare_numeric_base_member(bool, traps);
131 __declare_float_limits_member(bool, traps);
_limits.h 87 _STLP_STATIC_CONSTANT(bool, traps = false);
174 _STLP_STATIC_CONSTANT(bool, traps = true);
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_limits.c 59 __declare_numeric_base_member(bool, traps);
131 __declare_float_limits_member(bool, traps);
_limits.h 87 _STLP_STATIC_CONSTANT(bool, traps = false);
174 _STLP_STATIC_CONSTANT(bool, traps = true);
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_limits.c 59 __declare_numeric_base_member(bool, traps);
131 __declare_float_limits_member(bool, traps);
_limits.h 87 _STLP_STATIC_CONSTANT(bool, traps = false);
174 _STLP_STATIC_CONSTANT(bool, traps = true);
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_limits.c 59 __declare_numeric_base_member(bool, traps);
131 __declare_float_limits_member(bool, traps);
_limits.h 87 _STLP_STATIC_CONSTANT(bool, traps = false);
174 _STLP_STATIC_CONSTANT(bool, traps = true);
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_limits.c 59 __declare_numeric_base_member(bool, traps);
131 __declare_float_limits_member(bool, traps);
_limits.h 87 _STLP_STATIC_CONSTANT(bool, traps = false);
174 _STLP_STATIC_CONSTANT(bool, traps = true);
  /external/quake/quake/src/WinQuake/
quake-rogue.spec.sh 91 traps are set in floors and ceilings.
  /external/v8/test/mjsunit/harmony/
proxies-function.js 260 // Using intrinsics as call traps.
643 var traps = [
714 for (var t = 0; t < traps.length; ++t) {
722 var func = binds[j](creates[i](traps[t]), bound, 31, 11)
proxies.js     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 159 robustness and efficiency. LibTomCrypt traps and returns a series of errors ranging from invalid
    [all...]

Completed in 1186 milliseconds