/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/ |
D | nada.cc | 105 float derivative = 0.0f; in GetFeedback() local 107 derivative = (congestion_signal_ms - last_congestion_signal_ms_) / in GetFeedback() 125 derivative, RecentKbps(), corrected_send_time_ms); in GetFeedback() 205 fb.derivative() < kDerivativeUpperBound) { in GiveFeedback() 216 fb.derivative() < kDerivativeUpperBound && in GiveFeedback() 272 float x_hat = fb.congestion_signal() + kEta * kTauOMs * fb.derivative(); in GradualRateUpdate()
|
D | nada_unittest.cc | 136 float derivative = 0.0f; in NotCongestedFb() local 139 derivative, receiving_rate, send_time_ms); in NotCongestedFb() 146 float derivative = 1.0f; in CongestedFb() local 149 derivative, receiving_rate, send_time_ms); in CongestedFb() 157 float derivative = 10000.0f; in ExtremelyCongestedFb() local 160 derivative, receiving_rate, send_time_ms); in ExtremelyCongestedFb() 326 EXPECT_EQ(nada_feedback->derivative(), 0.0f); in TEST_F() 350 EXPECT_EQ(nada_feedback->derivative(), 0.0f); in TEST_F() 392 EXPECT_NEAR(nada_feedback->derivative(), in TEST_F() 396 EXPECT_NEAR(nada_feedback->derivative(), in TEST_F()
|
/external/chromium-trace/catapult/third_party/pyserial/ |
D | LICENSE.txt | 23 perform and/or display publicly, prepare derivative works, distribute, 24 and otherwise use this product alone or in any derivative version, 27 alone or in any derivative version prepared by Licensee. 29 3. In the event Licensee prepares a derivative work that is based on 31 the derivative work available to others as provided herein, then
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/ |
D | NewtonSolver.java | 156 final UnivariateRealFunction derivative = in solve() local 157 ((DifferentiableUnivariateRealFunction) f).derivative(); in solve() 167 x1 = x0 - (f.value(x0) / derivative.value(x0)); in solve()
|
/external/python/cpython2/ |
D | LICENSE | 73 analyze, test, perform and/or display publicly, prepare derivative works, 74 distribute, and otherwise use Python alone or in any derivative version, 78 Reserved" are retained in Python alone or in any derivative version prepared by 81 3. In the event Licensee prepares a derivative work that is based on 83 the derivative work available to others as provided herein, then 127 and/or display publicly, prepare derivative works, distribute, and 128 otherwise use the Software alone or in any derivative version, 130 Software, alone or in any derivative version prepared by Licensee. 175 prepare derivative works, distribute, and otherwise use Python 1.6.1 176 alone or in any derivative version, provided, however, that CNRI's [all …]
|
/external/chromium-trace/catapult/third_party/zipfile/ |
D | LICENSE | 73 analyze, test, perform and/or display publicly, prepare derivative works, 74 distribute, and otherwise use Python alone or in any derivative version, 78 Reserved" are retained in Python alone or in any derivative version prepared by 81 3. In the event Licensee prepares a derivative work that is based on 83 the derivative work available to others as provided herein, then 127 and/or display publicly, prepare derivative works, distribute, and 128 otherwise use the Software alone or in any derivative version, 130 Software, alone or in any derivative version prepared by Licensee. 175 prepare derivative works, distribute, and otherwise use Python 1.6.1 176 alone or in any derivative version, provided, however, that CNRI's [all …]
|
/external/zlib/src/contrib/dotzlib/ |
D | LICENSE_1_0.txt | 6 execute, and transmit the Software, and to prepare derivative works of the 13 all derivative works of the Software, unless such copies or derivative
|
/external/parameter-framework/asio-1.10.6/ |
D | LICENSE_1_0.txt | 6 execute, and transmit the Software, and to prepare derivative works of the 13 all derivative works of the Software, unless such copies or derivative
|
/external/fmtlib/doc/ |
D | python-license.txt | 109 analyze, test, perform and/or display publicly, prepare derivative works, 110 distribute, and otherwise use Python alone or in any derivative version, 114 alone or in any derivative version prepared by Licensee. 116 3. In the event Licensee prepares a derivative work that is based on 118 the derivative work available to others as provided herein, then 162 and/or display publicly, prepare derivative works, distribute, and 163 otherwise use the Software alone or in any derivative version, 165 Software, alone or in any derivative version prepared by Licensee. 210 prepare derivative works, distribute, and otherwise use Python 1.6.1 211 alone or in any derivative version, provided, however, that CNRI's [all …]
|
/external/python/cpython2/Mac/BuildScript/resources/ |
D | License.rtf | 57 …derivative works, distribute, and otherwise use Python alone or in any derivative version, provide… 59 …t Licensee prepares a derivative work that is based on or incorporates Python or any part thereof,… 80 …derivative works, distribute, and otherwise use the Software alone or in any derivative version, p… 99 …derivative works, distribute, and otherwise use Python 1.6.1 alone or in any derivative version, p… 101 …icensee prepares a derivative work that is based on or incorporates Python 1.6.1 or any part there… 109 …flict of law provisions. Notwithstanding the foregoing, with regard to derivative works based on P…
|
/external/ImageMagick/MagickCore/ |
D | segment.c | 873 double *derivative) in DerivativeHistogram() argument 883 derivative[0]=(-1.5*histogram[0]+2.0*histogram[1]-0.5*histogram[2]); in DerivativeHistogram() 884 derivative[n]=(0.5*histogram[n-2]-2.0*histogram[n-1]+1.5*histogram[n]); in DerivativeHistogram() 889 derivative[i]=(histogram[i+1]-histogram[i-1])/2.0; in DerivativeHistogram() 1504 *derivative, in OptimalTau() local 1546 derivative=(double *) AcquireQuantumMemory(256,sizeof(*derivative)); in OptimalTau() 1549 if ((derivative == (double *) NULL) || in OptimalTau() 1558 DerivativeHistogram(zero_crossing[i].histogram,derivative); in OptimalTau() 1559 DerivativeHistogram(derivative,second_derivative); in OptimalTau() 1570 DerivativeHistogram(zero_crossing[i].histogram,derivative); in OptimalTau() [all …]
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/ |
D | packet.h | 155 float derivative, in NadaFeedback() argument 162 derivative_(derivative), in NadaFeedback() 171 float derivative() const { return derivative_; } in derivative() function
|
/external/parameter-framework/ |
D | NOTICE | 39 execute, and transmit the Software, and to prepare derivative works of the 46 all derivative works of the Software, unless such copies or derivative
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/ |
D | BicubicSplineInterpolator.java | 88 final UnivariateRealFunction f = ySplineX[j].derivative(); in interpolate() 97 final UnivariateRealFunction f = xSplineY[i].derivative(); in interpolate()
|
D | SmoothingBicubicSplineInterpolator.java | 121 final UnivariateRealFunction f = ySplineX[j].derivative(); in interpolate() 130 final UnivariateRealFunction f = xSplineY[i].derivative(); in interpolate()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/ |
D | DifferentiableUnivariateRealFunction.java | 32 UnivariateRealFunction derivative(); in derivative() method
|
D | DifferentiableUnivariateVectorialFunction.java | 33 UnivariateVectorialFunction derivative(); in derivative() method
|
D | DifferentiableUnivariateMatrixFunction.java | 33 UnivariateMatrixFunction derivative(); in derivative() method
|
/external/eigen/unsupported/test/ |
D | splines.cpp | 265 PointType derivative = spline.derivatives(knots(i), 1).col(1); in check_global_interpolation_with_derivatives2d() local 267 VERIFY_IS_APPROX(derivative, referenceDerivative); in check_global_interpolation_with_derivatives2d()
|
/external/tpm2/ |
D | LICENSE | 7 royalty free, copyright license to reproduce, create derivative works, 8 distribute, display and perform the Source Code and derivative works
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/fitting/ |
D | HarmonicFunction.java | 55 public HarmonicFunction derivative() { in derivative() method in HarmonicFunction
|
/external/syslinux/txt/ |
D | com-derv.txt | 10 Prior to v4.00, *SYSLINUX* was only for FAT12/FAT16/FAT32 and another derivative, *EXTLINUX*, was f…
|
/external/noto-fonts/other-vf/ |
D | NOTICE | 20 fonts, including any derivative works, can be bundled, embedded, 22 names are not used by derivative works. The fonts and derivatives, 38 "Modified Version" refers to any derivative made by adding to,
|
/external/noto-fonts/emoji-compat/ |
D | LICENSE_OFL | 20 fonts, including any derivative works, can be bundled, embedded, 22 names are not used by derivative works. The fonts and derivatives, 38 "Modified Version" refers to any derivative made by adding to,
|
/external/google-fonts/carrois-gothic-sc/ |
D | NOTICE | 20 fonts, including any derivative works, can be bundled, embedded, 22 names are not used by derivative works. The fonts and derivatives, 38 "Modified Version" refers to any derivative made by adding to, deleting,
|