HomeSort by relevance Sort by last modified time
    Searched refs:FLT_MANT_DIG (Results 26 - 46 of 46) sorted by null

12

  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/include/
float.h 36 #undef FLT_MANT_DIG
39 #define FLT_MANT_DIG __FLT_MANT_DIG__
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include/
float.h 37 #undef FLT_MANT_DIG
40 #define FLT_MANT_DIG __FLT_MANT_DIG__
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include/
float.h 36 #undef FLT_MANT_DIG
39 #define FLT_MANT_DIG __FLT_MANT_DIG__
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include/
float.h 36 #undef FLT_MANT_DIG
39 #define FLT_MANT_DIG __FLT_MANT_DIG__
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include/
float.h 36 #undef FLT_MANT_DIG
39 #define FLT_MANT_DIG __FLT_MANT_DIG__
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.7/lib/gcc/mipsel-linux-android/4.7/include/
float.h 37 #undef FLT_MANT_DIG
40 #define FLT_MANT_DIG __FLT_MANT_DIG__
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/
float.h 36 #undef FLT_MANT_DIG
39 #define FLT_MANT_DIG __FLT_MANT_DIG__
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/
float.h 37 #undef FLT_MANT_DIG
40 #define FLT_MANT_DIG __FLT_MANT_DIG__
  /external/chromium_org/third_party/skia/src/utils/
SkFloatUtils.h 46 static const int digits = FLT_MANT_DIG;
  /external/skia/src/utils/
SkFloatUtils.h 46 static const int digits = FLT_MANT_DIG;
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
StepRange.cpp 71 // FIXME: We should use DBL_MANT_DIG instead of FLT_MANT_DIG regarding to HTML5 specification.
72 DEFINE_STATIC_LOCAL(const Decimal, twoPowerOfFloatMantissaBits, (Decimal::Positive, 0, UINT64_C(1) << FLT_MANT_DIG));
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_test_arit.c 334 precision = error ? -log2(error/fabs(ref)) : FLT_MANT_DIG;
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test_arit.c 334 precision = error ? -log2(error/fabs(ref)) : FLT_MANT_DIG;
  /external/stlport/stlport/stl/
_limits.h 402 FLT_MANT_DIG, // Binary digits of precision
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_limits.h 402 FLT_MANT_DIG, // Binary digits of precision
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_limits.h 402 FLT_MANT_DIG, // Binary digits of precision
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_limits.h 402 FLT_MANT_DIG, // Binary digits of precision
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_limits.h 402 FLT_MANT_DIG, // Binary digits of precision
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_limits.h 402 FLT_MANT_DIG, // Binary digits of precision
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_limits.h 402 FLT_MANT_DIG, // Binary digits of precision
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/policies/
policy.hpp 25 // FLT_MANT_DIG etc.
732 struct basic_digits<float> : public mpl::int_<FLT_MANT_DIG>{ };
761 typedef digits2<FLT_MANT_DIG> type;
    [all...]

Completed in 886 milliseconds

12