Searched refs:ratfn_minimax (Results 1 – 1 of 1) sorted by relevance
/external/arm-optimized-routines/auxiliary/ |
D | remez.jl | 802 function ratfn_minimax(f::Function, interval::Tuple{BigFloat,BigFloat}, n, d, function 984 (nc, dc, e, x) = ratfn_minimax(x->exp(x), (BigFloat(0), BigFloat(1)), 4, 0) 993 (nc, dc, e, x) = ratfn_minimax(x->exp(x), (BigFloat(0), BigFloat(1)), 2, 2) 1002 (nc, dc, e, x) = ratfn_minimax(x->exp(x), (BigFloat(0), BigFloat(1)), 4, 0, 1012 (nc, dc, e, x) = ratfn_minimax(x->exp(x), (BigFloat(0), BigFloat(1)), 2, 2, 1022 (nc, dc, e, x) = ratfn_minimax(x->exp(x), (BigFloat(0), BigFloat(1)), 2, 1, 1260 (nc, dc, e, extrema) = ratfn_minimax(func, (lo, hi), n, d, weight)
|