HomeSort by relevance Sort by last modified time
    Searched refs:traps (Results 1 - 11 of 11) 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:__anon3881
digitlst.cpp 71 fContext.traps = 0;
131 c.traps = 0;
decNumber.c 133 /* call decStatus even if traps are set in the context) and should */
    [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);
  /external/quake/quake/src/WinQuake/
quake-rogue.spec.sh 91 traps are set in floors and ceilings.
  /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 3742 milliseconds