/prebuilts/go/darwin-x86/src/math/big/ |
ftoa.go | 28 // For the binary exponent formats, the mantissa is printed in normalized form: 177 // 1) Compute normalized mantissa mant and exponent exp for x such 308 // The mantissa is normalized such that is uses x.Prec() bits in binary 342 // The mantissa is normalized such that 0.5 <= 0.mantissa < 1.0.
|
nat.go | 24 // A number is normalized if the slice contains no leading 0 digits. 26 // always normalized before returning the final result. The normalized 183 // The (non-normalized) result is placed in z[0 : len(x) + len(y)]. 257 // The (non-normalized) result is placed in z[0 : 2*n]. 429 x0 := x[0:k] // x0 is not normalized 430 y0 := y[0:k] // y0 is not normalized 454 y1 := y[k:] // y1 is normalized because y is 479 // The (non-normalized) result is placed in z[0 : 2 * len(x)]. 699 // Length of x in bits. x must be normalized [all...] |
/prebuilts/go/linux-x86/src/math/big/ |
ftoa.go | 28 // For the binary exponent formats, the mantissa is printed in normalized form: 177 // 1) Compute normalized mantissa mant and exponent exp for x such 308 // The mantissa is normalized such that is uses x.Prec() bits in binary 342 // The mantissa is normalized such that 0.5 <= 0.mantissa < 1.0.
|
nat.go | 24 // A number is normalized if the slice contains no leading 0 digits. 26 // always normalized before returning the final result. The normalized 183 // The (non-normalized) result is placed in z[0 : len(x) + len(y)]. 257 // The (non-normalized) result is placed in z[0 : 2*n]. 429 x0 := x[0:k] // x0 is not normalized 430 y0 := y[0:k] // y0 is not normalized 454 y1 := y[k:] // y1 is normalized because y is 479 // The (non-normalized) result is placed in z[0 : 2 * len(x)]. 699 // Length of x in bits. x must be normalized [all...] |
/prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/gtx/ |
vector_query.hpp | 65 //! Check whether a vector is normalized.
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
longintrepr.h | 80 In a normalized number, ob_digit[abs(ob_size)-1] (the most significant
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
fnmatch.py | 35 Both FILENAME and PATTERN are first case-normalized
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
longintrepr.h | 80 In a normalized number, ob_digit[abs(ob_size)-1] (the most significant
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
fnmatch.py | 35 Both FILENAME and PATTERN are first case-normalized
|
/prebuilts/tools/common/m2/repository/kr/motd/maven/os-maven-plugin/1.2.3.Final/ |
os-maven-plugin-1.2.3.Final.pom | 17 A Maven extension/plugin that generates various useful platform-dependent project properties normalized from
|
/toolchain/benchmark/ |
parse_result.py | 46 if 'normalized' in words:
|
/tools/tradefederation/core/src/com/android/tradefed/config/gcs/ |
GCSConfigurationFactory.java | 106 * @return normalized path
|
/external/icu/icu4c/source/i18n/unicode/ |
dtitvfmt.h | 777 * 2. 'E' and 'EE' are normalized into 'EEE' 778 * 3. 'MM' is normalized into 'M' 781 * 1. both 'H' and 'h' are normalized as 'h' in normalized time skeleton [all...] |
timezone.h | 345 * Returns the canonical system timezone ID or the normalized 349 * or the custom time zone ID in normalized format. 361 * Returns the canonical system time zone ID or the normalized 365 * or the custom time zone ID in normalized format. [all...] |
/external/tensorflow/tensorflow/contrib/factorization/python/ops/ |
factorization_ops.py | 82 normalized as follows: 91 The sum_weights tensor contains the normalized sum of weights 666 unregularized_loss: A tensor (scalar) that contains the normalized 672 regularization: A tensor (scalar) that contains the normalized 678 normalized by a factor of n / |I|. The root weighted squared error is: 699 unregularized_loss: A tensor (scalar) that contains the normalized 705 regularization: A tensor (scalar) that contains the normalized 711 normalized by a factor of m / |J|. The root weighted squared error is: [all...] |
/external/tensorflow/tensorflow/contrib/losses/python/metric_learning/ |
metric_loss_ops.py | 101 images. Embeddings should be l2 normalized. 103 positive images. Embeddings should be l2 normalized. 175 be l2 normalized. 262 l2 normalized. 265 l2 normalized. 361 l2 normalized. 364 l2 normalized. 425 be l2 normalized. 579 nmi: normalized mutual information [all...] |
/cts/apps/CameraITS/tests/scene1/ |
test_exposure.py | 145 pylab.ylabel('Normalized RGB Plane Avg') 157 pylab.ylabel('Normalized RAW Plane Avg')
|
/cts/tests/camera/src/android/hardware/camera2/cts/ |
AllocationTest.java | 178 * <p>All float values must be normalized coordinates between [0, 1].</p> 183 * @param wNorm The width of the crop rectangle (normalized between [0, 1]). 184 * @param hNorm The height of the crop rectangle (normalized between [0, 1]). 187 * @throws AssertionError if any of the normalized coordinates were out of range 219 * Get the cropped size after applying the normalized crop window. 240 * Get the cropped width after applying the normalized crop window. 249 * Get the cropped height after applying the normalized crop window. 259 * normalized coordinate in between [0.0, 1.0] inclusive. [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
zutil.c | 214 * to large buffers (64K). Such pointers are normalized with a zero offset.
226 * will return a usable pointer which doesn't have to be normalized.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
zutil.c | 210 * to large buffers (64K). Such pointers are normalized with a zero offset.
222 * will return a usable pointer which doesn't have to be normalized.
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/ |
zutil.c | 208 * to large buffers (64K). Such pointers are normalized with a zero offset. 222 * will return a usable pointer which doesn't have to be normalized.
|
/external/aac/libSBRenc/src/ |
resampler.h | 124 int Wc; /*! normalized cutoff freq * 1000 */ 145 INT Wc, /*!< normalized cutoff freq * 1000 */
|
/external/eigen/Eigen/src/Geometry/ |
ParametrizedLine.h | 56 * \warning the vector direction is assumed to be normalized. 66 { return ParametrizedLine(p0, (p1-p0).normalized()); }
|
/external/eigen/test/ |
stable_norm.cpp | 169 VERIFY_IS_APPROX(vrand.stableNormalized(), vrand.normalized()); 172 VERIFY_IS_APPROX(vcopy, vrand.normalized());
|
/external/freetype/src/truetype/ |
ttgxvar.h | 231 /* An array of normalized values (between [-1,1]) indicating the */ 243 /* `mmvar' as normalized values. */
|