HomeSort by: relevance | last modified time | path
    Searched refs:denorm (Results 1 - 25 of 39) sorted by relevancy

1 2

  /src/external/lgpl3/mpfr/dist/src/
get_ld.c 68 mpfr_exp_t e, denorm; local
75 which is 0.5*2^(-16444) in MPFR thus 0 <= denorm <= 63. */
76 denorm = MPFR_UNLIKELY (e <= -16382) ? - e - 16382 + 1 : 0;
77 MPFR_ASSERTD (0 <= denorm && denorm < 64);
79 ld.s.manl = (tmpmant[0] >> denorm);
80 ld.s.manh = (tmpmant[0] >> denorm) >> 32;
82 if (MPFR_LIKELY (denorm == 0))
87 else if (denorm < 32)
89 ld.s.manl = (tmpmant[0] >> denorm) | (tmpmant[1] << (32 - denorm))
158 mant >>= denorm; local
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/mips/
cp1.c 522 sim_fpu_denorm denorm; local
526 denorm = sim_fpu_denorm_zero;
528 denorm = 0;
529 return denorm;
601 FP_R6CLASS_NEGSUB, /* SIM_FPU_IS_NDENORM = 7, -denorm - (MIN .. 0) */
602 FP_R6CLASS_POSSUB, /* SIM_FPU_IS_PDENORM = 8, +denorm - (0 .. MIN) */
832 sim_fpu_denorm denorm = denorm_mode (cpu); local
844 status |= sim_fpu_round_32 (&ans, round, denorm);
854 status |= sim_fpu_round_64 (&ans, round, denorm);
893 sim_fpu_denorm denorm = denorm_mode (cpu) local
1046 sim_fpu_denorm denorm = denorm_mode (cpu); local
1143 sim_fpu_denorm denorm = denorm_mode (cpu); local
1221 sim_fpu_denorm denorm = denorm_mode (cpu); local
1507 sim_fpu_denorm denorm = denorm_mode (cpu); local
1754 sim_fpu_denorm denorm = denorm_mode (cpu); local
1876 sim_fpu_denorm denorm = denorm_mode (cpu); local
    [all...]
  /src/external/gpl3/gdb/dist/sim/mips/
cp1.c 522 sim_fpu_denorm denorm; local
526 denorm = sim_fpu_denorm_zero;
528 denorm = 0;
529 return denorm;
601 FP_R6CLASS_NEGSUB, /* SIM_FPU_IS_NDENORM = 7, -denorm - (MIN .. 0) */
602 FP_R6CLASS_POSSUB, /* SIM_FPU_IS_PDENORM = 8, +denorm - (0 .. MIN) */
832 sim_fpu_denorm denorm = denorm_mode (cpu); local
844 status |= sim_fpu_round_32 (&ans, round, denorm);
854 status |= sim_fpu_round_64 (&ans, round, denorm);
893 sim_fpu_denorm denorm = denorm_mode (cpu) local
1046 sim_fpu_denorm denorm = denorm_mode (cpu); local
1143 sim_fpu_denorm denorm = denorm_mode (cpu); local
1221 sim_fpu_denorm denorm = denorm_mode (cpu); local
1507 sim_fpu_denorm denorm = denorm_mode (cpu); local
1754 sim_fpu_denorm denorm = denorm_mode (cpu); local
1876 sim_fpu_denorm denorm = denorm_mode (cpu); local
    [all...]
  /src/lib/libc/gdtoa/
