Home
last modified time | relevance | path

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

123456789

/freebsd-src/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-src/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-src/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-src/contrib/arm-optimized-routines/pl/math/
H A Dv_erfinvf_5u.c
H A Dcbrtf_data.c
H A Dcbrt_data.c
H A Datanf_data.c
H A Dasinh_data.c
H A Datan_data.c
H A Dtanf_data.c
H A Dsv_exp2f_1u6.c
H A Dv_erfinv_25u.c
H A Dv_tan_3u5.c
/freebsd-src/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 …]
/freebsd-src/sys/contrib/device-tree/Bindings/thermal/
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.
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>;
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp224 SmallVector<int64_t, 8> Coefficients;
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(); }
240 unsigned empty() const { return Coefficients.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 ar in decompose()
223 SmallVector<int64_t, 8> Coefficients; global() member
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DConstraintSystem.h79 // If all variable coefficients are 0, the constraint does not provide any in addVariableRow()
102 // If all variable coefficients are 0, the constraint does not provide any in addVariableRowFill()
124 /// \param R The vector of coefficients to be negated.
136 /// \param R The vector of coefficients to be converted.
/freebsd-src/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-src/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-src/contrib/arm-optimized-routines/pl/math/tools/
H A Dtanf.sollya
/freebsd-src/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.
/freebsd-src/usr.bin/cksum/
H A Dcksum.1130 bits to be evaluated are considered to be the coefficients of a mod 2
146 The coefficients of R(x) are considered to be a 32-bit sequence.

123456789