OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ieee
(Results
1 - 6
of
6
) sorted by null
/prebuilts/gcc/linux-x86/host/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. */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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
...]
/external/qemu/target-arm/
helper.c
2861
int
ieee
= (env->vfp.xregs[ARM_VFP_FPSCR] & (1 << 26)) == 0;
local
2871
int
ieee
= (env->vfp.xregs[ARM_VFP_FPSCR] & (1 << 26)) == 0;
local
[
all
...]
Completed in 639 milliseconds