Home
last modified time | relevance | path

Searched refs:goldensection (Results 1 – 2 of 2) sorted by relevance

/external/arm-optimized-routines/math/tools/
Dremez.jl425 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/
Dremez.jl426 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),