Home
last modified time | relevance | path

Searched full:coefficients (Results 1 – 25 of 234) sorted by relevance

12345678910

/freebsd/lib/msun/ld80/
H A Dk_cosl.c23 * The coefficients of c(x) were generated by a pari-gp script using
24 * a Remez algorithm that searches for the best higher coefficients
25 * after rounding leading coefficients to a specified precision.
30 * rounding of the coefficients of a good polynomial approximation only
35 * higher coefficients are even less important.
37 * In fact, coefficients above the x^4 one only need to have 53-bit
40 * higher coefficients.
/freebsd/crypto/openssl/doc/internal/man3/
H A Dossl_rsa_get0_all_params.pod21 ossl_rsa_set0_all_params() sets all primes, CRT exponents and CRT coefficients
26 ossl_rsa_get0_all_params() gets all primes, CRT exponents and CRT coefficients
49 the I<coeffs> stack contains I<qInv>, and then the rest of the coefficients
55 the number of coefficients must be one less than the number of primes.
/freebsd/contrib/arm-optimized-routines/math/
H A Dtgamma128.h2 * Polynomial coefficients and other constants for tgamma128.c.
11 /* Coefficients of the polynomial used in the tgamma_large() subroutine */
40 /* Coefficients of the polynomial used in the tgamma_tiny() subroutine */
68 /* Coefficients of the polynomial used in the tgamma_central() subroutine
105 /* Coefficients of the polynomial used in the tgamma_central() subroutine
H A Derff.c39 /* Limit of both intervals is 0.875 for performance reasons but coefficients in erff()
71 /* Start with Estrin scheme on high order (small magnitude) coefficients. */ in erff()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DConstraintSystem.h79 // If all variable coefficients are 0, the constraint does not provide any
102 // If all variable coefficients are 0, the constraint does not provide any
124 /// \param R The vector of coefficients to be negated. in negate()
136 /// \param R The vector of coefficients to be converted. in negateOrEqual()
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/advsimd/
H A Derfinvf_5u.c15 /* We use P_N and Q_N to refer to arrays of coefficients, where P_N is the
17 of the denominator. Coefficients are stored in various interleaved
20 Plo is first two coefficients of P_10 and P_29 interleaved.
70 coefficients. */ in notails()
106 loads to obtain correct coefficients depending on interval. */ in V_NAME_F1()
112 gather coefficients. If input is uniform in [-1, 1] then likelihood of in V_NAME_F1()
/freebsd/contrib/arm-optimized-routines/math/tools/
H A Dtgamma128_gen.jl81 * Polynomial coefficients and other constants for tgamma128.c.
117 /* Coefficients of the polynomial used in the tgamma_large() subroutine */
130 /* Coefficients of the polynomial used in the tgamma_tiny() subroutine */
183 /* Coefficients of the polynomial used in the tgamma_central() subroutine
196 /* Coefficients of the polynomial used in the tgamma_central() subroutine
H A Dremez.jl85 # coeffs Array of BigFloats giving the coefficients of the polynomial.
105 # ncoeffs Array of BigFloats giving the coefficients of the numerator.
107 # dcoeffs Array of BigFloats giving the coefficients of the denominator.
130 # coeffs Array of BigFloats giving the coefficients of the polynomial.
149 # ncoeffs Array of BigFloats giving the coefficients of the numerator.
151 # dcoeffs Array of BigFloats giving the coefficients of the denominator.
305 # In this case, our parameters are the coefficients of P and Q; to
326 # straight off for the rational function coefficients.
343 # coefficients of the returned rational function. N has size n+1; D
367 # unknowns. (We actually have to return n+d+2 coefficients, but
[all …]
H A Dtanf.sollya58 // Optimise all coefficients at once
64 // Display coefficients in Sollya
/freebsd/sys/contrib/device-tree/Bindings/thermal/
H A Dthermal.txt150 - coefficients: An array of integers (one signed cell) containing
151 Type: array coefficients to compose a linear relation between
153 Elem type: signed Coefficients defaults to 1, in case this property
157 The coefficients are ordered and they match with sensors
158 by means of sensor ID. Additional coefficients are
457 coefficients = <100 -120 484>;
486 coefficients = <1 6000>;
532 * An array of coefficients describing the sensor
536 coefficients = <1200 -345 890>;
H A Dthermal-zones.yaml104 coefficients:
107 An array of integers containing the coefficients of a linear equation
112 where c0, c1, .., cn are the coefficients.
114 Coefficients default to 1 in case this property is not specified. The
115 coefficients are ordered and are matched with sensors by means of the
116 sensor ID. Additional coefficients are interpreted as constant offset.
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp224 SmallVector<int64_t, 8> Coefficients; member
233 ConstraintTy(SmallVector<int64_t, 8> Coefficients, bool IsSigned, bool IsEq, in ConstraintTy()
235 : Coefficients(std::move(Coefficients)), IsSigned(IsSigned), IsEq(IsEq), in ConstraintTy()
238 unsigned size() const { return Coefficients.size(); } in size()
240 unsigned empty() const { return Coefficients.empty(); } in empty()
283 VarPos.Coefficients[Value2Index[Arg]] = -1; in ConstraintInfo()
284 UnsignedCS.addVariableRow(VarPos.Coefficients); in ConstraintInfo()
446 // as the coefficients used to encode constraints are 64 bit integers. in decomposeGEP()
497 // Don't handle integers > 64 bit. Our coefficients are 64-bit large, so in decompose()
692 // Build result constraint, by first adding all coefficients from A and then in getConstraint()
[all …]
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/sve/
H A Derfinvf_5u.c15 /* We use P_N and Q_N to refer to arrays of coefficients, where P_N
17 Q_N is the coeffs of the denominator. Coefficients stored in
65 coefficients. */ in notails()
98 loads to obtain correct coefficients depending on interval. */ in SV_NAME_F1()
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/
H A Dcbrtf_data.c2 * Coefficients and table entries for single-precision cbrt(x).
11 = {.poly = { /* Coefficients for very rough approximation of cbrt(x) in [0.5, 1].
H A Dcbrt_data.c2 * Coefficients and table entries for double-precision cbrt(x).
11 = {.poly = { /* Coefficients for very rough approximation of cbrt(x) in [0.5, 1].
H A Datanf_data.c2 * Single-precision polynomial coefficients for vector atan(x) and atan2(y,x).
10 /* Coefficients of polynomial P such that atan(x)~x+x*P(x^2) on [2**-128, 1.0].
H A Datan_data.c2 * Double-precision polynomial coefficients for vector atan(x) and atan2(y,x).
11 = { .poly = { /* Coefficients of polynomial P such that atan(x)~x+x*P(x^2)
H A Dasinh_data.c2 * Double-precision polynomial coefficients for scalar asinh(x)
14 algorithm used to generate these coefficients. */
H A Dtanf_data.c12 /* Coefficients generated using:
29 /* Coefficients generated using:
/freebsd/sys/contrib/device-tree/Bindings/dma/
H A Dbrcm,iproc-sba.txt7 The "brcm,iproc-sba" has support for only 6 PQ coefficients
8 The "brcm,iproc-sba-v2" has support for only 30 PQ coefficients
/freebsd/sys/dev/al_eth/
H A Dal_init_eth_kr.c41 * coefficients and looking for the best eye measurement possible for every one
78 /* end of training to all coefficients */
98 * test coefficients from COEFF_TO_MANIPULATE to COEFF_TO_MANIPULATE_LAST.
219 * Inspect the received coefficient update request and update all coefficients
460 /* Wait for not_updated for all coefficients from remote */ in al_eth_kr_lt_transmitter_task_run()
469 * coefficients from remote in al_eth_kr_lt_transmitter_task_run()
668 * Note that the status combines the receiver status of all coefficients in al_eth_kr_lt_transmitter_task_run()
/freebsd/crypto/libecc/include/libecc/curves/known/
H A Dec_params_external.h72 /* Curve coefficients and number of points */
89 * Optional transfert coefficients to Montgomery curve.
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/
H A Dsv_expf_inline.h23 /* Coefficients copied from the polynomial in AdvSIMD variant, reversed for
27 /* Coefficients copied from the polynomial in AdvSIMD variant. */ \
H A Dexp2f.c19 /* Coefficients copied from the polynomial in AdvSIMD variant. */
45 coefficients 1 to 4, and apply most significant coefficient directly. */ in sv_exp2f_inline()
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dst,sta32x.txt63 If present, then MPCC bits are used for MPC coefficients,
64 otherwise standard MPC coefficients are used.

12345678910