/bionic/libm/src/ |
s_copysignf.c | 22 * copysignf(x,y) returns a value with the magnitude of x and
|
/cts/tests/tests/hardware/src/android/hardware/cts/ |
GeomagneticFieldTest.java | 38 // magnitude of each value.
|
/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
ev_bubble_decoration_unittest.mm | 41 // If the available space is of the same magnitude as the required
|
/frameworks/base/core/java/android/view/ |
OrientationEventListener.java | 124 float magnitude = X*X + Y*Y; local 125 // Don't trust the angle if the magnitude is small compared to the y value 126 if (magnitude * 4 >= Z*Z) {
|
/external/srec/srec/cfront/ |
sp_fft.c | 695 ** However, since our purpose is to compute magnitude, we can combine 696 ** this step into the magnitude computation. Notice that 700 ** if we use himul32 to compute the magnitude, which gives us, 702 ** fixed magnitude = fftdata magnitude * 2**(2*(32 - 16 - log2Length)) - 2**32) 703 ** = fftdata magnitude * 2**(-2*log2Length) 705 ** to get the fixed magnitude = fftdata magnitude * 2**(-log2Length-1) 706 ** = fftdata magnitude/FFT length 708 ** the fixed magnitude [all...] |
/libcore/luni/src/main/java/java/math/ |
BigInteger.java | 27 * An immutable signed integer of arbitrary magnitude. 53 /** The magnitude of this in the little-endian representation. */ 89 private byte[] magnitude; field in class:BigInteger 225 * magnitude. 229 * @param magnitude magnitude of the new {@code BigInteger} with the most 231 * @throws NullPointerException if {@code magnitude == null}. 233 * the sign is zero and the magnitude contains non-zero entries. 235 public BigInteger(int signum, byte[] magnitude) { 236 if (magnitude == null) [all...] |
/external/webkit/Source/WebCore/webaudio/ |
RealtimeAnalyser.cpp | 187 // Convert the analysis data from complex to magnitude and average with the previous result. 207 // Convert from linear magnitude to floating-point decibels. 232 // Convert from linear magnitude to unsigned-byte decibels.
|
/bionic/libm/man/ |
cos.3 | 58 A large magnitude argument may yield a result with little or no
|
sin.3 | 59 A large magnitude argument may yield a result with little
|
tan.3 | 58 A large magnitude argument may yield a result
|
/cts/suite/audio_quality/test_description/processing/ |
calc_thd.py | 24 # only care about magnitude
|
/external/chromium/chrome/browser/ui/gtk/ |
constrained_window_gtk.h | 48 // centers the dialog. It is thus an order of magnitude simpler.
|
/external/e2fsprogs/lib/et/ |
compile_et.1 | 54 32 bits in magnitude.
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppReceiveFileInfo.java | 231 for (int magnitude = 1; magnitude < 1000000000; magnitude *= 10) { 238 sequence += rnd.nextInt(magnitude) + 1;
|
/external/compiler-rt/lib/arm/ |
comparesf2.S | 70 // If a is smaller in magnitude than b and both have the same sign, place 82 // If a is greater in magnitude than b and both have the same sign, place
|
/external/fdlibm/ |
k_cos.c | 17 * Input x is assumed to be bounded by ~pi/4 in magnitude. 45 * magnitude of the latter is at least a quarter of x*x/2,
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Expressions/ |
11.5.1.js | 46 754 round-to-nearest mode. If the magnitude is too large to represent, 47 the result is then an infinity of appropriate sign. If the magnitude is
|
11.6.3.js | 44 The sum of two nonzero finite values of the same magnitude and opposite 50 magnitude is too large to represent, the operation overflows and
|
/external/webrtc/src/modules/audio_processing/ns/ |
ns_core.h | 88 float magnPrev[HALF_ANAL_BLOCKL]; //magnitude spectrum of previous frame 96 float initMagnEst[HALF_ANAL_BLOCKL]; //initial magnitude spectrum estimate
|
nsx_core.h | 69 WebRtc_UWord32 initMagnEst[HALF_ANAL_BLOCKL];//initial magnitude spectrum estimate 76 WebRtc_UWord16 prevMagnU16[HALF_ANAL_BLOCKL]; //magnitude spectrum from previous frame
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/ |
armVCM4P10_DecodeCoeffsToPair.c | 145 /* LevelCode = 2*(magnitude-1) + sign */ 149 /* Level magnitude can't be 1 */
|
/frameworks/base/core/java/android/util/ |
TypedValue.java | 125 /** Complex data: the mantissa magnitude is 16 bits -- i.e, 0xnnnn.nn */ 127 /** Complex data: the mantissa magnitude is 8 bits -- i.e, 0xnn.nnnn */ 129 /** Complex data: the mantissa magnitude is 0 bits -- i.e, 0x0.nnnnnn */ 219 * @param data A complex data value holding a unit, magnitude, and 243 * @param data A complex data value holding a unit, magnitude, and 270 * @param data A complex data value holding a unit, magnitude, and 360 * @param data A complex data value holding a unit, magnitude, and
|
/external/libvpx/vp8/encoder/ |
encodemv.c | 289 short_ct [0] += c; // Magnitude distribution 309 short_ct [a] += c; // Magnitude distribution 346 short_ct [a] += c; // Magnitude distribution
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
mathcalls.h | 313 not larger in magnitude. */ 317 and magnitude congruent `mod 2^n' to the magnitude of the integral
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
mathcalls.h | 313 not larger in magnitude. */ 317 and magnitude congruent `mod 2^n' to the magnitude of the integral
|