/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include-fixed/ |
tgmath.h | 365 not larger in magnitude. */ 369 and magnitude congruent `mod 2^n' to the magnitude of the integral
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
tgmath.h | 356 not larger in magnitude. */ 360 and magnitude congruent `mod 2^n' to the magnitude of the integral
|
/external/jmonkeyengine/engine/src/core/com/jme3/math/ |
Vector3f.java | 405 * <code>length</code> calculates the magnitude of this vector.
407 * @return the length or magnitude of the vector.
415 * magnitude of the vector.
417 * @return the magnitude squared of the vector.
885 // w.x or w.z is the largest magnitude component, swap them
894 // w.y or w.z is the largest magnitude component, swap them
[all...] |
Vector2f.java | 284 * <code>length</code> calculates the magnitude of this vector. 286 * @return the length or magnitude of the vector. 294 * magnitude of the vector. 296 * @return the magnitude squared of the vector.
|
/external/opencv/cv/src/ |
cvcanny.cpp | 158 // calculate magnitude and angle of gradient, perform non-maxima supression. 205 // buffer of 3 magnitude rows for non-maxima suppression
|
/external/replicaisland/src/com/replica/replicaisland/ |
HitReactionComponent.java | 277 public void setBounceMagnitude(float magnitude) { 278 mBounceMagnitude = magnitude;
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Expressions/ |
11.5.2.js | 46 rounded to the nearest representable value using IEEE 754 round-to-nearest mode. If the magnitude is too 48 magnitude is too small to represent, we say the operation underflows and the result is a zero of the appropriate
|
/frameworks/base/tools/velocityplot/ |
velocityplot.py | 97 self.velocity_axes, 'magnitude', 'blue') 114 self.old_velocity_axes, 'magnitude', 'blue')
|
/libcore/luni/src/main/java/java/lang/ |
StrictMath.java | 948 * value next larger in magnitude. For non-NaN {@code x}, [all...] |
/bionic/libm/src/ |
k_cos.c | 21 * Input x is assumed to be bounded by ~pi/4 in magnitude.
|
k_tan.c | 20 * Input x is assumed to be bounded by ~pi/4 in magnitude.
|
s_cbrt.c | 80 /* chop t to 20 bits and make it larger in magnitude than cbrt(x) */
|
s_fma.c | 79 * If x * y and z are many orders of magnitude apart, the scaling
|
s_fmal.c | 74 * If x * y and z are many orders of magnitude apart, the scaling
|
/cts/suite/audio_quality/test_description/processing/ |
check_spectrum.py | 37 # calculated amplittude ratio in magnitude (DUT / Host)
|
/external/chromium/chrome/browser/autofill/ |
autofill_download.h | 101 // and submitted by user. The order of magnitude would remain similar in the
|
/external/chromium/chrome/browser/extensions/ |
extensions_quota_service.cc | 12 // Whatever this value is, it should be an order of magnitude longer than
|
/external/chromium/sdch/open-vcdiff/src/gtest/internal/ |
gtest-internal.h | 422 // Converts an integer from the sign-and-magnitude representation to 430 // sign-and-magnitude) is represented by 1; 433 // sign-and-magnitude) is represented by 2N - 1. 447 // Given two numbers in the sign-and-magnitude representation,
|
/external/compiler-rt/lib/ |
comparedf2.c | 74 // sign-magnitude representation, then this flip is incorrect).
|
comparesf2.c | 74 // sign-magnitude representation, then this flip is incorrect).
|
/external/dropbear/libtomcrypt/src/pk/dsa/ |
dsa_make_key.c | 73 /* force magnitude */
|
/external/fdlibm/ |
k_tan.c | 16 * Input x is assumed to be bounded by ~pi/4 in magnitude.
|
/external/freetype/src/autofit/ |
afangles.c | 96 * magnitude is very small.
|
/external/jmonkeyengine/engine/src/core/com/jme3/light/ |
PointLight.java | 106 * the magnitude of the influence is equal to distance / radius.
|
SpotLight.java | 119 * the magnitude of the influence is equal to distance / range.
|