Home
last modified time | relevance | path

Searched refs:EXP (Results 1 – 17 of 17) sorted by relevance

/linux-4.1.27/arch/x86/math-emu/
Dreg_norm.S43 subw $32,EXP(%ebx) /* This can cause an underflow */
52 subw %cx,EXP(%ebx) /* This can cause an underflow */
58 cmpw EXP_OVER,EXP(%ebx)
61 cmpw EXP_UNDER,EXP(%ebx)
68 addw EXTENDED_Ebias,EXP(%ebx)
69 andw $0x7fff,EXP(%ebx)
78 movw $0,EXP(%ebx)
84 addw EXTENDED_Ebias,EXP(%ebx)
92 addw EXTENDED_Ebias,EXP(%ebx)
120 subw $32,EXP(%ebx) /* This can cause an underflow */
[all …]
Dreg_round.S136 cmpw EXP_UNDER,EXP(%edi)
381 incw EXP(%edi)
412 cmpw EXP_OVER,EXP(%edi)
418 addw EXTENDED_Ebias,EXP(%edi)
419 andw $0x7fff,EXP(%edi)
426 orw $0x8000,EXP(%edi) /* Negative sign for the result. */
482 subw EXP(%edi),%cx
495 addw %cx,EXP(%edi)
508 addw %cx,EXP(%edi)
533 addw %cx,EXP(%edi)
[all …]
Dreg_u_sub.S68 movw %dx,EXP(%edi) /* Copy exponent to destination */
194 subw $64,EXP(%edi)
205 movw $0,EXP(%edi) /* exponent */
215 subw $32,EXP(%edi) /* Can get underflow here */
225 subw %cx,EXP(%edi) /* Can get underflow here */
Dreg_u_div.S92 movswl EXP(%esi),%edx
93 movswl EXP(%ebx),%eax
106 movw %dx,EXP(%edi)
149 incw EXP(%edi)
425 incw EXP(%edi)
435 decw EXP(%edi) /* binary point between 1st & 2nd bits */
Dreg_u_mul.S108 movw %ax,EXP(%edi)
119 decw EXP(%edi)
Dreg_u_add.S65 movw %dx,EXP(%edi) /* Copy exponent to destination */
145 incw EXP(%edi)
Dfpu_asm.h26 #define EXP(x) 8(x) macro
Dwm_sqrt.S95 cmpw EXP_BIAS,EXP(%esi)
350 movw EXP_BIAS,EXP(%edi) /* Result is in [1.0 .. 2.0) */
/linux-4.1.27/arch/m68k/fpsp040/
Dscosh.S89 |--COSH(X) = (1/2) * ( EXP(X) + 1/EXP(X) )
96 bsr setox | ...FP0 IS EXP(|X|)
97 fmuls #0x3F000000,%fp0 | ...(1/2)EXP(|X|)
101 fdivx %fp0,%fp1 | ...1/(2 EXP(|X|))
Dstanh.S129 |--TANH(X) = 1 - (2/[EXP(2X)+1]). LET Y = 2|X|, SGN = SIGN(X),
130 |--TANH(X) = SGN - SGN*2/[EXP(Y)+1].
144 bsr setox | ...FP0 IS EXP(Y)
147 fadds #0x3F800000,%fp0 | ...EXP(Y)+1
151 fdivx %fp0,%fp1 | ...-SIGN(X)2 / [EXP(Y)+1 ]
Dsetox.S512 |--WE NOW COMPUTE EXP(R)-1 BY A POLYNOMIAL
546 faddx %fp2,%fp0 | ...fp0 is EXP(R) - 1
551 |--EXP(X) = 2^M * ( 2^(J/64) + 2^(J/64)*(EXP(R)-1) )
679 |--WE NOW COMPUTE EXP(R)-1 BY A POLYNOMIAL
722 faddx %fp2,%fp0 | ...fp0 IS EXP(R)-1
/linux-4.1.27/arch/powerpc/platforms/cell/
Dcpufreq_spudemand.c33 #define EXP 753 /* exp(-1) in fixed-point */ macro
51 CALC_LOAD(info->busy_spus, EXP, busy_spus * FIXED_1); in calc_freq()
/linux-4.1.27/scripts/genksyms/
Dlex.l49 EXP [Ee][+-]?[0-9]+
51 REAL ({FRAC}{EXP}?{F_SUF}?)|([0-9]+{EXP}{F_SUF}?)
/linux-4.1.27/Documentation/arm/nwfpe/
DTODO10 EXP{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - exponent
DREADME.FPE127 EXP{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - exponent
/linux-4.1.27/arch/m68k/ifpsp060/src/
Dfplsp.S5552 add.l &0x00003FFF,%d2 # BIASED EXP OF 2**L * (PI/2)
5956 mov.l &0x00003FFE,%d2 # BIASED EXP OF 2/PI
5957 sub.l %d1,%d2 # BIASED EXP OF 2**(-L)*(2/PI)
7151 #--WE NOW COMPUTE EXP(R)-1 BY A POLYNOMIAL
7182 fadd.x %fp2,%fp0 # fp0 is EXP(R) - 1
7186 #--EXP(X) = 2^M * ( 2^(J/64) + 2^(J/64)*(EXP(R)-1) )
7252 #--entry point for EXP(X), X is denormalized
7314 #--WE NOW COMPUTE EXP(R)-1 BY A POLYNOMIAL
7352 fadd.x %fp2,%fp0 # fp0 IS EXP(R)-1
7624 #--COSH(X) = (1/2) * ( EXP(X) + 1/EXP(X) )
[all …]
Dfpsp.S5631 mov.l &0x00003FFE,%d2 # BIASED EXP OF 2/PI
5632 sub.l %d1,%d2 # BIASED EXP OF 2**(-L)*(2/PI)
6089 add.l &0x00003FFF,%d2 # BIASED EXP OF 2**L * (PI/2)
6402 mov.l %d1,%d2 # THE EXP AND 16 BITS OF X
7208 #--entry point for EXP(X), here X is finite, non-zero, and not NaN's