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

  /external/icu4c/i18n/
decContext.c 78 context->traps=DEC_Errors; /* all but informational */
93 context->traps=0; /* no traps set */
104 context->traps=0; /* no traps set */
115 context->traps=0; /* no traps set */
213 if (status & context->traps) raise(SIGFPE);
decContext.h 47 /* traps -- only defined bits may be set */
61 #include <signal.h> /* for traps */
92 uint32_t traps; /* trap-enabler flags */ member in struct:__anon6888
digitlst.cpp 73 fContext.traps = 0;
137 c.traps = 0;
decNumber.c 133 /* call decStatus even if traps are set in the context) and should */
    [all...]
  /external/skia/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...]
  /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/android-ndk-r5/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/android-ndk-r6/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/android-ndk-r7/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 563 milliseconds