Home
last modified time | relevance | path

Searched defs:float64 (Results 1 – 25 of 537) sorted by relevance

12345678910>>...22

/aosp_15_r20/prebuilts/go/linux-x86/src/math/
Darith_s390x.go9 func expTrampolineSetup(x float64) float64
10 func expAsm(x float64) float64
12 func logTrampolineSetup(x float64) float64
13 func logAsm(x float64) float64
20 func archLog10(x float64) float64
21 func log10TrampolineSetup(x float64) float64
22 func log10Asm(x float64) float64
26 func archCos(x float64) float64
27 func cosTrampolineSetup(x float64) float64
28 func cosAsm(x float64) float64
[all …]
Dstubs.go14 func archAcos(x float64) float64 {
20 func archAcosh(x float64) float64 {
26 func archAsin(x float64) float64 {
32 func archAsinh(x float64) float64 {
38 func archAtan(x float64) float64 {
44 func archAtan2(y, x float64) float64 {
50 func archAtanh(x float64) float64 {
56 func archCbrt(x float64) float64 {
62 func archCos(x float64) float64 {
68 func archCosh(x float64) float64 {
[all …]
Dfloor.go14 func Floor(x float64) float64 {
21 func floor(x float64) float64 {
43 func Ceil(x float64) float64 {
50 func ceil(x float64) float64 {
61 func Trunc(x float64) float64 {
68 func trunc(x float64) float64 {
83 func Round(x float64) float64 {
121 func RoundToEven(x float64) float64 {
Dexp.go16 func Exp(x float64) float64 {
99 func exp(x float64) float64 {
142 func Exp2(x float64) float64 {
149 func exp2(x float64) float64 {
188 func expmulti(hi, lo float64, k int) float64 {
Ddim.go14 func Dim(x, y float64) float64 {
40 func Max(x, y float64) float64 {
47 func max(x, y float64) float64 {
76 func Min(x, y float64) float64 {
83 func min(x, y float64) float64 {
Datan.go55 func xatan(x float64) float64 {
76 func satan(x float64) float64 {
96 func Atan(x float64) float64 {
103 func atan(x float64) float64 {
Dasin.go20 func Asin(x float64) float64 {
27 func asin(x float64) float64 {
58 func Acos(x float64) float64 {
65 func acos(x float64) float64 {
Dsinh.go26 func Sinh(x float64) float64 {
33 func sinh(x float64) float64 {
79 func Cosh(x float64) float64 {
86 func cosh(x float64) float64 {
Dlog10.go9 func Log10(x float64) float64 {
16 func log10(x float64) float64 {
22 func Log2(x float64) float64 {
29 func log2(x float64) float64 {
Dsin.go118 func Cos(x float64) float64 {
125 func cos(x float64) float64 {
185 func Sin(x float64) float64 {
192 func sin(x float64) float64 {
/aosp_15_r20/prebuilts/go/linux-x86/test/
Dfuse.go15 func fEqEq(a int, f float64) bool {
19 func fEqNeq(a int32, f float64) bool {
23 func fEqLess(a int8, f float64) bool {
27 func fEqLeq(a float64, f float64) bool {
31 func fEqLessU(a uint, f float64) bool {
35 func fEqLeqU(a uint64, f float64) bool {
39 func fNeqEq(a int, f float64) bool {
43 func fNeqNeq(a int32, f float64) bool {
47 func fNeqLess(a float32, f float64) bool {
52 func fNeqLeq(a int16, f float64) bool {
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dsoftfloat64_test.go23 func add(x, y float64) float64 { return x + y }
24 func sub(x, y float64) float64 { return x - y }
25 func mul(x, y float64) float64 { return x * y }
26 func div(x, y float64) float64 { return x / y }
88 func trunc32(f float64) float64 {
93 func to32sw(f float64) float64 {
98 func to64sw(f float64) float64 {
103 func hwint64(f float64) float64 {
108 func hwint32(f float64) float64 {
113 func toint64sw(f float64) float64 {
[all …]
Dmgcpacer_test.go864 func assertInEpsilon(t *testing.T, name string, a, b, epsilon float64) {
869 func assertInRange(t *testing.T, name string, a, min, max float64) {
881 func constant(c float64) float64Stream {
891 func unit(amp float64) float64Stream {
904 func oscillate(amp, phase float64, period int) float64Stream {
918 func ramp(height float64, length int) float64Stream {
931 func random(amp float64, seed int64) float64Stream {
953 func (f float64Stream) scale(amt float64) float64Stream {
961 func (f float64Stream) offset(amt float64) float64Stream {
982 func (f float64Stream) quantize(mult float64) float64Stream {
[all …]
Dfloat.go12 func isNaN(f float64) (is bool) {
18 func isFinite(f float64) bool {
23 func isInf(f float64) bool {
33 func abs(x float64) float64 {
40 func copysign(x, y float64) float64 {
46 func float64bits(f float64) uint64 {
/aosp_15_r20/prebuilts/go/linux-x86/test/codegen/
Dbool.go105 func TestSetLtFp64(x float64, y float64) bool {
112 func TestSetLeFp64(x float64, y float64) bool {
119 func TestSetGtFp64(x float64, y float64) bool {
126 func TestSetGeFp64(x float64, y float64) bool {
176 func TestSetInvEqFp64(x float64, y float64) bool {
183 func TestSetInvNeqFp64(x float64, y float64) bool {
190 func TestSetInvLtFp64(x float64, y float64) bool {
197 func TestSetInvLeFp64(x float64, y float64) bool {
204 func TestSetInvGtFp64(x float64, y float64) bool {
211 func TestSetInvGeFp64(x float64, y float64) bool {
Dfloats.go17 func Mul2(f float64) float64 {
27 func DivPow2(f1, f2, f3 float64) (float64, float64, float64) {
60 func indexStore(b0 []float64, b1 float64, idx int) {
90 func FusedAdd64(x, y, z float64) float64 {
98 func FusedSub64_a(x, y, z float64) float64 {
105 func FusedSub64_b(x, y, z float64) float64 {
111 func Cmp(f float64) bool {
116 func CmpZero64(f float64) bool {
126 func CmpWithSub(a float64, b float64) bool {
132 func CmpWithAdd(a float64, b float64) bool {
[all …]
Dmath.go13 func approx(x float64) {
51 func sqrt(x float64) float64 {
78 func abs(x, y float64) {
103 func copysign(a, b, c float64) {
130 func fma(x, y, z float64) float64 {
141 func fms(x, y, z float64) float64 {
146 func fnms(x, y, z float64) float64 {
151 func fnma(x, y, z float64) float64 {
156 func fromFloat64(f64 float64) uint64 {
Dcondmove.go67 func cmovfloateq(x, y float64) int {
79 func cmovfloatne(x, y float64) int {
92 func frexp(f float64) (frac float64, exp int) {
97 func ldexp(frac float64, exp int) float64 {
102 func cmovfloatint2(x, y float64) float64 {
311 func cmovFcmp0(s, t float64, a, b int) {
363 func cmovFcmp1(s, t float64, a, b int) {
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/test/testdata/
Dfp_test.go19 func manysub_ssa(a, b, c, d float64) (aa, ab, ac, ad, ba, bb, bc, bd, ca, cb, cc, cd, da, db, dc, d…
86 func add64_ssa(a, b float64) float64 {
91 func mul64_ssa(a, b float64) float64 {
96 func sub64_ssa(a, b float64) float64 {
101 func div64_ssa(a, b float64) float64 {
106 func neg64_ssa(a, b float64) float64 {
152 e int32, f uint32, g int64, h uint64, i float64) (aa, bb, cc, dd, ee, ff, gg, hh, ii float32) {
383 func compares64_ssa(a, b, c, d float64) (lt, le, eq, ne, ge, gt uint64) {
1017 func le64_ssa(x, y float64) bool {
1022 func ge64_ssa(x, y float64) bool {
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/test/
Dfloat_test.go13 func compare1(a, b float64) bool {
133 func cvt1(a float64) uint64 {
138 func cvt2(a float64) uint32 {
153 func cvt5(a float64) int64 {
158 func cvt6(a float64) int32 {
175 func cvt9(a float64) int {
180 func cvt10(a float64) uint {
195 func f2i64p(v float64) *int64 {
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/
Dissue57846.go9 func Float64D3(list [][][]float64, value float64) int {
17 func Float64(list []float64, value float64) int {
27 func Float64D2(list [][]float64, value float64) int {
Dissue43619.go15 func fcmplt(a, b float64, x uint64) uint64 {
23 func fcmple(a, b float64, x uint64) uint64 {
31 func fcmpgt(a, b float64, x uint64) uint64 {
39 func fcmpge(a, b float64, x uint64) uint64 {
47 func fcmpeq(a, b float64, x uint64) uint64 {
55 func fcmpne(a, b float64, x uint64) uint64 {
/aosp_15_r20/prebuilts/go/linux-x86/src/math/rand/
Drand_test.go37 func nearEqual(a, b, closeEnough, maxError float64) bool {
63 func getStatsResults(samples []float64) *statsResults {
75 func checkSampleDistribution(t *testing.T, samples []float64, expected *statsResults) {
84 func checkSampleSliceDistributions(t *testing.T, samples []float64, nslices int, expected *statsRes…
103 func generateNormalSamples(nsamples int, mean, stddev float64, seed int64) []float64 {
112 func testNormalDistribution(t *testing.T, nsamples int, mean, stddev float64, seed int64) {
160 func generateExponentialSamples(nsamples int, rate float64, seed int64) []float64 {
169 func testExponentialDistribution(t *testing.T, nsamples int, rate float64, seed int64) {
/aosp_15_r20/prebuilts/go/linux-x86/src/math/rand/v2/
Drand_test.go34 func nearEqual(a, b, closeEnough, maxError float64) bool {
60 func getStatsResults(samples []float64) *statsResults {
72 func checkSampleDistribution(t *testing.T, samples []float64, expected *statsResults) {
81 func checkSampleSliceDistributions(t *testing.T, samples []float64, nslices int, expected *statsRes…
100 func generateNormalSamples(nsamples int, mean, stddev float64, seed uint64) []float64 {
109 func testNormalDistribution(t *testing.T, nsamples int, mean, stddev float64, seed uint64) {
157 func generateExponentialSamples(nsamples int, rate float64, seed uint64) []float64 {
166 func testExponentialDistribution(t *testing.T, nsamples int, rate float64, seed uint64) {
/aosp_15_r20/prebuilts/go/linux-x86/src/reflect/
Dabi_test.go380 func passFloat64(a float64) float64 {
410 func passArray1Mix(a int, b [1]uint32, c float64) (int, [1]uint32, float64) {
440 func passManyFloat64(a, b, c, d, e, f, g, h, i, j, l, m, n, o, p, q, r, s, t float64) (float64, flo…
542 func passEmptyStruct(a int, b struct{}, c float64) (int, struct{}, float64) {
675 func callArgsFloat64(f func(float64, MagicLastTypeNameForTestingRegisterABI) float64, a0 float64) f…
705 … func(int, [1]uint32, float64, MagicLastTypeNameForTestingRegisterABI) (int, [1]uint32, float64), … argument
735 …, a18 float64, x MagicLastTypeNameForTestingRegisterABI) (r0, r1, r2, r3, r4, r5, r6, r7, r8, r9, …
837 …(f func(int, struct{}, float64, MagicLastTypeNameForTestingRegisterABI) (int, struct{}, float64), … argument

12345678910>>...22