HomeSort by relevance Sort by last modified time
    Searched refs:numeric_limits (Results 601 - 625 of 1055) sorted by null

<<21222324252627282930>>

  /external/ceres-solver/internal/ceres/
rotation_test.cc 56 static double const kTolerance = numeric_limits<double>::epsilon() * 10;
222 double theta = pow(numeric_limits<double>::min(), 0.75);
283 double theta = pow(numeric_limits<double>::min(), 0.75);
580 std::numeric_limits<double>::epsilon());
719 static_cast<int>(2 * log(numeric_limits<double>::epsilon())/log(10.0));
723 static_cast<int>(1 + log(numeric_limits<double>::min())/log(10.0));
    [all...]
trust_region_minimizer.cc 395 double new_cost = std::numeric_limits<double>::max();
404 new_cost = numeric_limits<double>::max();
411 if (new_cost < std::numeric_limits<double>::max()) {
  /external/chromium_org/components/autofill/core/browser/
autofill_manager.cc     [all...]
  /external/stlport/src/
num_put_float.cpp 634 typedef numeric_limits<_FloatT> limits;
757 typedef numeric_limits<_FloatT> limits;
766 typedef numeric_limits<_FloatT> limits;
767 //If numeric_limits support is correct we use the exposed values to detect NaN and infinity:
774 // numeric_limits support is not good enough, we rely on platform dependent function
780 //For the moment MinGW is limited to display at most numeric_limits<double>::max()
781 if (x > numeric_limits<double>::max() ||
782 x < -numeric_limits<double>::max()) {
845 typedef numeric_limits<_STLP_LONGEST_FLOAT_TYPE> limits;
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
num_put_float.cpp 634 typedef numeric_limits<_FloatT> limits;
757 typedef numeric_limits<_FloatT> limits;
766 typedef numeric_limits<_FloatT> limits;
767 //If numeric_limits support is correct we use the exposed values to detect NaN and infinity:
774 // numeric_limits support is not good enough, we rely on platform dependent function
780 //For the moment MinGW is limited to display at most numeric_limits<double>::max()
781 if (x > numeric_limits<double>::max() ||
782 x < -numeric_limits<double>::max()) {
845 typedef numeric_limits<_STLP_LONGEST_FLOAT_TYPE> limits;
    [all...]
  /external/stlport/stlport/stl/
_istream.c 662 //casting numeric_limits<ptrdiff_t>::max to streamsize only works is ptrdiff_t is signed or streamsize representation
665 ((sizeof(streamsize) == sizeof(ptrdiff_t)) && numeric_limits<ptrdiff_t>::is_signed))
666 ptrdiff_t __request = __STATIC_CAST(ptrdiff_t, (min) (__STATIC_CAST(streamsize, (numeric_limits<ptrdiff_t>::max)()), _Num - __n));
879 : ((numeric_limits<streamsize>::max)() / sizeof(_CharT)) - 1;
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_istream.c 648 //casting numeric_limits<ptrdiff_t>::max to streamsize only works is ptrdiff_t is signed or streamsize representation
651 ((sizeof(streamsize) == sizeof(ptrdiff_t)) && numeric_limits<ptrdiff_t>::is_signed))
652 ptrdiff_t __request = __STATIC_CAST(ptrdiff_t, (min) (__STATIC_CAST(streamsize, (numeric_limits<ptrdiff_t>::max)()), _Num - __n));
865 : ((numeric_limits<streamsize>::max)() / sizeof(_CharT)) - 1;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/tr1/
random.h 56 bool = __w < std::numeric_limits<_UIntType>::digits>
114 __return_value = std::numeric_limits<result_type>::max() - 1;
145 * std::numeric_limits<result_type>::max());
186 __return_value = std::numeric_limits<result_type>::max() - 1;
208 * std::numeric_limits<result_type>::max());
350 * std::numeric_limits<_UIntType>::max() plus 1. Otherwise, the template
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
random.h 56 bool = __w < std::numeric_limits<_UIntType>::digits>
114 __return_value = std::numeric_limits<result_type>::max() - 1;
145 * std::numeric_limits<result_type>::max());
186 __return_value = std::numeric_limits<result_type>::max() - 1;
208 * std::numeric_limits<result_type>::max());
350 * std::numeric_limits<_UIntType>::max() plus 1. Otherwise, the template
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
random.h 56 bool = __w < std::numeric_limits<_UIntType>::digits>
114 __return_value = std::numeric_limits<result_type>::max() - 1;
145 * std::numeric_limits<result_type>::max());
186 __return_value = std::numeric_limits<result_type>::max() - 1;
208 * std::numeric_limits<result_type>::max());
350 * std::numeric_limits<_UIntType>::max() plus 1. Otherwise, the template
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_istream.c 648 //casting numeric_limits<ptrdiff_t>::max to streamsize only works is ptrdiff_t is signed or streamsize representation
651 ((sizeof(streamsize) == sizeof(ptrdiff_t)) && numeric_limits<ptrdiff_t>::is_signed))
652 ptrdiff_t __request = __STATIC_CAST(ptrdiff_t, (min) (__STATIC_CAST(streamsize, (numeric_limits<ptrdiff_t>::max)()), _Num - __n));
865 : ((numeric_limits<streamsize>::max)() / sizeof(_CharT)) - 1;
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_istream.c 648 //casting numeric_limits<ptrdiff_t>::max to streamsize only works is ptrdiff_t is signed or streamsize representation
651 ((sizeof(streamsize) == sizeof(ptrdiff_t)) && numeric_limits<ptrdiff_t>::is_signed))
652 ptrdiff_t __request = __STATIC_CAST(ptrdiff_t, (min) (__STATIC_CAST(streamsize, (numeric_limits<ptrdiff_t>::max)()), _Num - __n));
865 : ((numeric_limits<streamsize>::max)() / sizeof(_CharT)) - 1;
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_istream.c 648 //casting numeric_limits<ptrdiff_t>::max to streamsize only works is ptrdiff_t is signed or streamsize representation
651 ((sizeof(streamsize) == sizeof(ptrdiff_t)) && numeric_limits<ptrdiff_t>::is_signed))
652 ptrdiff_t __request = __STATIC_CAST(ptrdiff_t, (min) (__STATIC_CAST(streamsize, (numeric_limits<ptrdiff_t>::max)()), _Num - __n));
865 : ((numeric_limits<streamsize>::max)() / sizeof(_CharT)) - 1;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
random.h 56 bool = __w < std::numeric_limits<_UIntType>::digits>
114 __return_value = std::numeric_limits<result_type>::max() - 1;
145 * std::numeric_limits<result_type>::max());
186 __return_value = std::numeric_limits<result_type>::max() - 1;
208 * std::numeric_limits<result_type>::max());
350 * std::numeric_limits<_UIntType>::max() plus 1. Otherwise, the template
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
random.h 56 bool = __w < std::numeric_limits<_UIntType>::digits>
114 __return_value = std::numeric_limits<result_type>::max() - 1;
145 * std::numeric_limits<result_type>::max());
186 __return_value = std::numeric_limits<result_type>::max() - 1;
208 * std::numeric_limits<result_type>::max());
350 * std::numeric_limits<_UIntType>::max() plus 1. Otherwise, the template
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_istream.c 648 //casting numeric_limits<ptrdiff_t>::max to streamsize only works is ptrdiff_t is signed or streamsize representation
651 ((sizeof(streamsize) == sizeof(ptrdiff_t)) && numeric_limits<ptrdiff_t>::is_signed))
652 ptrdiff_t __request = __STATIC_CAST(ptrdiff_t, (min) (__STATIC_CAST(streamsize, (numeric_limits<ptrdiff_t>::max)()), _Num - __n));
865 : ((numeric_limits<streamsize>::max)() / sizeof(_CharT)) - 1;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_istream.c 648 //casting numeric_limits<ptrdiff_t>::max to streamsize only works is ptrdiff_t is signed or streamsize representation
651 ((sizeof(streamsize) == sizeof(ptrdiff_t)) && numeric_limits<ptrdiff_t>::is_signed))
652 ptrdiff_t __request = __STATIC_CAST(ptrdiff_t, (min) (__STATIC_CAST(streamsize, (numeric_limits<ptrdiff_t>::max)()), _Num - __n));
865 : ((numeric_limits<streamsize>::max)() / sizeof(_CharT)) - 1;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
random.h 56 bool = __w < std::numeric_limits<_UIntType>::digits>
114 __return_value = std::numeric_limits<result_type>::max() - 1;
145 * std::numeric_limits<result_type>::max());
186 __return_value = std::numeric_limits<result_type>::max() - 1;
208 * std::numeric_limits<result_type>::max());
350 * std::numeric_limits<_UIntType>::max() plus 1. Otherwise, the template
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
random.h 56 bool = __w < std::numeric_limits<_UIntType>::digits>
114 __return_value = std::numeric_limits<result_type>::max() - 1;
145 * std::numeric_limits<result_type>::max());
186 __return_value = std::numeric_limits<result_type>::max() - 1;
208 * std::numeric_limits<result_type>::max());
350 * std::numeric_limits<_UIntType>::max() plus 1. Otherwise, the template
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/
random.h 56 bool = __w < std::numeric_limits<_UIntType>::digits>
114 __return_value = std::numeric_limits<result_type>::max() - 1;
145 * std::numeric_limits<result_type>::max());
186 __return_value = std::numeric_limits<result_type>::max() - 1;
208 * std::numeric_limits<result_type>::max());
350 * std::numeric_limits<_UIntType>::max() plus 1. Otherwise, the template
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
random.h 56 bool = __w < std::numeric_limits<_UIntType>::digits>
114 __return_value = std::numeric_limits<result_type>::max() - 1;
145 * std::numeric_limits<result_type>::max());
186 __return_value = std::numeric_limits<result_type>::max() - 1;
208 * std::numeric_limits<result_type>::max());
350 * std::numeric_limits<_UIntType>::max() plus 1. Otherwise, the template
    [all...]
  /art/runtime/verifier/
