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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
ieee754.h 127 #define IEEE754_DOUBLE_BIAS 0x3ff /* Added to exponent. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
ieee754.h 127 #define IEEE754_DOUBLE_BIAS 0x3ff /* Added to exponent. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
ieee754.h 127 #define IEEE754_DOUBLE_BIAS 0x3ff /* Added to exponent. */
  /external/stlport/src/
num_get_float.cpp 851 val = (float)_Stl_string_to_doubleT<double,ieee754_double,12,IEEE754_DOUBLE_BIAS>(v.c_str());
861 val = _Stl_string_to_doubleT<double,ieee754_double,12,IEEE754_DOUBLE_BIAS>(v.c_str());
  /ndk/sources/cxx-stl/stlport/src/
num_get_float.cpp 851 val = (float)_Stl_string_to_doubleT<double,ieee754_double,12,IEEE754_DOUBLE_BIAS>(v.c_str());
861 val = _Stl_string_to_doubleT<double,ieee754_double,12,IEEE754_DOUBLE_BIAS>(v.c_str());

Completed in 334 milliseconds