HomeSort by: relevance | last modified time | path
    Searched refs:denormalized (Results 1 - 16 of 16) sorted by relevancy

  /src/lib/libc/arch/mips/gen/
ldexp.S 70 beq t1, zero, 1f # zero or denormalized number?
173 mtc1 t3, $f0 # save denormalized result (LSW)
174 mtc1 t2, $f1 # save denormalized result (MSW)
  /src/external/gpl3/gcc/dist/libgcc/config/m68k/
lb1sf68.S 242 | 2. Denormalized fpns have e=0. They correspond to numbers of the form
686 | Return and signal a denormalized number
799 | Get the exponents and check for denormalized and/or infinity.
808 beq Ladddf$a$den | branch if a is denormalized
822 beq Ladddf$b$den | branch if b is denormalized
1139 | the case of denormalized numbers in the rounding routine itself).
1247 | the case of denormalized numbers in the rounding routine itself).
1421 | Return a denormalized number.
1526 beq Lmuldf$a$den | if exponent zero, have denormalized
1557 | denormalized to start with!), which means that in the product bit 104
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/m68k/
lb1sf68.S 242 | 2. Denormalized fpns have e=0. They correspond to numbers of the form
686 | Return and signal a denormalized number
799 | Get the exponents and check for denormalized and/or infinity.
808 beq Ladddf$a$den | branch if a is denormalized
822 beq Ladddf$b$den | branch if b is denormalized
1139 | the case of denormalized numbers in the rounding routine itself).
1247 | the case of denormalized numbers in the rounding routine itself).
1419 | Return a denormalized number.
1524 beq Lmuldf$a$den | if exponent zero, have denormalized
1555 | denormalized to start with!), which means that in the product bit 104
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/config/arm/
ieee754-sf.S 113 @ If exponent == difference, one or both args were denormalized.
221 @ Fixup and adjust bit position for denormalized arguments.
527 @ Check if denormalized result is possible, otherwise return signed 0.
546 @ One or both arguments are denormalized.
575 @ Here, one or more arguments are either denormalized or zero.
717 @ One or both arguments are denormalized.
738 @ One or both arguments are either INF, NAN, zero or denormalized.
ieee754-df.S 158 @ If exponent == difference, one or both args were denormalized.
352 @ Adjust exponents for denormalized arguments.
520 @ value was denormalized. We can normalize it now.
737 @ Check if denormalized result is possible, otherwise return signed 0.
796 @ One or both arguments are denormalized.
830 @ Here, one or more arguments are either denormalized or zero.
1037 @ Result mightt need to be denormalized: put remainder bits
1449 @ check if denormalized value is possible
  /src/external/gpl3/gcc.old/dist/libgcc/config/arm/
ieee754-sf.S 113 @ If exponent == difference, one or both args were denormalized.
221 @ Fixup and adjust bit position for denormalized arguments.
527 @ Check if denormalized result is possible, otherwise return signed 0.
546 @ One or both arguments are denormalized.
575 @ Here, one or more arguments are either denormalized or zero.
717 @ One or both arguments are denormalized.
738 @ One or both arguments are either INF, NAN, zero or denormalized.
ieee754-df.S 158 @ If exponent == difference, one or both args were denormalized.
352 @ Adjust exponents for denormalized arguments.
520 @ value was denormalized. We can normalize it now.
737 @ Check if denormalized result is possible, otherwise return signed 0.
796 @ One or both arguments are denormalized.
830 @ Here, one or more arguments are either denormalized or zero.
1037 @ Result mightt need to be denormalized: put remainder bits
1449 @ check if denormalized value is possible
  /src/sys/arch/m68k/060sp/dist/
fplsp.s 4904 # ssind(): computes the sine of a denormalized input #
4906 # scosd(): computes the cosine of a denormalized input #
4908 # ssincosd(): computes the sine and cosine of a denormalized input #
5230 #--SIN(X) = X FOR DENORMALIZED X
5236 #--COS(X) = 1 FOR DENORMALIZED X
5461 #--SIN AND COS OF X FOR DENORMALIZED X
5617 # stand(): computes the tangent of a denormalized input #
5898 #--TAN(X) = X FOR DENORMALIZED X
6047 # satand(): computes the arctangent of a denormalized number #
6491 #--ENTRY POINT FOR ATAN(X) FOR DENORMALIZED ARGUMEN
    [all...]
fpsp.s 5010 # ssind(): computes the sine of a denormalized input #
5012 # scosd(): computes the cosine of a denormalized input #
5014 # ssincosd(): computes the sine and cosine of a denormalized input #
5336 #--SIN(X) = X FOR DENORMALIZED X
5342 #--COS(X) = 1 FOR DENORMALIZED X
5567 #--SIN AND COS OF X FOR DENORMALIZED X
5723 # stand(): computes the tangent of a denormalized input #
6004 #--TAN(X) = X FOR DENORMALIZED X
6153 # satand(): computes the arctangent of a denormalized number #
6597 #--ENTRY POINT FOR ATAN(X) FOR DENORMALIZED ARGUMEN
    [all...]
pfpsp.s 5446 cmpi.b STAG(%a6),&DENORM # is dst denormalized?
5483 cmpi.b DTAG(%a6),&DENORM # is dst denormalized?
5811 # a0 = points to the operand to be denormalized #
5817 # a0 = pointer to the denormalized result #
5881 # %a0 : points to the operand to be denormalized #
5885 # %a0 : points to the denormalized operand #
6807 # _round() - round denormalized number according to rnd prec #
6823 # denormalized result. #
13437 # denormalized. #
13447 # BINDEC_FLG for separating normalized/denormalized #
    [all...]
ftest.s 1289 # a denormalized number
  /src/sys/arch/mips/mips/
fp.S 891 bne t1, zero, 4f # is FS a denormalized num?
893 bne ta1, zero, 2f # is FT a denormalized num?
914 bne ta1, zero, 2f # is FT a denormalized num?
1009 bne t1, zero, 4f # is FS a denormalized num?
1013 bne ta1, zero, 2f # is FT a denormalized num?
1037 bne ta1, zero, 2f # is FT a denormalized num?
1833 bne t1, zero, 2f # is FS denormalized or zero?
2412 * Now round the denormalized result.
2713 * Now round the denormalized result.
  /src/external/gpl3/gdb/dist/sim/ppc/
powerpc.igen 1019 /* denormalized operand */
  /src/external/gpl3/gdb.old/dist/sim/ppc/
powerpc.igen 1019 /* denormalized operand */
  /src/external/gpl3/gdb/dist/gnulib/
configure 11798 /* Test on denormalized numbers. */
12483 /* Test on denormalized numbers. */
  /src/external/gpl3/gdb.old/dist/gnulib/
configure 11798 /* Test on denormalized numbers. */
12483 /* Test on denormalized numbers. */

Completed in 100 milliseconds