Explore Enterprise Education Gitee Premium Gitee AI AI teammates
Fetch the repository succeeded.
Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
Already have an account? Sign in
文件
develop
Branches (57)
Tags (69)
develop
gh-pages
release-0.3.0
issue5267
revert-5565-jn/makefile-rule-dynamic
revert-5643-neov2_param
revert-5479-forklock
revert-4741-Pthread_Scalability_Improvement
gemm_batch
revert-5180-openmp_use_cmake
revert-5251-issue5250
timeout-riscv-ci
revert-4920-issue4917
revert-4628-CI-c910v-mips64-loongarch64
risc-v
revert-4153-dgemv
jenkins
revert-4103-windows_perf
utest-riscv
revert-3518-elbrus
v0.3.33
v0.3.32
v0.3.31
v0.3.30
v0.3.29
v0.3.28
v0.3.27
v0.3.26
v0.3.25
v0.3.24
v0.3.23
v0.3.22
v0.3.21
v0.3.20
v0.3.19
v0.3.18
v0.3.17
v0.3.16
v0.3.15
v0.3.14
develop
Branches (57)
Tags (69)
develop
gh-pages
release-0.3.0
issue5267
revert-5565-jn/makefile-rule-dynamic
revert-5643-neov2_param
revert-5479-forklock
revert-4741-Pthread_Scalability_Improvement
gemm_batch
revert-5180-openmp_use_cmake
revert-5251-issue5250
timeout-riscv-ci
revert-4920-issue4917
revert-4628-CI-c910v-mips64-loongarch64
risc-v
revert-4153-dgemv
jenkins
revert-4103-windows_perf
utest-riscv
revert-3518-elbrus
v0.3.33
v0.3.32
v0.3.31
v0.3.30
v0.3.29
v0.3.28
v0.3.27
v0.3.26
v0.3.25
v0.3.24
v0.3.23
v0.3.22
v0.3.21
v0.3.20
v0.3.19
v0.3.18
v0.3.17
v0.3.16
v0.3.15
v0.3.14
Clone or Download
Clone/Download
Prompt
To download the code, please copy the following command and execute it in the terminal
To ensure that your submitted code identity is correctly recognized by Gitee, please execute the following command.
When using the SSH protocol for the first time to clone or push code, follow the prompts below to complete the SSH configuration.
1 Generate RSA keys.
2 Obtain the content of the RSA public key and configure it in SSH Public Keys
To use SVN on Gitee, please visit the usage guide
When using the HTTPS protocol, the command line will prompt for account and password verification as follows. For security reasons, Gitee recommends configure and use personal access tokens instead of login passwords for cloning, pushing, and other operations.
Username for 'https://gitee.com': userName
Password for 'https://userName@gitee.com': # Private Token
develop
Branches (57)
Tags (69)
develop
gh-pages
release-0.3.0
issue5267
revert-5565-jn/makefile-rule-dynamic
revert-5643-neov2_param
revert-5479-forklock
revert-4741-Pthread_Scalability_Improvement
gemm_batch
revert-5180-openmp_use_cmake
revert-5251-issue5250
timeout-riscv-ci
revert-4920-issue4917
revert-4628-CI-c910v-mips64-loongarch64
risc-v
revert-4153-dgemv
jenkins
revert-4103-windows_perf
utest-riscv
revert-3518-elbrus
v0.3.33
v0.3.32
v0.3.31
v0.3.30
v0.3.29
v0.3.28
v0.3.27
v0.3.26
v0.3.25
v0.3.24
v0.3.23
v0.3.22
v0.3.21
v0.3.20
v0.3.19
v0.3.18
v0.3.17
v0.3.16
v0.3.15
v0.3.14
OpenBLAS
/
reference
/
drotmf.f
OpenBLAS
/
reference
/
drotmf.f
drotmf.f 3.18 KB
Copy Edit Raw Blame History
Zhang Xianyi authored 2011年01月24日 22:54 +08:00 . Import GotoBLAS2 1.13 BSD version codes.
SUBROUTINEDROTMF(N,DX,INCX,DY,INCY,DPARAM)
C
CAPPLYTHEMODIFIEDGIVENSTRANSFORMATION,H,TOTHE2BYNMATRIX
C
C(DX**T),WHERE**TINDICATESTRANSPOSE.THEELEMENTSOFDXAREIN
C(DY**T)
C
CDX(LX+I*INCX),I=0TON-1,WHERELX=1IFINCX.GE.0,ELSE
CLX=(-INCX)*N,ANDSIMILARLYFORSYUSINGLYANDINCY.
CWITHDPARAM(1)=DFLAG,HHASONEOFTHEFOLLOWINGFORMS..
C
CDFLAG=-1.D0DFLAG=0.D0DFLAG=1.D0DFLAG=-2.D0
C
C(DH11DH12)(1.D0DH12)(DH111.D0)(1.D00.D0)
CH=()()()()
C(DH21DH22),(DH211.D0),(-1.D0DH22),(0.D01.D0).
CSEEDROTMGFORADESCRIPTIONOFDATASTORAGEINDPARAM.
C
DOUBLE PRECISIONDFLAG,DH12,DH22,DX,TWO,Z,DH11,DH21,
1DPARAM,DY,W,ZERO
DIMENSIONDX(1),DY(1),DPARAM(5)
DATAZERO,TWO/0.D0,2.D0/
C
DFLAG=DPARAM(1)
IF(N.LE.0.OR.(DFLAG+TWO.EQ.ZERO))GO TO140
IF(.NOT.(INCX.EQ.INCY.AND.INCX.GT.0))GO TO70
C
NSTEPS=N*INCX
IF(DFLAG)50,10,30
10CONTINUE
DH12=DPARAM(4)
DH21=DPARAM(3)
DO20I=1,NSTEPS,INCX
W=DX(I)
Z=DY(I)
DX(I)=W+Z*DH12
DY(I)=W*DH21+Z
20CONTINUE
GO TO140
30CONTINUE
DH11=DPARAM(2)
DH22=DPARAM(5)
DO40I=1,NSTEPS,INCX
W=DX(I)
Z=DY(I)
DX(I)=W*DH11+Z
DY(I)=-W+DH22*Z
40CONTINUE
GO TO140
50CONTINUE
DH11=DPARAM(2)
DH12=DPARAM(4)
DH21=DPARAM(3)
DH22=DPARAM(5)
DO60I=1,NSTEPS,INCX
W=DX(I)
Z=DY(I)
DX(I)=W*DH11+Z*DH12
DY(I)=W*DH21+Z*DH22
60CONTINUE
GO TO140
70CONTINUE
KX=1
KY=1
IF(INCX.LT.0)KX=1+(1-N)*INCX
IF(INCY.LT.0)KY=1+(1-N)*INCY
C
IF(DFLAG)120,80,100
80CONTINUE
DH12=DPARAM(4)
DH21=DPARAM(3)
DO90I=1,N
W=DX(KX)
Z=DY(KY)
DX(KX)=W+Z*DH12
DY(KY)=W*DH21+Z
KX=KX+INCX
KY=KY+INCY
90CONTINUE
GO TO140
100CONTINUE
DH11=DPARAM(2)
DH22=DPARAM(5)
DO110I=1,N
W=DX(KX)
Z=DY(KY)
DX(KX)=W*DH11+Z
DY(KY)=-W+DH22*Z
KX=KX+INCX
KY=KY+INCY
110CONTINUE
GO TO140
120CONTINUE
DH11=DPARAM(2)
DH12=DPARAM(4)
DH21=DPARAM(3)
DH22=DPARAM(5)
DO130I=1,N
W=DX(KX)
Z=DY(KY)
DX(KX)=W*DH11+Z*DH12
DY(KY)=W*DH21+Z*DH22
KX=KX+INCX
KY=KY+INCY
130CONTINUE
140CONTINUE
RETURN
END
Loading...
Report
Report success
We will send you the feedback within 2 working days through the letter!
Please fill in the reason for the report carefully. Provide as detailed a description as possible.
Please select a report type
Cancel
Send
误判申诉

此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。

如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。

取消
提交

About

No description
Cancel

Releases (1)

All

Contributors

All

Activities

can not load any more
Edit
About
Homepage
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mll/OpenBLAS.git
git@gitee.com:mll/OpenBLAS.git
mll
OpenBLAS
OpenBLAS
develop
Going to Help Center

Search

Comment
Repository Report
Back to the top
Login prompt
This operation requires login to the code cloud account. Please log in before operating.
Go to login
No account. Register

AltStyle によって変換されたページ (->オリジナル) /