Home
last modified time | relevance | path

Searched refs:ieee (Results 1 – 25 of 37) sorted by relevance

12

/external/valgrind/VEX/priv/
Dhost_generic_maddf.c95 } 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/
Ddsp_util_test.c192 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/
Ddrc_math.h28 } 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/
Dfpectlmodule.c199 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/
Dmh-alpha-osf22 CFLAGS += -ieee
23 CXXFLAGS += -ieee
Dmh-alpha-linux-cc22 CFLAGS += -ieee
23 CXXFLAGS += -ieee
/external/curl/packages/vms/
Dmake_gnv_curl_install.sh32 export GNV_CXX_QUALIFIERS=/DEBUG/OPTIMIZE/float=ieee/ieee_mode=denorm_results
Dbuild_vms.com34 $! /float=ieee/ieee_mode=denorm_results (non-vax)
294 $ cc_float = "/float=ieee/ieee_mode=denorm_results"
/external/llvm/test/CodeGen/Hexagon/
Ddoubleconvert-ieee-rnd-near.ll1 ; RUN: llc -march=hexagon -mcpu=hexagonv5 -enable-hexagon-ieee-rnd-near < %s | FileCheck %s
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_expr.cpp470 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/
Dethertypes8 # http://www.iana.org/assignments/ieee-802-numbers
/external/python/cpython3/Modules/_decimal/tests/
Ddeccheck.py1029 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/
DINSTALL.VMS15 Options to pass to the C compiler e.g. ccopt=/float=ieee
/external/arm-neon-tests/
DMakefile25 CFLAGS.rvct = -g --cpu=$(CPU) --fp16_format=ieee -Ono_special_regs_postregalloc -I.
/external/swiftshader/third_party/subzero/src/
DIceInst.def27 // http://grouper.ieee.org/groups/1788/email/msg03558.html
/external/ImageMagick/
DMake.com58 $ compile_options="/debug/optimize/prefix=all/name=(as_is,short)/float=ieee"
/external/python/cpython2/Modules/zlib/
DREADME30 Mark Nelson <markn@ieee.org> wrote an article about zlib for the Jan. 1997
/external/zlib/src/
DREADME30 Mark Nelson <markn@ieee.org> wrote an article about zlib for the Jan. 1997
/external/syslinux/com32/lib/zlib/
DREADME30 Mark Nelson <markn@ieee.org> wrote an article about zlib for the Jan. 1997
/external/python/cpython3/Modules/zlib/
DREADME30 Mark Nelson <markn@ieee.org> wrote an article about zlib for the Jan. 1997
/external/protobuf/src/
DREADME.md163 ./configure CXXFLAGS="-O -std ansi -ieee -D__USE_STD_IOSTREAM"
/external/vulkan-validation-layers/cmake/
DFindImageMagick.cmake55 # Copyright 2007-2008 Miguel A. Figueroa-Villanueva <miguelf at ieee dot org>
/external/syslinux/gpxe/src/drivers/net/ath5k/
Dath5k_phy.c891 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/
Dstruct.rst280 revision of the `IEEE 754 standard <ieee 754 standard_>`_. It has a sign
/external/libxml2/
Dconfigure.ac755 EXTRA_CFLAGS="${EXTRA_CFLAGS} -ieee"
758 EXTRA_CFLAGS="${EXTRA_CFLAGS} -ieee"

12