Home
last modified time | relevance | path

Searched refs:denorm (Results 1 – 11 of 11) sorted by relevance

/NextBSD/contrib/gdtoa/
HDstrtodg.c325 int bb0, bb2, bb5, bbe, bd2, bd5, bbbits, bs2, c, decpt, denorm; local
358 denorm = sign = nz0 = nz = 0;
681 denorm = 1;
807 if (dsign || bbbits > 1 || denorm || rve1 == emin)
819 if (denorm && all_on(rvb, rvbits)) {
825 denorm = 0;
846 if ((bbbits < nbits && !denorm) || !(rvb->x[0] & 1))
870 else if (denorm && bbbits <= 1) {
912 if (!denorm && rvbits < nbits) {
928 if (denorm)
[all …]
HDdtoa.c123 int denorm; local
242 denorm = 0;
253 denorm = 1;
500 denorm ? be + (Bias + (P-1) - 1 + 1) :
/NextBSD/contrib/binutils/ld/emultempl/
HDarmelf.em278 { "vfp11-denorm-fix", required_argument, NULL, OPTION_VFP11_DENORM_FIX},
291 fprintf (file, _(" --vfp11-denorm-fix Specify how to fix VFP11 denorm erratum\n"));
/NextBSD/lib/libc/mips/gen/
HDldexp.S155 ble t1, -52, 7f # is result too small for denorm?
/NextBSD/contrib/llvm/include/llvm/Support/
HDMachO.h1462 denorm :1, member
1477 denorm :1, member
/NextBSD/contrib/binutils/ld/
HDNEWS34 * ARM: Added --vfp11-denorm-fix option to work around an erratum in current
HDChangeLog561 * NEWS: Mention --vfp11-denorm-fix option.
HDld.texinfo5521 @kindex --vfp11-denorm-fix
5522 The @samp{--vfp11-denorm-fix} switch enables a link-time workaround for a
5524 instructions with denorm operands (which must be handled by support code)
5537 @samp{--vfp-denorm-fix=scalar} if you are using the VFP11 scalar
5538 mode only, or @samp{--vfp-denorm-fix=vector} if you are using
5540 @samp{--vfp-denorm-fix=none}.
/NextBSD/sys/mips/mips/
HDfp.S1886 move t1, zero # denorm or zero exponent
2158 move t1, zero # denorm or zero exponent
/NextBSD/contrib/llvm/tools/llvm-objdump/
HDMachODump.cpp7933 outs() << " denorm " << fpu.fpu_fcw.denorm; in Print_x86_float_state_t()
7958 outs() << " denorm " << fpu.fpu_fsw.denorm; in Print_x86_float_state_t()
/NextBSD/contrib/gcc/config/ia64/
HDia64.md1076 ;; denorm single. Since we don't know what the next instruction will be, we