Searched refs:goldensection (Results 1 – 2 of 2) sorted by relevance
/external/arm-optimized-routines/math/tools/ |
D | remez.jl | 425 function goldensection(f::Function, a::BigFloat, b::BigFloat, c::BigFloat) function 515 push!(extrema, goldensection(f, xp, xi, xn)) 517 x, y = goldensection(x->-f(x), xp, xi, xn) 961 x, y = goldensection(x->sin(x),
|
/external/llvm-project/libc/AOR_v20.02/math/tools/ |
D | remez.jl | 426 function goldensection(f::Function, a::BigFloat, b::BigFloat, c::BigFloat) function 516 push!(extrema, goldensection(f, xp, xi, xn)) 518 x, y = goldensection(x->-f(x), xp, xi, xn) 962 x, y = goldensection(x->sin(x),
|