Searched refs:ratfn_minimax (Results 1 – 2 of 2) sorted by relevance
/external/arm-optimized-routines/math/tools/ |
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)
|
/external/llvm-project/libc/AOR_v20.02/math/tools/ |
D | remez.jl | 803 function ratfn_minimax(f::Function, interval::Tuple{BigFloat,BigFloat}, n, d, function 985 (nc, dc, e, x) = ratfn_minimax(x->exp(x), (BigFloat(0), BigFloat(1)), 4, 0) 994 (nc, dc, e, x) = ratfn_minimax(x->exp(x), (BigFloat(0), BigFloat(1)), 2, 2) 1003 (nc, dc, e, x) = ratfn_minimax(x->exp(x), (BigFloat(0), BigFloat(1)), 4, 0, 1013 (nc, dc, e, x) = ratfn_minimax(x->exp(x), (BigFloat(0), BigFloat(1)), 2, 2, 1023 (nc, dc, e, x) = ratfn_minimax(x->exp(x), (BigFloat(0), BigFloat(1)), 2, 1, 1261 (nc, dc, e, extrema) = ratfn_minimax(func, (lo, hi), n, d, weight)
|