HomeSort by relevance Sort by last modified time
    Searched full:derivative (Results 1326 - 1350 of 2370) sorted by null

<<51525354555657585960>>

  /external/boringssl/src/include/openssl/
conf.h 36 * 4. If you include any Windows specific code (or a derivative thereof) from
53 * derivative of this code cannot be changed. i.e. this code cannot simply be
des.h 36 * 4. If you include any Windows specific code (or a derivative thereof) from
53 * derivative of this code cannot be changed. i.e. this code cannot simply be
md4.h 36 * 4. If you include any Windows specific code (or a derivative thereof) from
53 * derivative of this code cannot be changed. i.e. this code cannot simply be
md5.h 36 * 4. If you include any Windows specific code (or a derivative thereof) from
53 * derivative of this code cannot be changed. i.e. this code cannot simply be
mem.h 36 * 4. If you include any Windows specific code (or a derivative thereof) from
53 * derivative of this code cannot be changed. i.e. this code cannot simply be
ripemd.h 36 * 4. If you include any Windows specific code (or a derivative thereof) from
53 * derivative of this code cannot be changed. i.e. this code cannot simply be
type_check.h 36 * 4. If you include any Windows specific code (or a derivative thereof) from
53 * derivative of this code cannot be changed. i.e. this code cannot simply be
  /external/eigen/unsupported/test/
splines.cpp 265 PointType derivative = spline.derivatives(knots(i), 1).col(1); local
267 VERIFY_IS_APPROX(derivative, referenceDerivative);
  /external/icu/icu4c/source/test/intltest/
punyref.h 28 redistributed derivative works do not contain misleading author or
29 version information. Derivative works need not be licensed under
  /external/libcups/cups/
ppd-private.h 15 * This code and any derivative of it may be used and distributed
18 * (or any derivative of it) with software other than GNU
  /external/tensorflow/tensorflow/contrib/tensor_forest/hybrid/core/ops/
routing_gradient_op.cc 42 // This op computes the derivative of the routing loss with respect to each
60 Computes the derivative of the routing loss with respect to each decision
  /external/tensorflow/tensorflow/core/kernels/
cholesky_grad.cc 84 Variables names representing the derivative matrix have a trailing '_bar'.
132 Variables names representing the derivative matrix have a trailing '_bar'.
  /external/webrtc/webrtc/
LICENSE_THIRD_PARTY 335 The terms ?reproduce,? ?reproduction,? ?derivative works,? and ?distribution?
352 contribution, prepare derivative works of its contribution, and distribute its
353 contribution or any derivative works that you create.
359 of its contribution in the software or derivative works of the contribution in
389 extend only to the software or derivative works that you create that run on a
402 execute, and transmit the Software, and to prepare derivative works of the
409 all derivative works of the Software, unless such copies or derivative
  /packages/apps/Launcher3/
AndroidManifest-common.xml 25 The manifest defines the common entries that should be present in any derivative of Launcher3.
30 with some minor changed based on the derivative app.
  /device/google/marlin/self-extractors/google_devices/
LICENSE 76 create any derivative works based thereon; (ii) rent, lease,
85 incorporate, and/or compile the Software or any of its derivative
109 Property Rights in and to the Software and any derivative thereof.
156 derivative works created or developed by You using the Software
162 materials or derivative works by any person or entity, and/or
  /device/google/marlin/self-extractors/qcom/
LICENSE 76 create any derivative works based thereon; (ii) rent, lease,
85 incorporate, and/or compile the Software or any of its derivative
109 Property Rights in and to the Software and any derivative thereof.
156 derivative works created or developed by You using the Software
162 materials or derivative works by any person or entity, and/or
  /device/google/marlin/self-extractors_sailfish/google_devices/
LICENSE 76 create any derivative works based thereon; (ii) rent, lease,
85 incorporate, and/or compile the Software or any of its derivative
109 Property Rights in and to the Software and any derivative thereof.
156 derivative works created or developed by You using the Software
162 materials or derivative works by any person or entity, and/or
  /device/google/marlin/self-extractors_sailfish/qcom/
LICENSE 76 create any derivative works based thereon; (ii) rent, lease,
85 incorporate, and/or compile the Software or any of its derivative
109 Property Rights in and to the Software and any derivative thereof.
156 derivative works created or developed by You using the Software
162 materials or derivative works by any person or entity, and/or
  /device/google/muskie/self-extractors/google_devices/
LICENSE 76 create any derivative works based thereon; (ii) rent, lease,
85 incorporate, and/or compile the Software or any of its derivative
109 Property Rights in and to the Software and any derivative thereof.
156 derivative works created or developed by You using the Software
162 materials or derivative works by any person or entity, and/or
  /device/google/muskie/self-extractors/qcom/
LICENSE 76 create any derivative works based thereon; (ii) rent, lease,
85 incorporate, and/or compile the Software or any of its derivative
109 Property Rights in and to the Software and any derivative thereof.
156 derivative works created or developed by You using the Software
162 materials or derivative works by any person or entity, and/or
  /device/google/taimen/self-extractors/google_devices/
LICENSE 76 create any derivative works based thereon; (ii) rent, lease,
85 incorporate, and/or compile the Software or any of its derivative
109 Property Rights in and to the Software and any derivative thereof.
156 derivative works created or developed by You using the Software
162 materials or derivative works by any person or entity, and/or
  /device/google/taimen/self-extractors/qcom/
LICENSE 76 create any derivative works based thereon; (ii) rent, lease,
85 incorporate, and/or compile the Software or any of its derivative
109 Property Rights in and to the Software and any derivative thereof.
156 derivative works created or developed by You using the Software
162 materials or derivative works by any person or entity, and/or
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
AdamsBashforthIntegrator.java 55 * s<sub>1</sub>(n) = h y'<sub>n</sub> for first derivative
56 * s<sub>2</sub>(n) = h<sup>2</sup>/2 y''<sub>n</sub> for second derivative
57 * s<sub>3</sub>(n) = h<sup>3</sup>/6 y'''<sub>n</sub> for third derivative
59 * s<sub>k</sub>(n) = h<sup>k</sup>/k! y(k)<sub>n</sub> for k<sup>th</sup> derivative
261 // evaluate the derivative
AdamsNordsieckTransformer.java 41 * s<sub>1</sub>(n) = h y'<sub>n</sub> for first derivative
42 * s<sub>2</sub>(n) = h<sup>2</sup>/2 y''<sub>n</sub> for second derivative
43 * s<sub>3</sub>(n) = h<sup>3</sup>/6 y'''<sub>n</sub> for third derivative
45 * s<sub>k</sub>(n) = h<sup>k</sup>/k! y(k)<sub>n</sub> for k<sup>th</sup> derivative
255 * @param first first scaled derivative at step start
  /external/eigen/unsupported/Eigen/src/Splines/
SplineFitting.h 57 * \brief Computes knot averages when derivative constraints are present.
68 * which there are derivative constraints. The indices are assumed
170 // Number of knots (one for each point and derivative) plus spline order.
248 * \param derivativeIndices An array indicating which point each derivative belongs to. This
269 * \param derivativeIndices An array indicating which point each derivative belongs to. This

Completed in 1292 milliseconds

<<51525354555657585960>>