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

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
ieee754.h 32 /* This is the IEEE 754 single-precision format. */
45 } ieee; member in union:ieee754_float
72 /* This is the IEEE 754 double-precision format. */
96 } ieee; member in union:ieee754_double
134 /* This is the IEEE 854 double-extended-precision format. */
159 } ieee; member in union:ieee854_long_double
161 /* This is for NaNs in the IEEE 854 double-extended-precision format. */
  /external/stlport/src/
num_get_float.cpp 59 /* This is the IEEE 854 double-extended-precision format. */
66 } ieee; member in union:ieee854_long_double
326 /* IEEE representation */
452 * IEEE Double Precision Format
482 template <class D, class IEEE, int M, int BIAS>
559 * IEEE Double Precision Format
577 IEEE v;
579 v.ieee.mantissa0 = vv.i32.hi;
580 v.ieee.mantissa1 = vv.i32.lo;
581 v.ieee.negative = 0
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
num_get_float.cpp 59 /* This is the IEEE 854 double-extended-precision format. */
66 } ieee; member in union:ieee854_long_double
326 /* IEEE representation */
452 * IEEE Double Precision Format
482 template <class D, class IEEE, int M, int BIAS>
559 * IEEE Double Precision Format
577 IEEE v;
579 v.ieee.mantissa0 = vv.i32.hi;
580 v.ieee.mantissa1 = vv.i32.lo;
581 v.ieee.negative = 0
    [all...]

Completed in 583 milliseconds