Searched refs:BigFloat (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/arm-optimized-routines/math/tools/ |
H A D | remez.jl | 91 function poly_eval(coeffs::Array{BigFloat}, x::BigFloat) argument 94 return BigFloat(0) 112 function ratfn_eval(ncoeffs::Array{BigFloat}, dcoeffs::Array{BigFloat}, argument 113 x::BigFloat) argument 134 function poly_to_string(coeffs::Array{BigFloat}) argument 155 function ratfn_to_string(ncoeffs::Array{BigFloat}, dcoeffs::Array{BigFloat}) argument 171 function format_xylist(xys::Array{Tuple{BigFloat,BigFloat}}) argument 202 function \(matrix_in :: Array{BigFloat,2}, 203 vector_in :: Array{BigFloat,1}) 347 function ratfn_leastsquares(f::Function, xvals::Array{BigFloat}, n, d, argument [all …]
|
H A D | tgamma128_gen.jl | 21 # Round a BigFloat to 128-bit long double and format it as a C99 hex 34 x /= BigFloat(2)^exponent 36 x *= BigFloat(2)^112 44 # Round a BigFloat to 128-bit long double and return it still as a 45 # BigFloat. 57 x /= BigFloat(2)^exponent 59 x *= BigFloat(2)^112 68 return sign * mantissa * BigFloat(2)^(exponent - 112) 90 e = exp(BigFloat(1)) 95 lo = BigFloat("1000") [all …]
|