/freebsd/sys/contrib/device-tree/src/arm/samsung/ |
H A D | exynos5422-cpus.dtsi | 66 dynamic-power-coefficient = <90>; 79 dynamic-power-coefficient = <90>; 92 dynamic-power-coefficient = <90>; 105 dynamic-power-coefficient = <90>; 118 dynamic-power-coefficient = <310>; 131 dynamic-power-coefficient = <310>; 144 dynamic-power-coefficient = <310>; 157 dynamic-power-coefficient = <310>;
|
/freebsd/sys/dev/al_eth/ |
H A D | al_init_eth_kr.c | 46 * - measurement (per coefficient) - issue decrement for the coefficient 70 /* preparation is done, start testing the coefficient. */ 76 COEFF_DONE, /* done with the current coefficient updates. 120 * Status of coefficient during the last 219 * Inspect the received coefficient update request and update all coefficients 249 * coefficient action. in al_eth_coeff_req_handle() 292 * The receiver task continuously inspects the received coefficient update 319 /* got some new coefficient update request. */ in al_eth_kr_lt_receiver_task_run() 438 /* extract curr status of the coefficient in use */ in al_eth_kr_lt_transmitter_task_run() 517 * coefficient has already reached minimum. in al_eth_kr_lt_transmitter_task_run() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | ConstraintSystem.h | 25 int64_t Coefficient; member 28 Entry(int64_t Coefficient, uint16_t Id) in Entry() 29 : Coefficient(Coefficient), Id(Id) {} in Entry() 34 return E.Coefficient; in getConstPart() 42 return Row.back().Coefficient; in getLastCoefficient() 121 /// Multiplies each coefficient in the given vector by -1. Does not modify the in negate() 151 Result[Entry.Id] = Entry.Coefficient;
|
H A D | LoopCacheAnalysis.h | 93 /// + the coefficient of this loop's index variable used in all other 110 /// An indexed reference is 'consecutive' if the only coefficient that uses 123 /// Return the coefficient used in the rightmost dimension. 126 /// Return true if the coefficient corresponding to induction variable of 185 /// size (CLS), and the coefficient of this loop's index variable used in all
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ConstraintSystem.cpp | 94 UpperV = UpperRow[IdxUpper].Coefficient; in eliminateUsingFM() 101 LowerV = LowerRow[IdxLower].Coefficient; in eliminateUsingFM() 139 return R[0].Coefficient >= 0; in mayHaveSolutionImpl() 171 std::string Coefficient; in dump() local 172 if (E.Coefficient != 1) in dump() 173 Coefficient = std::to_string(E.Coefficient) + " * "; in dump() 174 Parts.push_back(Coefficient + Names[E.Id - 1]); in dump() 179 ConstPart = Row[0].Coefficient; in dump()
|
/freebsd/sys/contrib/device-tree/Bindings/gpu/ |
H A D | arm,mali-valhall-csf.yaml | 69 dynamic-power-coefficient: 73 power coefficient in units of uW/MHz/V^2. The 74 coefficient can either be calculated from power 79 the clock frequency (f). The coefficient is used to 82 Pdyn = dynamic-power-coefficient * V^2 * f
|
H A D | arm,mali-midgard.yaml | 99 dynamic-power-coefficient: 103 power coefficient in units of uW/MHz/V^2. The 104 coefficient can either be calculated from power 109 the clock frequency (f). The coefficient is used to 112 Pdyn = dynamic-power-coefficient * V^2 * f
|
H A D | arm,mali-bifrost.yaml | 89 dynamic-power-coefficient: 93 power coefficient in units of uW/MHz/V^2. The 94 coefficient can either be calculated from power 99 the clock frequency (f). The coefficient is used to 102 Pdyn = dynamic-power-coefficient * V^2 * f
|
/freebsd/sys/contrib/device-tree/src/arm64/arm/ |
H A D | juno-r2.dts | 103 dynamic-power-coefficient = <450>; 121 dynamic-power-coefficient = <450>; 139 dynamic-power-coefficient = <140>; 157 dynamic-power-coefficient = <140>; 175 dynamic-power-coefficient = <140>; 193 dynamic-power-coefficient = <140>;
|
H A D | juno.dts | 102 dynamic-power-coefficient = <530>; 120 dynamic-power-coefficient = <530>; 138 dynamic-power-coefficient = <140>; 156 dynamic-power-coefficient = <140>; 174 dynamic-power-coefficient = <140>; 192 dynamic-power-coefficient = <140>;
|
/freebsd/sys/gnu/dev/bwn/phy_n/ |
H A D | if_bwn_phy_n_regs.h | 597 #define BWN_NPHY_RSSIMC_0I_RSSI_X BWN_PHY_N(0x1A4) /* RSSI multiplication coefficient 0 I RSSI X */ 598 #define BWN_NPHY_RSSIMC_0I_RSSI_Y BWN_PHY_N(0x1A5) /* RSSI multiplication coefficient 0 I RSSI Y */ 599 #define BWN_NPHY_RSSIMC_0I_RSSI_Z BWN_PHY_N(0x1A6) /* RSSI multiplication coefficient 0 I RSSI Z */ 600 #define BWN_NPHY_RSSIMC_0I_TBD BWN_PHY_N(0x1A7) /* RSSI multiplication coefficient 0 I TBD */ 601 #define BWN_NPHY_RSSIMC_0I_PWRDET BWN_PHY_N(0x1A8) /* RSSI multiplication coefficient 0 I power de… 602 #define BWN_NPHY_RSSIMC_0I_TSSI BWN_PHY_N(0x1A9) /* RSSI multiplication coefficient 0 I TSSI */ 603 #define BWN_NPHY_RSSIMC_0Q_RSSI_X BWN_PHY_N(0x1AA) /* RSSI multiplication coefficient 0 Q RSSI X */ 604 #define BWN_NPHY_RSSIMC_0Q_RSSI_Y BWN_PHY_N(0x1AB) /* RSSI multiplication coefficient 0 Q RSSI Y */ 605 #define BWN_NPHY_RSSIMC_0Q_RSSI_Z BWN_PHY_N(0x1AC) /* RSSI multiplication coefficient 0 Q RSSI Z */ 606 #define BWN_NPHY_RSSIMC_0Q_TBD BWN_PHY_N(0x1AD) /* RSSI multiplication coefficient 0 Q TBD */ [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/hwmon/ |
H A D | moortec,mr75203.yaml | 105 G coefficient for temperature equation. 114 H coefficient for temperature equation. 123 cal5 coefficient for temperature equation. 131 J coefficient for temperature equation.
|
H A D | ntc-thermistor.yaml | 12 Thermistors with negative temperature coefficient (NTC) are resistors that 14 The negative temperature coefficient means that the resistance decreases
|
/freebsd/lib/msun/ld80/ |
H A D | k_cosl.c | 28 * cos() in 64-bit precision, because we want the coefficient of x^2 32 * a mediocre approximation for the coefficient of x^4, but a rounding 33 * error of 0.5 ulps for this coefficient would only contribute ~0.01
|
/freebsd/sys/contrib/device-tree/Bindings/arm/ |
H A D | cpus.yaml | 284 dynamic-power-coefficient: 288 power coefficient in units of uW/MHz/V^2. The 289 coefficient can either be calculated from power 294 the clock frequency (f). The coefficient is used to 297 Pdyn = dynamic-power-coefficient * V^2 * f
|
/freebsd/sys/contrib/device-tree/src/arm/arm/ |
H A D | vexpress-v2p-ca15_a7.dts | 45 dynamic-power-coefficient = <990>; 55 dynamic-power-coefficient = <990>; 65 dynamic-power-coefficient = <133>; 75 dynamic-power-coefficient = <133>; 85 dynamic-power-coefficient = <133>;
|
/freebsd/contrib/arm-optimized-routines/math/ |
H A D | math_config.h | 422 double poly[LOGF_POLY_ORDER - 1]; /* First order coefficient is 1. */ 492 double poly[LOG_POLY_ORDER - 1]; /* First coefficient is 1. */ 521 double poly[POW_LOG_POLY_ORDER - 1]; /* First coefficient is 1. */ 591 double poly[7]; /* First coefficient is 1. */ 739 double poly[LOG10_POLY_ORDER - 1]; /* First coefficient is 1/log(10). */
|
/freebsd/sys/contrib/device-tree/Bindings/thermal/ |
H A D | thermal-idle.yaml | 72 dynamic-power-coefficient = <436>; 88 dynamic-power-coefficient = <436>;
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | RSA_get0_key.pod | 66 are the exponents and coefficient for CRT calculations. 71 B<t> are the exponent and coefficient for CRT calculations. 102 sets a collect of multi-prime 'triplet' members (prime, exponent and coefficient)
|
/freebsd/contrib/arm-optimized-routines/math/tools/ |
H A D | remez.jl | 87 # coefficient of x^(i-1) (because Julia arrays are 1-based). 321 # equations in the p,q values, have each coefficient being a value of 345 # coefficient of x^(i-1) (because Julia arrays are 1-based). D[1] will 373 # i.e. the numerator coefficient of x^i. 385 # i.e. the denominator coefficient of x^i. 618 # coefficient of x^(i-1) (because Julia arrays are 1-based). D[1] will 793 # N[i] is the coefficient of x^(i-1) (because Julia 883 # (coefficient + x*value_so_far), the constant coefficient you're 889 # the constant term, i.e. coeffs[i] is the coefficient of 893 # Return value: the largest ratio (x*value_so_far / coefficient), at [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/hisilicon/ |
H A D | hi6220.dtsi | 93 dynamic-power-coefficient = <311>; 106 dynamic-power-coefficient = <311>; 119 dynamic-power-coefficient = <311>; 132 dynamic-power-coefficient = <311>; 145 dynamic-power-coefficient = <311>; 158 dynamic-power-coefficient = <311>; 171 dynamic-power-coefficient = <311>; 184 dynamic-power-coefficient = <311>;
|
/freebsd/sys/contrib/alpine-hal/eth/ |
H A D | al_hal_eth_kr.h | 151 * get the last received coefficient update message from the link partner 177 * set the coefficient data for the next message that will be sent to lp 324 * Clear the status register and set the local coefficient update and status
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | RSA_get0_key.3 | 203 are the exponents and coefficient for \s-1CRT\s0 calculations. 208 \&\fBt\fR are the exponent and coefficient for \s-1CRT\s0 calculations. 239 sets a collect of multi-prime 'triplet' members (prime, exponent and coefficient)
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | st,sta350.txt | 83 If present, distortion compensation variable uses DCC coefficient. 84 If not present, preset DC coefficient is used.
|
/freebsd/crypto/openssl/test/recipes/30-test_evp_pkey_provided/ |
H A D | RSA.priv.txt | 9 coefficient: 52283 (0xcc3b)
|