reg_type.h 596 ConstantValue() <= std::numeric_limits<jchar>::max();
600 ConstantValue() >= std::numeric_limits<jbyte>::min() &&
601 ConstantValue() <= std::numeric_limits<jbyte>::max();
605 ConstantValue() >= std::numeric_limits<jshort>::min() &&
606 ConstantValue() <= std::numeric_limits<jshort>::max();
  /external/chromium_org/content/renderer/gpu/
render_widget_compositor.cc 193 std::numeric_limits<int>::max(),
202 std::numeric_limits<int>::max(),
210 std::numeric_limits<int>::max(),
216 std::numeric_limits<int>::max(),
326 1, std::numeric_limits<int>::max(),
  /external/chromium_org/third_party/WebKit/Source/platform/
Decimal.cpp 194 if (powerOfTen >= std::numeric_limits<uint64_t>::max() / 10)
927 return valid ? doubleValue : std::numeric_limits<double>::quiet_NaN();
931 return isNegative() ? -std::numeric_limits<double>::infinity() : std::numeric_limits<double>::infinity();
933 return std::numeric_limits<double>::quiet_NaN();
  /art/runtime/
utils.h 63 if (std::numeric_limits<T>::max() < result) {
77 if (result < std::numeric_limits<T>::min() || std::numeric_limits<T>::max() < result) {

Completed in 1644 milliseconds

<<21222324252627282930>>