X7ROOT File Manager
Current Path:
/opt/golang/1.19.4/src/math/big
opt
/
golang
/
1.19.4
/
src
/
math
/
big
/
馃搧
..
馃搫
accuracy_string.go
(414 B)
馃搫
alias_test.go
(8.81 KB)
馃搫
arith.go
(8.28 KB)
馃搫
arith_386.s
(4.07 KB)
馃搫
arith_amd64.go
(306 B)
馃搫
arith_amd64.s
(9.09 KB)
馃搫
arith_arm.s
(4.03 KB)
馃搫
arith_arm64.s
(11.88 KB)
馃搫
arith_decl.go
(594 B)
馃搫
arith_decl_pure.go
(1.04 KB)
馃搫
arith_decl_s390x.go
(531 B)
馃搫
arith_loong64.s
(745 B)
馃搫
arith_mips64x.s
(817 B)
馃搫
arith_mipsx.s
(809 B)
馃搫
arith_ppc64x.s
(16.36 KB)
馃搫
arith_riscv64.s
(786 B)
馃搫
arith_s390x.s
(20.32 KB)
馃搫
arith_s390x_test.go
(812 B)
馃搫
arith_test.go
(19.88 KB)
馃搫
arith_wasm.s
(641 B)
馃搫
bits_test.go
(5.07 KB)
馃搫
calibrate_test.go
(4.63 KB)
馃搫
decimal.go
(6.63 KB)
馃搫
decimal_test.go
(3.33 KB)
馃搫
doc.go
(3.79 KB)
馃搫
example_rat_test.go
(1.68 KB)
馃搫
example_test.go
(4.05 KB)
馃搫
float.go
(44.28 KB)
馃搫
float_test.go
(51.94 KB)
馃搫
floatconv.go
(8.34 KB)
馃搫
floatconv_test.go
(24.27 KB)
馃搫
floatexample_test.go
(3.63 KB)
馃搫
floatmarsh.go
(3.53 KB)
馃搫
floatmarsh_test.go
(3.92 KB)
馃搫
ftoa.go
(13.55 KB)
馃搫
gcd_test.go
(2.16 KB)
馃搫
hilbert_test.go
(2.88 KB)
馃搫
int.go
(30.26 KB)
馃搫
int_test.go
(53.14 KB)
馃搫
intconv.go
(6.69 KB)
馃搫
intconv_test.go
(10.01 KB)
馃搫
intmarsh.go
(2.14 KB)
馃搫
intmarsh_test.go
(3.07 KB)
馃搫
link_test.go
(1.4 KB)
馃搫
nat.go
(26.73 KB)
馃搫
nat_test.go
(23.56 KB)
馃搫
natconv.go
(14.55 KB)
馃搫
natconv_test.go
(16.85 KB)
馃搫
natdiv.go
(34.15 KB)
馃搫
prime.go
(10.34 KB)
馃搫
prime_test.go
(7.1 KB)
馃搫
rat.go
(13.47 KB)
馃搫
rat_test.go
(18.89 KB)
馃搫
ratconv.go
(9.78 KB)
馃搫
ratconv_test.go
(15.75 KB)
馃搫
ratmarsh.go
(2.1 KB)
馃搫
ratmarsh_test.go
(3.3 KB)
馃搫
roundingmode_string.go
(501 B)
馃搫
sqrt.go
(2.79 KB)
馃搫
sqrt_test.go
(4.81 KB)
Editing: arith_mips64x.s
// Copyright 2013 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. //go:build !math_big_pure_go && (mips64 || mips64le) // +build !math_big_pure_go // +build mips64 mips64le #include "textflag.h" // This file provides fast assembly versions for the elementary // arithmetic operations on vectors implemented in arith.go. TEXT 路addVV(SB),NOSPLIT,$0 JMP 路addVV_g(SB) TEXT 路subVV(SB),NOSPLIT,$0 JMP 路subVV_g(SB) TEXT 路addVW(SB),NOSPLIT,$0 JMP 路addVW_g(SB) TEXT 路subVW(SB),NOSPLIT,$0 JMP 路subVW_g(SB) TEXT 路shlVU(SB),NOSPLIT,$0 JMP 路shlVU_g(SB) TEXT 路shrVU(SB),NOSPLIT,$0 JMP 路shrVU_g(SB) TEXT 路mulAddVWW(SB),NOSPLIT,$0 JMP 路mulAddVWW_g(SB) TEXT 路addMulVVW(SB),NOSPLIT,$0 JMP 路addMulVVW_g(SB)
Upload File
Create Folder