Searched refs:derivative (Results 1 - 12 of 12) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dpolynomial_test.cc227 const Vector derivative = DifferentiatePolynomial(polynomial); local
228 EXPECT_EQ(derivative.rows(), 1);
229 EXPECT_EQ(derivative(0), 0);
239 const Vector derivative = DifferentiatePolynomial(polynomial); local
240 EXPECT_EQ(derivative.rows(), 2);
241 EXPECT_EQ(derivative(0), 2.0);
242 EXPECT_EQ(derivative(1), 2.0);
H A Dpolynomial.cc257 // Degree zero polynomials are constants, and their derivative does
264 Vector derivative(degree);
266 derivative(i) = (degree - i) * polynomial(i);
269 return derivative;
302 const Vector derivative = DifferentiatePolynomial(polynomial); local
304 if (!FindPolynomialRoots(derivative, &roots_real, NULL)) {
/external/ant-glob/
H A DNOTICE220 redistributed or derivative work.
224 of any redistributed or derivative code.
/external/chromium_org/skia/ext/
H A Dconvolver.h226 // parameter of gaussian. If |derivative| is true, the kernel will be that of
227 // the first derivative. Intended for use with the two routines above.
230 bool derivative);
H A Dconvolver.cc680 bool derivative) {
701 if (derivative) {
678 SetUpGaussianConvolutionKernel(ConvolutionFilter1D* filter, float kernel_sigma, bool derivative) argument
/external/openssl/crypto/bn/
H A Dbn_prime.pl69 * 4. If you include any Windows specific code (or a derivative thereof) from
86 * derivative of this code cannot be changed. i.e. this code cannot simply be
/external/openssl/crypto/conf/
H A Dkeysets.pl91 * 4. If you include any Windows specific code (or a derivative thereof) from
108 * derivative of this code cannot be changed. i.e. this code cannot simply be
/external/chromium_org/third_party/boringssl/src/crypto/obj/
H A Dobj_dat.pl210 * 4. If you include any Windows specific code (or a derivative thereof) from
227 * derivative of this code cannot be changed. i.e. this code cannot simply be
H A Dobjects.pl161 * 4. If you include any Windows specific code (or a derivative thereof) from
178 * derivative of this code cannot be changed. i.e. this code cannot simply be
/external/openssl/crypto/objects/
H A Dobj_dat.pl213 * 4. If you include any Windows specific code (or a derivative thereof) from
230 * derivative of this code cannot be changed. i.e. this code cannot simply be
H A Dobjects.pl164 * 4. If you include any Windows specific code (or a derivative thereof) from
181 * derivative of this code cannot be changed. i.e. this code cannot simply be
/external/dnsmasq/contrib/dnslist/
H A Ddnslist.pl334 means either the Program or any derivative work under copyright law:
394 exercise the right to control the distribution of derivative or
450 distribute the Program or its derivative works. These actions are

Completed in 255 milliseconds