Lines Matching defs:float64

11 func math_Asin(x float64) float64 { return math_asin(x) }
14 func math_asin(x float64) float64
17 func math_Asinh(x float64) float64 { return math_asinh(x) }
20 func math_asinh(x float64) float64
23 func math_Acos(x float64) float64 { return math_acos(x) }
26 func math_acos(x float64) float64
29 func math_Acosh(x float64) float64 { return math_acosh(x) }
32 func math_acosh(x float64) float64
35 func math_Atan(x float64) float64 { return math_atan(x) }
38 func math_atan(x float64) float64
41 func math_Atanh(x float64) float64 { return math_atanh(x) }
44 func math_atanh(x float64) float64
47 func math_Atan2(y, x float64) float64 { return math_atan2(y, x) }
50 func math_atan2(y, x float64) float64
53 func math_Cbrt(x float64) float64 { return math_cbrt(x) }
56 func math_cbrt(x float64) float64
59 func math_Ceil(x float64) float64 {
67 func llvm_ceil(x float64) float64
70 func math_ceil(x float64) float64
73 func math_Cos(x float64) float64 { return math_cos(x) }
76 func math_cos(x float64) float64
79 func math_Cosh(x float64) float64 { return math_cosh(x) }
82 func math_cosh(x float64) float64
85 func math_Erf(x float64) float64 { return math_erf(x) }
88 func math_erf(x float64) float64
91 func math_Erfc(x float64) float64 { return math_erfc(x) }
94 func math_erfc(x float64) float64
97 func math_Exp(x float64) float64 { return math_exp(x) }
100 func math_exp(x float64) float64
103 func math_Expm1(x float64) float64 { return math_expm1(x) }
106 func math_expm1(x float64) float64
109 func math_Exp2(x float64) float64 { return math_exp2(x) }
112 func math_exp2(x float64) float64
115 func math_Floor(x float64) float64 {
123 func llvm_floor(x float64) float64
126 func math_floor(x float64) float64
129 func math_Frexp(x float64) (float64, int) { return math_frexp(x) }
132 func math_frexp(x float64) (float64, int)
135 func math_Hypot(p, q float64) float64 { return math_hypot(p, q) }
138 func math_hypot(p, q float64) float64
141 func math_Ldexp(frac float64, exp int) float64 { return math_ldexp(frac, exp) }
144 func math_ldexp(frac float64, exp int) float64
147 func math_Log(x float64) float64 { return math_log(x) }
150 func math_log(x float64) float64
153 func math_Log1p(x float64) float64 { return math_log1p(x) }
156 func math_log1p(x float64) float64
159 func math_Log10(x float64) float64 { return math_log10(x) }
162 func math_log10(x float64) float64
165 func math_Log2(x float64) float64 { return math_log2(x) }
168 func math_log2(x float64) float64
171 func math_Max(x, y float64) float64 {
179 func llvm_maximum(x, y float64) float64
182 func math_max(x, y float64) float64
185 func math_Min(x, y float64) float64 {
193 func llvm_minimum(x, y float64) float64
196 func math_min(x, y float64) float64
199 func math_Mod(x, y float64) float64 { return math_mod(x, y) }
202 func math_mod(x, y float64) float64
205 func math_Modf(x float64) (float64, float64) { return math_modf(x) }
208 func math_modf(x float64) (float64, float64)
211 func math_Pow(x, y float64) float64 { return math_pow(x, y) }
214 func math_pow(x, y float64) float64
217 func math_Remainder(x, y float64) float64 { return math_remainder(x, y) }
220 func math_remainder(x, y float64) float64
223 func math_Sin(x float64) float64 { return math_sin(x) }
226 func math_sin(x float64) float64
229 func math_Sinh(x float64) float64 { return math_sinh(x) }
232 func math_sinh(x float64) float64
235 func math_Sqrt(x float64) float64 {
243 func llvm_sqrt(x float64) float64
246 func math_sqrt(x float64) float64
249 func math_Tan(x float64) float64 { return math_tan(x) }
252 func math_tan(x float64) float64
255 func math_Tanh(x float64) float64 { return math_tanh(x) }
258 func math_tanh(x float64) float64
261 func math_Trunc(x float64) float64 {
269 func llvm_trunc(x float64) float64
272 func math_trunc(x float64) float64