Home
last modified time | relevance | path

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

12

/openbmc/linux/arch/x86/math-emu/
H A Dreg_norm.S44 subw $32,EXP(%ebx) /* This can cause an underflow */
53 subw %cx,EXP(%ebx) /* This can cause an underflow */
59 cmpw EXP_OVER,EXP(%ebx)
62 cmpw EXP_UNDER,EXP(%ebx)
69 addw EXTENDED_Ebias,EXP(%ebx)
70 andw $0x7fff,EXP(%ebx)
79 movw $0,EXP(%ebx)
85 addw EXTENDED_Ebias,EXP(%ebx)
93 addw EXTENDED_Ebias,EXP(%ebx)
122 subw $32,EXP(%ebx) /* This can cause an underflow */
[all …]
H A Dreg_round.S137 cmpw EXP_UNDER,EXP(%edi)
382 incw EXP(%edi)
413 cmpw EXP_OVER,EXP(%edi)
420 andw $0x7fff,EXP(%edi)
483 subw EXP(%edi),%cx
496 addw %cx,EXP(%edi)
509 addw %cx,EXP(%edi)
534 addw %cx,EXP(%edi)
597 decw EXP(%edi)
630 movw EXP_UNDER,EXP(%edi)
[all …]
H A Dreg_u_sub.S69 movw %dx,EXP(%edi) /* Copy exponent to destination */
195 subw $64,EXP(%edi)
206 movw $0,EXP(%edi) /* exponent */
216 subw $32,EXP(%edi) /* Can get underflow here */
226 subw %cx,EXP(%edi) /* Can get underflow here */
H A Dreg_u_div.S93 movswl EXP(%esi),%edx
94 movswl EXP(%ebx),%eax
107 movw %dx,EXP(%edi)
150 incw EXP(%edi)
426 incw EXP(%edi)
436 decw EXP(%edi) /* binary point between 1st & 2nd bits */
H A Dreg_u_mul.S109 movw %ax,EXP(%edi)
120 decw EXP(%edi)
H A Dreg_u_add.S66 movw %dx,EXP(%edi) /* Copy exponent to destination */
146 incw EXP(%edi)
H A Dfpu_asm.h27 #define EXP(x) 8(x) macro
H A Dwm_sqrt.S96 cmpw EXP_BIAS,EXP(%esi)
351 movw EXP_BIAS,EXP(%edi) /* Result is in [1.0 .. 2.0) */
/openbmc/qemu/tests/tcg/hexagon/
H A Dhex_test.h30 #define check32(RES, EXP) __check32(__LINE__, RES, EXP) argument
40 #define check64(RES, EXP) __check64(__LINE__, RES, EXP) argument
60 #define checkp(RES, EXP) __checkp(__LINE__, RES, EXP) argument
70 #define check32_ne(RES, EXP) __check32_ne(__LINE__, RES, EXP) argument
80 #define check64_ne(RES, EXP) __check64_ne(__LINE__, RES, EXP) argument
H A Dv73_scalar.c37 #define check32(RES, EXP) __check32(__LINE__, RES, EXP) argument
48 #define check64(RES, EXP) __check64(__LINE__, RES, EXP) argument
H A Dv68_scalar.c40 #define check32(RES, EXP) __check32(__LINE__, RES, EXP) argument
51 #define check64(RES, EXP) __check64(__LINE__, RES, EXP) argument
H A Dbrev.c112 #define TEST_BREV_LOAD(SZ, TYPE, BUF, SHIFT, EXP) \ argument
118 check32(result, EXP); \
/openbmc/linux/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.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
/openbmc/linux/tools/testing/selftests/ntb/
H A Dntb_test.sh180 EXP=0
205 EXP=0
215 if [[ "$DB" -ne "$EXP" ]]; then
216 echo "Doorbell doesn't match expected value $EXP " \
222 let "EXP = $EXP | $MASK" || true
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/
H A Dsblim-sfcb-1.4.8-default-ecdh-curve-name.patch8 {"sslCiphers", CTL_STRING, "ALL:!ADH:!LOW:!EXP:!MD5:@STRENGTH", {0}},
18 @@ -293,8 +293,8 @@ sslCiphers: ALL:!ADH:!LOW:!EXP:!MD5:@STR
/openbmc/linux/scripts/genksyms/
H A Dlex.l37 EXP [Ee][+-]?[0-9]+
39 REAL ({FRAC}{EXP}?{F_SUF}?)|([0-9]+{EXP}{F_SUF}?)
/openbmc/linux/arch/powerpc/platforms/cell/
H A Dcpufreq_spudemand.c21 #define EXP 753 /* exp(-1) in fixed-point */ macro
39 info->busy_spus = calc_load(info->busy_spus, EXP, busy_spus * FIXED_1); in calc_freq()
/openbmc/linux/arch/arm64/boot/dts/ti/
H A Dk3-j7200-evm-quad-port-eth-exp.dtso3 * DT Overlay for CPSW5G in QSGMII mode using J7 Quad Port ETH EXP Add-On Ethernet Card with
H A Dk3-j721e-evm-quad-port-eth-exp.dtso3 * DT Overlay for CPSW9G in QSGMII mode using J7 Quad Port ETH EXP Add-On Ethernet Card with
H A Dk3-j721e-evm-gesi-exp-board.dtso3 * DT Overlay for CPSW9G in RGMII mode using J7 GESI EXP BRD board with
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/nftables/nftables/
H A D0001-tests-shell-Fix-sets-reset_command_0-for-current-ker.patch39 $DIFF -u <(echo "$EXP") <(echo "$OUT")
/openbmc/linux/Documentation/arch/arm/nwfpe/
H A Dtodo.rst12 EXP{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - exponent
/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-jpeg.c46 #define EXP 0xffdf /* expand reference */ macro

12