Home
last modified time | relevance | path

Searched full:gamma (Results 1 – 25 of 136) sorted by relevance

123456

/freebsd/sys/contrib/device-tree/Bindings/display/mediatek/
H A Dmediatek,gamma.yaml4 $id: http://devicetree.org/schemas/display/mediatek/mediatek,gamma.yaml#
7 title: Mediatek display gamma correction
14 Mediatek display gamma correction, namely GAMMA, provides a nonlinear
16 GAMMA device node must be siblings to the central MMSYS_CONFIG node.
25 - mediatek,mt8173-disp-gamma
26 - mediatek,mt8183-disp-gamma
27 - mediatek,mt8195-disp-gamma
30 - mediatek,mt6795-disp-gamma
31 - const: mediatek,mt8173-disp-gamma
34 - mediatek,mt8186-disp-gamma
[all …]
H A Dmediatek,disp.txt38 "mediatek,<chip>-disp-gamma" - gamma correction
182 gamma@14016000 {
183 compatible = "mediatek,mt8173-disp-gamma";
/freebsd/contrib/arm-optimized-routines/math/
H A Dtgamma128.c2 * Implementation of the true gamma function (as opposed to lgamma)
10 * This module implements the float128 gamma function under the name
46 * relates gamma(-x) and gamma(x).
76 * In this range we compute gamma(x) as x^(x-1/2) * e^-x * K, in tgamma_large()
88 * but gamma(x) does not, we split x^(x-0.5) in half and in tgamma_large()
105 * turn a case where gamma(+x) would overflow into a case in tgamma_large()
106 * where gamma(-x) doesn't underflow. Not only that, but the in tgamma_large()
122 * g = 1/(x*gamma(x)), and then return 1/(g*x). in tgamma_tiny()
135 /* On this interval, gamma can't even be distinguished from 1/x, in tgamma_ultratiny()
150 * difference between x and the point where gamma has a minimum, in tgamma_central()
[all …]
H A Dtgamma128.h58 /* The location within the interval [1,2] where gamma has a minimum.
63 /* The actual minimum value that gamma takes at that location.
69 * for computing gamma on the interval [1,min_x] */
106 * for computing gamma on the interval [min_x,2] */
/freebsd/lib/msun/man/
H A Dlgamma.338 .Nm gamma ,
45 .Nd log gamma functions, gamma function
66 .Fn gamma "double x"
116 .Fn gamma ,
151 .Fn gamma ,
189 .Fn gamma
196 .Fn gamma
H A Dmath.3192 lgamma log gamma function
202 tgamma gamma function
/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/lib/msun/src/
H A De_gamma.c14 /* gamma(x)
15 * Return the logarithm of the Gamma function of x.
26 gamma(double x) in gamma() function
H A De_gamma_r.c15 * Reentrant version of the logarithm of the Gamma function
16 * with user provide pointer for the sign of Gamma(x).
H A De_gammaf_r.c17 * Reentrant version of the logarithm of the Gamma function
18 * with user provide pointer for the sign of Gamma(x).
H A De_lgamma_r.c13 * Reentrant version of the logarithm of the Gamma function
14 * with user provide pointer for the sign of Gamma(x).
18 * Since gamma(1+s)=s*gamma(s), for x in [0,8], we may
59 * 4. For negative x, since (G is gamma function)
65 * lgamma(x) = log(|Gamma(x)|)
/freebsd/crypto/libecc/src/curves/
H A Daff_pt_montgomery.c385 * A = 3 * alpha / gamma
386 * B = 1 / gamma
387 * with gamma square root of c = a + 3 * alpha**2
393 fp_src_t alpha, fp_src_t gamma) in curve_shortw_to_montgomery() argument
401 ret = fp_check_initialized(gamma); EG(ret, err); in curve_shortw_to_montgomery()
402 MUST_HAVE((alpha->ctx == shortw_crv->a.ctx) && (gamma->ctx == shortw_crv->a.ctx), ret, err); in curve_shortw_to_montgomery()
409 /* Compute 1 / gamma */ in curve_shortw_to_montgomery()
410 ret = fp_inv(&gamma_inv, gamma); EG(ret, err); in curve_shortw_to_montgomery()
422 ret = fp_sqr(&tmp, gamma); EG(ret, err); in curve_shortw_to_montgomery()
423 /* gamma ** 2 must be equal to c */ in curve_shortw_to_montgomery()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430InstrFormats.td76 let DecoderNamespace = "Gamma";
102 let DecoderNamespace = "Gamma";
132 let DecoderNamespace = "Gamma";
162 let DecoderNamespace = "Gamma";
203 let DecoderNamespace = "Gamma";
229 let DecoderNamespace = "Gamma";
259 let DecoderNamespace = "Gamma";
289 let DecoderNamespace = "Gamma";
/freebsd/sys/contrib/device-tree/Bindings/display/rockchip/
H A Drockchip-vop2.yaml31 Can optionally contain a second entry corresponding to the CRTC gamma
37 - const: gamma-lut
174 reg-names = "vop", "gamma-lut";
/freebsd/share/doc/usd/21.troff/
H A Dtable2157 \(*g \e\|(*g gamma
182 \(*G \e\|(*G Gamma
/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
/freebsd/tools/test/sort/regression/data/
H A Dtest053 gamma

123456