Searched
full:divide (Results
451 -
475 of
1606) sorted by null
<<11121314151617181920>>
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/ |
lpc_analysis.c | 238 double S_N_R = pow(10.0, 0.05 * signal_noise_ratio) / 3.46; /* divide by sqrt(12) */ 502 /* divide by sqrt(12) = 3.46 */
|
/libcore/luni/src/main/java/java/math/ |
Conversion.java | 91 // divide the array of digits by bigRadix and convert remainders 206 // divide the array of digits by bigRadix and convert
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
VaryingConfiguration.java | 238 // Divide up the available devices into {@link #mVariationCount} + 1 buckets 243 // I could just divide up the device list count, but that would treat a lot of
|
/art/runtime/ |
instruction_set.h | 181 kHwDiv = 0x1, // Supports hardware divide.
|
/build/tools/releasetools/ |
sparse_img.py | 175 # aren't part of the data for any file), divide them into blocks
|
/developers/build/prebuilts/gradle/StorageClient/Application/src/main/java/com/example/android/storageclient/ |
StorageClientFragment.java | 226 // The easiest way to divide up this labor is with an AsyncTask. The doInBackground
|
/developers/samples/android/content/documentsUi/StorageClient/Application/src/main/java/com/example/android/storageclient/ |
StorageClientFragment.java | 226 // The easiest way to divide up this labor is with an AsyncTask. The doInBackground
|
/development/samples/browseable/StorageClient/src/com.example.android.storageclient/ |
StorageClientFragment.java | 226 // The easiest way to divide up this labor is with an AsyncTask. The doInBackground
|
/device/google/accessory/demokit/firmware/demokit/ |
demokit.pde | 343 // divide by 16 to get average
|
/external/chromium_org/base/test/ |
test_file_util_win.cc | 123 // Sometimes Delete fails, so try a few more times. Divide the timeout
|
/external/chromium_org/cc/base/ |
math_util_unittest.cc | 21 // cause a divide-by-zero when projecting points/quads.
|
/external/chromium_org/components/web_cache/browser/ |
web_cache_manager.h | 144 // Ignore cache statistics and divide resources equally among the given
|
/external/chromium_org/content/common/ |
inter_process_time_ticks_converter_unittest.cc | 163 // no divide-by-zero errors should occur.
|
/external/chromium_org/media/base/simd/ |
convert_rgb_to_yuv_ssse3.inc | 46 ; Divide the input width by two so it represents the offsets for u[] and v[].
|
/external/chromium_org/mojo/public/cpp/bindings/tests/ |
interface_ptr_unittest.cc | 95 void Divide(double value) {
|
/external/chromium_org/third_party/WebKit/Source/platform/audio/ |
ReverbConvolver.cpp | 144 // The ReverbConvolverStages need to process in amounts which evenly divide half the FFT size
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/ |
WidthIterator.cpp | 55 // and divide that by the padding for per space addition.
|
/external/chromium_org/third_party/icu/source/i18n/ |
decNumber.c | 161 /* a divide (unless a floating-point or 64-bit multiply is */ 194 #define DIVIDE 0x80 /* Divide operators */ 231 /* Constant multipliers for divide-by-power-of five using reciprocal */ [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/math/ |
m_clip_tmp.h | 32 * do this, strangely enough, so I only do the divide in
|
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_aalinetemp.h | 71 /* texcoord w/ divide by Q */
|
/external/chromium_org/third_party/opus/src/silk/ |
A2NLSF.c | 97 /* Divide out zeros as we have that for even filter orders, */
|
/external/chromium_org/third_party/opus/src/silk/fixed/ |
solve_LS_FIX.c | 175 /* tmp_32 / D_Q0[j] : Divide to Q16 */
|
/external/chromium_org/third_party/skia/src/animator/ |
SkParseSVGPath.cpp | 30 //divide the cubic up into two cubics, then convert them into quadratics
|
/external/chromium_org/third_party/tcmalloc/chromium/src/base/ |
spinlock.cc | 142 // quickly divide the cycles by 128. Using these 32 bits, reduces the
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
central_freelist.h | 78 // in a freelist doesn't exactly divide the page-size (an 8192-byte
|
Completed in 1607 milliseconds
<<11121314151617181920>>