/external/valgrind/VEX/priv/ |
D | host_generic_maddf.c | 95 } ieee; member 121 if ((u.ieee.mantissa1 & 1) == 0 && u.ieee.exponent != 0x7ff) in h_generic_calc_MAddF32() 122 u.ieee.mantissa1 |= j; in h_generic_calc_MAddF32() 144 if (UNLIKELY (u.ieee.exponent + v.ieee.exponent in h_generic_calc_MAddF64() 146 || UNLIKELY (u.ieee.exponent >= 0x7ff - DBL_MANT_DIG) in h_generic_calc_MAddF64() 147 || UNLIKELY (v.ieee.exponent >= 0x7ff - DBL_MANT_DIG) in h_generic_calc_MAddF64() 148 || UNLIKELY (w.ieee.exponent >= 0x7ff - DBL_MANT_DIG) in h_generic_calc_MAddF64() 149 || UNLIKELY (u.ieee.exponent + v.ieee.exponent in h_generic_calc_MAddF64() 153 if (w.ieee.exponent == 0x7ff in h_generic_calc_MAddF64() 154 && u.ieee.exponent != 0x7ff in h_generic_calc_MAddF64() [all …]
|
/external/adhd/cras/src/dsp/tests/ |
D | dsp_util_test.c | 192 inf.ieee.negative = 0; in main() 193 inf.ieee.exponent = 0xfe; in main() 194 inf.ieee.mantissa = 0x7fffff; in main() 196 inf.ieee.negative = 1; in main() 197 inf.ieee.exponent = 0xfe; in main() 198 inf.ieee.mantissa = 0x7fffff; in main() 236 denorm.ieee.negative = 0; in main() 237 denorm.ieee.exponent = 0; in main() 238 denorm.ieee.mantissa = 1; in main() 240 denorm.ieee.negative = 1; in main() [all …]
|
/external/adhd/cras/src/dsp/ |
D | drc_math.h | 28 } ieee; 117 int exp = u.ieee.exponent; in frexpf_fast() 121 u.ieee.exponent = 126; in frexpf_fast() 206 return u.ieee.exponent == 0xff; in isbadf()
|
/external/python/cpython2/Modules/ |
D | fpectlmodule.c | 199 clrmsk.ieee$q_flags = in fpe_reset() 202 setmsk.ieee$q_flags = in fpe_reset() 266 clrmsk.ieee$q_flags = in turnoff_sigfpe()
|
/external/icu/icu4c/source/config/ |
D | mh-alpha-osf | 22 CFLAGS += -ieee 23 CXXFLAGS += -ieee
|
D | mh-alpha-linux-cc | 22 CFLAGS += -ieee 23 CXXFLAGS += -ieee
|
/external/curl/packages/vms/ |
D | make_gnv_curl_install.sh | 32 export GNV_CXX_QUALIFIERS=/DEBUG/OPTIMIZE/float=ieee/ieee_mode=denorm_results
|
D | build_vms.com | 34 $! /float=ieee/ieee_mode=denorm_results (non-vax) 294 $ cc_float = "/float=ieee/ieee_mode=denorm_results"
|
/external/llvm/test/CodeGen/Hexagon/ |
D | doubleconvert-ieee-rnd-near.ll | 1 ; RUN: llc -march=hexagon -mcpu=hexagonv5 -enable-hexagon-ieee-rnd-near < %s | FileCheck %s
|
/external/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_expr.cpp | 470 bool ieee; in fold_mul_add() local 478 ieee = true; in fold_mul_add() 480 ieee = false; in fold_mul_add() 493 n->bc.set_op(ieee ? ALU_OP3_MULADD_IEEE : ALU_OP3_MULADD); in fold_mul_add() 515 ieee = true; in fold_mul_add() 517 ieee = false; in fold_mul_add() 530 n->bc.set_op(ieee ? ALU_OP3_MULADD_IEEE : ALU_OP3_MULADD); in fold_mul_add()
|
/external/iptables/etc/ |
D | ethertypes | 8 # http://www.iana.org/assignments/ieee-802-numbers
|
/external/python/cpython3/Modules/_decimal/tests/ |
D | deccheck.py | 1029 ieee = [ variable 1042 testspecs = [small] + ieee + [base] 1047 testspecs = [small] + ieee + [base] 1052 testspecs = [small] + ieee + [base] 1054 rand_ieee = random.choice(ieee)
|
/external/freetype/docs/ |
D | INSTALL.VMS | 15 Options to pass to the C compiler e.g. ccopt=/float=ieee
|
/external/arm-neon-tests/ |
D | Makefile | 25 CFLAGS.rvct = -g --cpu=$(CPU) --fp16_format=ieee -Ono_special_regs_postregalloc -I.
|
/external/swiftshader/third_party/subzero/src/ |
D | IceInst.def | 27 // http://grouper.ieee.org/groups/1788/email/msg03558.html
|
/external/ImageMagick/ |
D | Make.com | 58 $ compile_options="/debug/optimize/prefix=all/name=(as_is,short)/float=ieee"
|
/external/python/cpython2/Modules/zlib/ |
D | README | 30 Mark Nelson <markn@ieee.org> wrote an article about zlib for the Jan. 1997
|
/external/zlib/src/ |
D | README | 30 Mark Nelson <markn@ieee.org> wrote an article about zlib for the Jan. 1997
|
/external/syslinux/com32/lib/zlib/ |
D | README | 30 Mark Nelson <markn@ieee.org> wrote an article about zlib for the Jan. 1997
|
/external/python/cpython3/Modules/zlib/ |
D | README | 30 Mark Nelson <markn@ieee.org> wrote an article about zlib for the Jan. 1997
|
/external/protobuf/src/ |
D | README.md | 163 ./configure CXXFLAGS="-O -std ansi -ieee -D__USE_STD_IOSTREAM"
|
/external/vulkan-validation-layers/cmake/ |
D | FindImageMagick.cmake | 55 # Copyright 2007-2008 Miguel A. Figueroa-Villanueva <miguelf at ieee dot org>
|
/external/syslinux/gpxe/src/drivers/net/ath5k/ |
D | ath5k_phy.c | 891 static int ath5k_hw_rf5111_chan2athchan(unsigned int ieee, in ath5k_hw_rf5111_chan2athchan() argument 897 channel = (int)ieee; in ath5k_hw_rf5111_chan2athchan()
|
/external/python/cpython3/Doc/library/ |
D | struct.rst | 280 revision of the `IEEE 754 standard <ieee 754 standard_>`_. It has a sign
|
/external/libxml2/ |
D | configure.ac | 755 EXTRA_CFLAGS="${EXTRA_CFLAGS} -ieee" 758 EXTRA_CFLAGS="${EXTRA_CFLAGS} -ieee"
|