strtodg.c 332 int bb0, bb2, bb5, bbe, bd2, bd5, bbbits, bs2, c, denorm; local
350 denorm = sign = nz0 = nz = 0;
681 denorm = 1;
835 if (dsign || bbbits > 1 || denorm || rve1 == emin)
849 if (denorm && all_on(rvb, rvbits)) {
855 denorm = 0;
878 if ((bbbits < nbits && !denorm) || !(rvb->x[0] & 1))
904 else if (denorm && bbbits <= 1) {
946 if (!denorm && rvbits < nbits) {
971 if (denorm)
    [all...]
dtoa.c 126 int denorm; local
248 denorm = 0;
259 denorm = 1;
508 denorm ? be + (Bias + (P-1) - 1 + 1) :
  /src/external/gpl3/gcc/dist/libgcc/config/arc/ieee-754/arc600-dsp/
divsf3.S 209 asr.f 0,r0,1 ; for round-to-even in case this is a denorm
253 0x60000000,r0 ; large number / denorm -> Inf
266 bic.ne.f 0,0x60000000,r1 ; denorm/large number -> 0
divdf3.S 175 0x43500000,.Linf_NaN ; large number / denorm -> Inf
252 0x43500000, .Lret0_2 ; denorm/large number -> 0
  /src/external/gpl3/gcc/dist/libgcc/config/arc/ieee-754/arc600-mul64/
divsf3.S 203 asr.f 0,r0,1 ; for round-to-even in case this is a denorm
253 0x60000000,r0 ; large number / denorm -> Inf
266 bic.ne.f 0,0x60000000,r1 ; denorm/large number -> 0
divdf3.S 170 0x43500000,.Linf_NaN ; large number / denorm -> Inf
205 0x43500000, .Lret0_2 ; denorm/large number -> 0
  /src/external/gpl3/gcc/dist/libgcc/config/arc/ieee-754/
divsf3-stdmul.S 149 0x60000000,r0 ; large number / denorm -> Inf
166 bic.ne.f 0,0x60000000,r1 ; denorm/large number -> 0
258 asr.f 0,r0,1 ; for round-to-even in case this is a denorm
divsf3.S 61 bic.ne.f 0,0x60000000,r1 ; denorm/large number -> 0
75 bic.ne.f 0,0x60000000,r0 ; large number/denorm -> Inf
divdf3.S 99 0x43500000,.Linf_NaN ; large number / denorm -> Inf
136 0x43500000, .Lret0_NaN ; denorm/large number -> 0
  /src/external/gpl3/gcc.old/dist/libgcc/config/arc/ieee-754/arc600-dsp/
divsf3.S 209 asr.f 0,r0,1 ; for round-to-even in case this is a denorm
253 0x60000000,r0 ; large number / denorm -> Inf
266 bic.ne.f 0,0x60000000,r1 ; denorm/large number -> 0
divdf3.S 175 0x43500000,.Linf_NaN ; large number / denorm -> Inf
252 0x43500000, .Lret0_2 ; denorm/large number -> 0
  /src/external/gpl3/gcc.old/dist/libgcc/config/arc/ieee-754/arc600-mul64/
divsf3.S 203 asr.f 0,r0,1 ; for round-to-even in case this is a denorm
253 0x60000000,r0 ; large number / denorm -> Inf
266 bic.ne.f 0,0x60000000,r1 ; denorm/large number -> 0
divdf3.S 170 0x43500000,.Linf_NaN ; large number / denorm -> Inf
205 0x43500000, .Lret0_2 ; denorm/large number -> 0
  /src/external/gpl3/gcc.old/dist/libgcc/config/arc/ieee-754/
divsf3-stdmul.S 149 0x60000000,r0 ; large number / denorm -> Inf
166 bic.ne.f 0,0x60000000,r1 ; denorm/large number -> 0
258 asr.f 0,r0,1 ; for round-to-even in case this is a denorm
divsf3.S 61 bic.ne.f 0,0x60000000,r1 ; denorm/large number -> 0
75 bic.ne.f 0,0x60000000,r0 ; large number/denorm -> Inf
divdf3.S 99 0x43500000,.Linf_NaN ; large number / denorm -> Inf
136 0x43500000, .Lret0_NaN ; denorm/large number -> 0
  /src/external/gpl3/gcc/dist/libgcc/config/arc/ieee-754/arc600/
divsf3.S 58 bic.ne.f 0,0x60000000,r1 ; denorm/large number -> 0
72 bic.ne.f 0,0x60000000,r0 ; large number/denorm -> Inf
  /src/external/gpl3/gcc.old/dist/libgcc/config/arc/ieee-754/arc600/
divsf3.S 58 bic.ne.f 0,0x60000000,r1 ; denorm/large number -> 0
72 bic.ne.f 0,0x60000000,r0 ; large number/denorm -> Inf
  /src/external/gpl3/gdb.old/dist/sim/common/
sim-fpu.h 228 sim_fpu_denorm denorm);
231 sim_fpu_denorm denorm);
414 SIM_FPU_IS_NDENORM = 7, /* -denorm - ( MIN .. 0 ) */
415 SIM_FPU_IS_PDENORM = 8, /* +denorm - ( 0 .. MIN ) */
sim-fpu.c 891 sim_fpu_denorm denorm)
920 && !(denorm & sim_fpu_denorm_zero))
938 else if ((denorm & sim_fpu_denorm_underflow_inexact))
976 sim_fpu_denorm denorm)
978 return do_round (f, 0, round, denorm);
984 sim_fpu_denorm denorm)
986 return do_round (f, 1, round, denorm);
  /src/external/gpl3/gdb/dist/sim/common/
sim-fpu.h 228 sim_fpu_denorm denorm);
231 sim_fpu_denorm denorm);
414 SIM_FPU_IS_NDENORM = 7, /* -denorm - ( MIN .. 0 ) */
415 SIM_FPU_IS_PDENORM = 8, /* +denorm - ( 0 .. MIN ) */
sim-fpu.c 891 sim_fpu_denorm denorm)
920 && !(denorm & sim_fpu_denorm_zero))
938 else if ((denorm & sim_fpu_denorm_underflow_inexact))
976 sim_fpu_denorm denorm)
978 return do_round (f, 0, round, denorm);
984 sim_fpu_denorm denorm)
986 return do_round (f, 1, round, denorm);

Completed in 74 milliseconds

1 2