HomeSort by relevance Sort by last modified time
    Searched full:mant_max (Results 1 - 3 of 3) sorted by null

  /prebuilts/misc/common/swig/include/2.0.11/python/
pyprimtypes.swg 207 const double mant_max = 1LL << DBL_MANT_DIG;
208 const double mant_min = -mant_max;
211 if (SWIG_IsOK(res) && SWIG_CanCastAsInteger(&d, mant_min, mant_max)) {
261 const double mant_max = 1LL << DBL_MANT_DIG;
264 if (SWIG_IsOK(res) && SWIG_CanCastAsInteger(&d, 0, mant_max)) {
  /prebuilts/misc/common/swig/include/2.0.11/perl5/
perlprimtypes.swg 226 const double mant_max = 1LL << DBL_MANT_DIG;
227 const double mant_min = -mant_max;
230 if (SWIG_IsOK(res) && SWIG_CanCastAsInteger(&d, mant_min, mant_max)) {
299 const double mant_max = 1LL << DBL_MANT_DIG;
302 if (SWIG_IsOK(res) && SWIG_CanCastAsInteger(&d, 0, mant_max)) {
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
qpol_wrap.c 5955 const double mant_max = 1LL << DBL_MANT_DIG; local
    [all...]

Completed in 96 milliseconds