Home
last modified time | relevance | path

Searched refs:gamma (Results 1 – 25 of 84) sorted by relevance

1234

/freebsd/contrib/arm-optimized-routines/math/tools/
H A Dtgamma128_gen.jl133 x -> x==0 ? 1 : 1/(x*SpecialFunctions.gamma(x)),
140 /* The location within the interval [1,2] where gamma has a minimum.
166 /* The actual minimum value that gamma takes at that location.
169 min_y = SpecialFunctions.gamma(min_x)
175 # Taylor series generated by Wolfram Alpha for (gamma(min_x+x)-min_y)/x^2.
184 * for computing gamma on the interval [1,min_x] */
188 (SpecialFunctions.gamma(min_x - x) - min_y) / (x*x),
197 * for computing gamma on the interval [min_x,2] */
201 (SpecialFunctions.gamma(min_x + x) - min_y) / (x*x),
/freebsd/tools/test/sort/regression/ref/
H A Dtest07nu1 gamma
H A Dtest07gu1 gamma
H A Dtest053 gamma
H A Dtest05M3 gamma
H A Dtest05Mr1 gamma
H A Dtest05b3 gamma
H A Dtest05bs3 gamma
H A Dtest05f3 gamma
H A Dtest05fr1 gamma
H A Dtest05fu3 gamma
H A Dtest05g3 gamma
H A Dtest05gr1 gamma
H A Dtest05gs3 gamma
H A Dtest05i3 gamma
H A Dtest05ir1 gamma
H A Dtest05n3 gamma
H A Dtest05nr1 gamma
H A Dtest05ns3 gamma
H A Dtest05r1 gamma
H A Dtest05u3 gamma
H A Dtest05bd3 gamma
H A Dtest05bu3 gamma
H A Dtest05fs3 gamma
/freebsd/tools/test/sort/regression/data/
H A Dtest053 gamma

1234