| /frameworks/compile/slang/ |
| NOTICE | 56 "Derivative Works" shall mean any work, whether in Source or Object 60 of this License, Derivative Works shall not include works that remain 62 the Work and Derivative Works thereof. 66 to that Work or Derivative Works thereof, that is intentionally 85 copyright license to reproduce, prepare Derivative Works of, 87 Work and such Derivative Works in Source or Object form. 106 Work or Derivative Works thereof in any medium, with or without 111 Derivative Works a copy of this License; and 116 (c) You must retain, in the Source form of any Derivative Works 120 the Derivative Works; an [all...] |
| /frameworks/native/ |
| NOTICE | 136 "Derivative Works" shall mean any work, whether in Source or Object 140 of this License, Derivative Works shall not include works that remain 142 the Work and Derivative Works thereof. 146 to that Work or Derivative Works thereof, that is intentionally 165 copyright license to reproduce, prepare Derivative Works of, 167 Work and such Derivative Works in Source or Object form. 186 Work or Derivative Works thereof in any medium, with or without 191 Derivative Works a copy of this License; and 196 (c) You must retain, in the Source form of any Derivative Works 200 the Derivative Works; an [all...] |
| /prebuilts/r8/ |
| LICENSE | 130 "Derivative Works" shall mean any work, whether in Source or Object 134 of this License, Derivative Works shall not include works that remain 136 the Work and Derivative Works thereof. 140 to that Work or Derivative Works thereof, that is intentionally 159 copyright license to reproduce, prepare Derivative Works of, 161 Work and such Derivative Works in Source or Object form. 180 Work or Derivative Works thereof in any medium, with or without 185 Derivative Works a copy of this License; and 190 (c) You must retain, in the Source form of any Derivative Works 194 the Derivative Works; an [all...] |
| /system/core/ |
| NOTICE | 136 "Derivative Works" shall mean any work, whether in Source or Object 140 of this License, Derivative Works shall not include works that remain 142 the Work and Derivative Works thereof. 146 to that Work or Derivative Works thereof, that is intentionally 165 copyright license to reproduce, prepare Derivative Works of, 167 Work and such Derivative Works in Source or Object form. 186 Work or Derivative Works thereof in any medium, with or without 191 Derivative Works a copy of this License; and 196 (c) You must retain, in the Source form of any Derivative Works 200 the Derivative Works; an [all...] |
| /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/ |
| intrcnt.h | 12 * software, derivative works or modified versions, and any portions
|
| /external/libjpeg-turbo/md5/ |
| md5.h | 14 License is also granted to make and use derivative works provided
|
| /external/libjpeg-turbo/release/ |
| ReadMe.txt | 5 libjpeg-turbo was originally based on libjpeg/SIMD, an MMX-accelerated derivative of libjpeg v6b developed by Miyasaka Masaru. The TigerVNC and VirtualGL projects made numerous enhancements to the codec in 2009, and in early 2010, libjpeg-turbo spun off into an independent project, with the goal of making high-speed JPEG compression/decompression technology available to a broader range of users and developers.
|
| /external/libusb/.private/ |
| post-rewrite.sh | 14 # derivative branch, such as one you would create for private development.
|
| /external/owasp/sanitizer/lib/htmlparser-1.3/doc/ |
| README | 15 You are granted a license to use, reproduce and create derivative works of this document.
|
| /external/syslinux/bios/com32/lua/src/ |
| syslinux.c32 | |
| /external/syslinux/com32/libutil/include/ |
| md5.h | 12 License is also granted to make and use derivative works provided
|
| /external/syslinux/efi32/com32/lua/src/ |
| syslinux.c32 | |
| /external/tensorflow/tensorflow/core/api_def/base_api/ |
| api_def_SymbolicGradient.pbtxt | 44 loss function). dL/dx_i is the partial derivative of L with respect
|
| /prebuilts/misc/common/swig/include/2.0.11/ |
| LICENSE | 15 You may copy, modify, distribute, and make derivative works based on
|
| /prebuilts/misc/darwin-x86/swig/ |
| NOTICE | 15 You may copy, modify, distribute, and make derivative works based on
|
| /prebuilts/misc/darwin-x86_64/swig/ |
| NOTICE | 15 You may copy, modify, distribute, and make derivative works based on
|
| /prebuilts/misc/linux-x86_64/swig/ |
| NOTICE | 15 You may copy, modify, distribute, and make derivative works based on
|
| /prebuilts/misc/windows/swig/ |
| NOTICE | 15 You may copy, modify, distribute, and make derivative works based on
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/polynomials/ |
| PolynomialFunction.java | 226 * Returns the coefficients of the derivative of the polynomial with the given coefficients. 229 * @return the coefficients of the derivative or null if coefficients has length 1. 249 * Returns the derivative as a PolynomialRealFunction 251 * @return the derivative polynomial 258 * Returns the derivative as a UnivariateRealFunction 260 * @return the derivative function 262 public UnivariateRealFunction derivative() { method in class:PolynomialFunction
|
| PolynomialSplineFunction.java | 150 * Returns the derivative of the polynomial spline function as a UnivariateRealFunction 151 * @return the derivative function 153 public UnivariateRealFunction derivative() { method in class:PolynomialSplineFunction 158 * Returns the derivative of the polynomial spline function as a PolynomialSplineFunction 160 * @return the derivative function
|
| /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/ |
| nada_unittest.cc | 136 float derivative = 0.0f; local 139 derivative, receiving_rate, send_time_ms); 146 float derivative = 1.0f; local 149 derivative, receiving_rate, send_time_ms); 157 float derivative = 10000.0f; local 160 derivative, receiving_rate, send_time_ms); 326 EXPECT_EQ(nada_feedback->derivative(), 0.0f); 350 EXPECT_EQ(nada_feedback->derivative(), 0.0f); 392 EXPECT_NEAR(nada_feedback->derivative(), 396 EXPECT_NEAR(nada_feedback->derivative(), [all...] |
| /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/fitting/ |
| ParametricGaussianFunction.java | 98 * just be the derivative of <tt>f(x)</tt> with respect to <tt>x</tt> since 105 * That is, the partial derivative of <tt>f(a, b, c, d)</tt> with respect to 106 * <tt>a</tt>, the partial derivative of <tt>f(a, b, c, d)</tt> with respect 107 * to <tt>b</tt>, the partial derivative of <tt>f(a, b, c, d)</tt> with 108 * respect to <tt>c</tt>, and the partial derivative of <tt>f(a, b, c,
|
| /developers/build/prebuilts/gradle/AutofillFramework/kotlinApp/ |
| LICENSE | 42 "Derivative Works" shall mean any work, whether in Source or Object 46 of this License, Derivative Works shall not include works that remain 48 the Work and Derivative Works thereof. 52 to that Work or Derivative Works thereof, that is intentionally 71 copyright license to reproduce, prepare Derivative Works of, 73 Work and such Derivative Works in Source or Object form. 92 Work or Derivative Works thereof in any medium, with or without 97 Derivative Works a copy of this License; and 102 (c) You must retain, in the Source form of any Derivative Works 106 the Derivative Works; an [all...] |
| /developers/build/prebuilts/gradle/ContentProviderPaging/kotlinApp/ |
| LICENSE | 42 "Derivative Works" shall mean any work, whether in Source or Object 46 of this License, Derivative Works shall not include works that remain 48 the Work and Derivative Works thereof. 52 to that Work or Derivative Works thereof, that is intentionally 71 copyright license to reproduce, prepare Derivative Works of, 73 Work and such Derivative Works in Source or Object form. 92 Work or Derivative Works thereof in any medium, with or without 97 Derivative Works a copy of this License; and 102 (c) You must retain, in the Source form of any Derivative Works 106 the Derivative Works; an [all...] |
| /developers/build/prebuilts/gradle/DownloadableFonts/kotlinApp/ |
| LICENSE | 42 "Derivative Works" shall mean any work, whether in Source or Object 46 of this License, Derivative Works shall not include works that remain 48 the Work and Derivative Works thereof. 52 to that Work or Derivative Works thereof, that is intentionally 71 copyright license to reproduce, prepare Derivative Works of, 73 Work and such Derivative Works in Source or Object form. 92 Work or Derivative Works thereof in any medium, with or without 97 Derivative Works a copy of this License; and 102 (c) You must retain, in the Source form of any Derivative Works 106 the Derivative Works; an [all...] |