HomeSort by relevance Sort by last modified time
    Searched refs:ieee (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /bionic/libm/upstream-freebsd/lib/msun/ld128/
s_nanl.c 38 union IEEEl2bits ieee; member in union:__anon1207
43 u.ieee.bits.exp = 0x7fff;
44 u.ieee.bits.manh |= 1ULL << 47; /* make it a quiet NaN */
45 return (u.ieee.e);
  /external/valgrind/VEX/priv/
host_generic_maddf.c 82 /* This is the IEEE 754 double-precision format. */
95 } ieee; member in union:vg_ieee754_double
121 if ((u.ieee.mantissa1 & 1) == 0 && u.ieee.exponent != 0x7ff)
122 u.ieee.mantissa1 |= j;
144 if (UNLIKELY (u.ieee.exponent + v.ieee.exponent
146 || UNLIKELY (u.ieee.exponent >= 0x7ff - DBL_MANT_DIG)
147 || UNLIKELY (v.ieee.exponent >= 0x7ff - DBL_MANT_DIG)
148 || UNLIKELY (w.ieee.exponent >= 0x7ff - DBL_MANT_DIG
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
ieee.c 1 /* BFD back-end for ieee-695 objects.
26 /* IEEE 695 format is a stream of records, which we parse using a simple one-
33 #include "ieee.h"
57 /* Functions for writing to ieee files in the strange way that the
170 /* Functions for reading from ieee files in the strange way that the
173 #define this_byte(ieee) *((ieee)->input_p)
174 #define next_byte(ieee) ((ieee)->input_p++)
175 #define this_byte_and_next(ieee) (*((ieee)->input_p++)
721 ieee_data_type *ieee = IEEE_DATA (abfd); local
1011 ieee_data_type *ieee = IEEE_DATA (abfd); local
1098 ieee_data_type *ieee = IEEE_DATA (abfd); local
1273 ieee_data_type *ieee = IEEE_DATA (abfd); local
1303 ieee_ar_data_type *ieee; local
1661 ieee_data_type *ieee = IEEE_DATA (abfd); local
1792 ieee_data_type *ieee; local
2069 ieee_data_type *ieee = IEEE_DATA (abfd); local
2116 ieee_data_type *ieee = IEEE_DATA (abfd); local
2607 ieee_data_type *ieee; local
3110 ieee_data_type *ieee = IEEE_DATA (abfd); local
3174 ieee_data_type *ieee = IEEE_DATA (abfd); local
3268 ieee_data_type *ieee = IEEE_DATA (abfd); local
3397 ieee_data_type *ieee = IEEE_DATA (abfd); local
3517 ieee_data_type *ieee = IEEE_DATA (abfd); local
3688 ieee_data_type *ieee; local
    [all...]
  /external/curl/packages/vms/
make_gnv_curl_install.sh 32 export GNV_CXX_QUALIFIERS=/DEBUG/OPTIMIZE/float=ieee/ieee_mode=denorm_results
build_vms.com 34 $! /float=ieee/ieee_mode=denorm_results (non-vax)
38 $! NOIEEE Do not use IEEE floating point. (Alpha/I64)
94 $! Added IEEE option for IEEE floating point (Alpha).
126 $! IEEE float default to on where available.
294 $ cc_float = "/float=ieee/ieee_mode=denorm_results"
457 $! We normally want IEEE float if it is available. Programs that are
458 $! calling libcurl will typically prefer IEEE behavior, unless on the
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/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.15-4.8/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/icu/icu4c/source/config/
mh-alpha-linux-cc 19 # The tests need complete IEEE floating point support
20 CFLAGS += -ieee
21 CXXFLAGS += -ieee
mh-alpha-osf 19 # The tests need complete IEEE floating point support
20 CFLAGS += -ieee
21 CXXFLAGS += -ieee
  /device/google/dragon/audio/hal/dsp/
drc_math.h 58 /* This is the IEEE 754 single-precision format. */
65 } ieee; member in union:ieee754_float
114 int exp = u.ieee.exponent;
118 u.ieee.exponent = 126;
203 return u.ieee.exponent == 0xff;
  /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...]
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
ldtoa.c 30 #include <machine/ieee.h>
hdtoa.c 29 #include <machine/ieee.h>
99 * This procedure converts a double-precision number in IEEE format
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic4x/
float.s 26 IEEE: .ieee 0f0, 0f1.0, 0f0.5, 0f-1,0, 0e-1.0e25, 3, 123, 0f3.141592654
  /toolchain/binutils/binutils-2.25/binutils/
configure.com 106 $ DEBUG_FILES = ",rddbg,debug,stabs,ieee,rdcoff,dwarf"
makefile.vms 39 DEBUG_OBJS = rddbg.obj,debug.obj,stabs.obj,ieee.obj,rdcoff.obj,dwarf.obj,\
  /bionic/libc/bionic/
fpclassify.cpp 32 #include <machine/ieee.h>
  /external/ImageMagick/
Make.com 58 $ compile_options="/debug/optimize/prefix=all/name=(as_is,short)/float=ieee"
  /toolchain/binutils/binutils-2.25/gas/config/
tc-tic4x.c 55 /* Equal to MAX_PRECISION in atof-ieee.c. */
169 {"ieee", float_cons, 'i'},
2554 int ieee; local
    [all...]
  /bionic/libc/kernel/uapi/linux/
nvme.h 57 __u8 ieee[3]; member in struct:nvme_id_ctrl
  /development/ndk/platforms/android-21/include/linux/
nvme.h 51 __u8 ieee[3]; member in struct:nvme_id_ctrl
  /external/kernel-headers/original/uapi/linux/
nvme.h 50 __u8 ieee[3]; member in struct:nvme_id_ctrl
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/
nvme.h 51 __u8 ieee[3]; member in struct:nvme_id_ctrl
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/linux/
nvme.h 51 __u8 ieee[3]; member in struct:nvme_id_ctrl
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/linux/
nvme.h 51 __u8 ieee[3]; member in struct:nvme_id_ctrl

Completed in 4478 milliseconds

1 2 3 4