Home
last modified time | relevance | path

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

123

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Dllvm.r600.recipsqrt.ieee.ll3 declare float @llvm.r600.recipsqrt.ieee.f32(float) nounwind readnone
8 %recipsqrt.ieee = call float @llvm.r600.recipsqrt.ieee.f32(float %src) nounwind readnone
9 store float %recipsqrt.ieee, float addrspace(1)* %out, align 4
17 %recipsqrt.ieee = call float @llvm.r600.recipsqrt.ieee.f32(float 4.0) nounwind readnone
18 store float %recipsqrt.ieee, float addrspace(1)* %out, align 4
25 %recipsqrt.ieee = call float @llvm.r600.recipsqrt.ieee.f32(float 100.0) nounwind readnone
26 store float %recipsqrt.ieee, float addrspace(1)* %out, align 4
/external/adhd/cras/src/dsp/tests/
Ddsp_util_test.c193 inf.ieee.negative = 0; in main()
194 inf.ieee.exponent = 0xfe; in main()
195 inf.ieee.mantissa = 0x7fffff; in main()
197 inf.ieee.negative = 1; in main()
198 inf.ieee.exponent = 0xfe; in main()
199 inf.ieee.mantissa = 0x7fffff; in main()
237 denorm.ieee.negative = 0; in main()
238 denorm.ieee.exponent = 0; in main()
239 denorm.ieee.mantissa = 1; in main()
241 denorm.ieee.negative = 1; in main()
[all …]
/external/arm-optimized-routines/test/rtest/
Dwrappers.c30 int size, const uint32 *ieee) in wrapper_op_real() argument
34 ctx->ieee_ops[ctx->nops] = ieee; in wrapper_op_real()
40 int size, const uint32 *ieee) in wrapper_op_complex() argument
44 ctx->ieee_ops[ctx->nops] = ieee; in wrapper_op_complex()
50 int size, uint32 *ieee) in wrapper_result_real() argument
54 ctx->ieee_result = ieee; in wrapper_result_real()
60 int size, uint32 *ieee) in wrapper_result_complex() argument
64 ctx->ieee_result = ieee; in wrapper_result_complex()
Dwrappers.h52 int size, const uint32 *ieee);
56 int size, const uint32 *ieee);
60 int size, uint32 *ieee);
65 int size, uint32 *ieee);
/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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Dbuild-attributes-fn-attr3.ll5 ; Here we check values no-trapping-math=true and denormal-fp-math=ieee.
17 … { minsize norecurse nounwind optsize readnone "no-trapping-math"="true" "denormal-fp-math"="ieee"}
/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/adeb/
Dbuildstrap45 rm -rf $OUT_TMP/usr/share/ieee-data/*
46 rm -rf $OUT_TMP/usr/lib/share/ieee-data/*
/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.cpp478 bool ieee; in fold_mul_add() local
486 ieee = true; in fold_mul_add()
488 ieee = false; in fold_mul_add()
501 n->bc.set_op(ieee ? ALU_OP3_MULADD_IEEE : ALU_OP3_MULADD); in fold_mul_add()
523 ieee = true; in fold_mul_add()
525 ieee = false; in fold_mul_add()
538 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/tensorflow/tensorflow/contrib/cmake/external/
Ddouble_conversion.cmake39 "${double_conversion_INCLUDE_DIR}/double-conversion/ieee.h"
/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/cldr/tools/java/org/unicode/cldr/util/data/
Dleapseconds21 # <https://ieeexplore.ieee.org/document/7909995>.
/external/ImageMagick/
DMake.com58 $ compile_options="/debug/optimize/prefix=all/name=(as_is,short)/float=ieee"
/external/swiftshader/third_party/subzero/src/
DIceInst.def27 // http://grouper.ieee.org/groups/1788/email/msg03558.html
/external/u-boot/drivers/nvme/
Dnvme.h42 __u8 ieee[3]; member
/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

123