Searched refs:EXP (Results 1 - 22 of 22) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/math-emu/
H A 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(
[all...]
H A Dfpu_asm.h26 #define EXP(x) 8(x) macro
H A 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(
[all...]
H A 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 */
H A 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 */
H A Dreg_u_add.S65 movw %dx,EXP(%edi) /* Copy exponent to destination */
145 incw EXP(%edi)
H A Dreg_u_mul.S108 movw %ax,EXP(%edi)
119 decw EXP(%edi)
H A Dwm_sqrt.S95 cmpw EXP_BIAS,EXP(%esi)
350 movw EXP_BIAS,EXP(%edi) /* Result is in [1.0 .. 2.0) */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/genksyms/
H A Dlex.l49 EXP [Ee][+-]?[0-9]+
51 REAL ({FRAC}{EXP}?{F_SUF}?)|([0-9]+{EXP}{F_SUF}?)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dsafer.cpp46 #define EXP(x) exp_tab[(x)] macro
112 a = EXP(a) + key[ 8]; b = LOG(b) ^ key[ 9];
113 c = LOG(c) ^ key[10]; d = EXP(d) + key[11];
114 e = EXP(e) + key[12]; f = LOG(f) ^ key[13];
115 g = LOG(g) ^ key[14]; h = EXP(h) + key[15];
145 h = LOG(h) ^ key[7]; g = EXP(g) - key[6];
146 f = EXP(f) - key[5]; e = LOG(e) ^ key[4];
147 d = LOG(d) ^ key[3]; c = EXP(c) - key[2];
148 b = EXP(b) - key[1]; a = LOG(a) ^ key[0];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A 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|))
H A 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 ]
H A Dsetox.S450 |--entry point for EXP(X), X is denormalized
462 |--entry point for EXP(X), here X is finite, non-zero, and not NaN's
512 |--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
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/cell/
H A Dcpufreq_spudemand.c32 #define EXP 753 /* exp(-1) in fixed-point */ macro
52 CALC_LOAD(info->busy_spus, EXP, busy_spus * FIXED_1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmjpeg.h81 EXP = 0xdf, /* expand reference components */ enumerator in enum:__anon1949
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmjpeg.h82 EXP = 0xdf, /* expand reference components */ enumerator in enum:__anon3187
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/deprecated/
H A Ddosyacc.c74 #define EXP 14 macro
173 "ERROR","OPEN_SQUARE","CLOSE_SQUARE","EQUALS",0,"PERIOD","EXP",
194 "arg1 : INTEGER EXP INTEGER",
195 "arg1 : INTEGER PERIOD INTEGER EXP INTEGER",
H A Dcwy_tab.c81 #define EXP 14 macro
180 "ERROR","OPEN_SQUARE","CLOSE_SQUARE","EQUALS",0,"PERIOD","EXP",
201 "arg1 : INTEGER EXP INTEGER",
202 "arg1 : INTEGER PERIOD INTEGER EXP INTEGER",
H A Dcwlex_yy.c529 Return(EXP); variable
H A Ddoslex.c623 return EXP;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/ifpsp060/src/
H A Dfplsp.S5525 mov.l &0x00003FFE,%d2 # BIASED EXP OF 2/PI
5526 sub.l %d1,%d2 # BIASED EXP OF 2**(-L)*(2/PI)
5552 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)
5983 add.l &0x00003FFF,%d2 # BIASED EXP OF 2**L * (PI/2)
6296 mov.l %d1,%d2 # THE EXP AND 16 BITS OF X
7102 #--entry point for EXP(X), here X is finite, non-zero, and not NaN's
7151 #--WE NOW COMPUTE EXP(R)-1 BY A POLYNOMIAL
7182 fadd.x %fp2,%fp0 # fp0 is EXP(
[all...]
H A Dfpsp.S5631 mov.l &0x00003FFE,%d2 # BIASED EXP OF 2/PI
5632 sub.l %d1,%d2 # BIASED EXP OF 2**(-L)*(2/PI)
5658 add.l &0x00003FFF,%d2 # BIASED EXP OF 2**L * (PI/2)
6062 mov.l &0x00003FFE,%d2 # BIASED EXP OF 2/PI
6063 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
7257 #--WE NOW COMPUTE EXP(R)-1 BY A POLYNOMIAL
7288 fadd.x %fp2,%fp0 # fp0 is EXP(
[all...]

Completed in 198 milliseconds