Searched
full:divide (Results
326 -
350 of
1606) sorted by null
<<11121314151617181920>>
/hardware/qcom/msm8x74/original-kernel-headers/video/ |
msm_hdmi_modes.h | 17 /* Must divide by 1000 to get the actual frequency in MHZ */ 19 /* Must divide by 1000 to get the actual frequency in HZ */
|
/hardware/qcom/msm8x84/original-kernel-headers/video/ |
msm_hdmi_modes.h | 17 /* Must divide by 1000 to get the actual frequency in MHZ */ 19 /* Must divide by 1000 to get the actual frequency in HZ */
|
/art/runtime/ |
mem_map.h | 172 // All the non-empty MemMaps. Use a multimap as we do a reserve-and-divide (eg ElfMap::Load()).
|
/cts/common/util/src/com/android/compatibility/common/util/ |
Stat.java | 159 * timeInSec with 0 value will be changed to small value to prevent divide by zero.
|
/cts/libs/commonutil/src/com/android/cts/util/ |
ReportLog.java | 140 * timeInSec with 0 value will be changed to small value to prevent divide by zero.
|
/developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/ui/ |
ImageDetailActivity.java | 71 // we shouldn't divide by 2, but this will use more memory and require a larger memory
|
/developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/ui/ |
ImageDetailActivity.java | 71 // we shouldn't divide by 2, but this will use more memory and require a larger memory
|
/development/perftests/panorama/feature_mos/src/mosaic/ |
Geometry.h | 134 // 1) Divide the quadrilateral into two triangles by scribing a diagonal
|
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/ui/ |
ImageDetailActivity.java | 71 // we shouldn't divide by 2, but this will use more memory and require a larger memory
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
HTMLEntities.properties | 120 divide=247
|
/external/ceres-solver/internal/ceres/ |
corrector.cc | 47 // of rho. Handling this case explicitly avoids the divide by zero
|
/external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/app/ |
controller.js | 61 inputs.byButton['divide'] = inputs.byKey['191'] = inputs.byKey['111'] = '/';
|
/external/chromium_org/components/sync_driver/ |
data_type_manager_impl.h | 91 // Divide |types| into sets by their priorities and return the sets from
|
/external/chromium_org/crypto/ |
hmac_win.cc | 31 // NSS doesn't accept size_t for text size, divide the data into smaller
|
/external/chromium_org/media/cast/logging/ |
stats_event_subscriber.h | 91 // |width| must divide |max - min| evenly.
|
/external/chromium_org/mojo/services/public/interfaces/input_events/ |
input_key_codes.mojom | 103 DIVIDE = 0x6F,
|
/external/chromium_org/net/quic/congestion_control/ |
hybrid_slow_start.cc | 118 // Divide min_rtt by 16 to get a rtt increase threshold for exiting.
|
/external/chromium_org/sdch/open-vcdiff/src/ |
testing.h | 168 // canceled out when we divide by rand_limit to get scaled_value, below.
|
/external/chromium_org/third_party/WebKit/Source/core/loader/ |
ProgressTracker.cpp | 180 if (remainingBytes > 0) // Prevent divide by 0.
|
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/ |
WaveShaperDSPKernel.cpp | 195 // and divide by 2 to get back down to the regular sample-rate.
|
/external/chromium_org/third_party/WebKit/Source/platform/audio/ |
DownSampler.cpp | 145 // Divide by two since this is a linear phase kernel and the delay is at the center of the kernel.
|
ReverbConvolverStage.cpp | 80 // We divide up the total delay, into pre and post delay sections so that we can schedule at exactly the moment when the FFT will happen.
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ppc/ |
filter_bilinear_altivec.asm | 38 ;# downshift by 7 ( divide by 128 ) at the end 87 vsrh v24, v24, v19 ;# divide v0, v1 by 128 142 vsrh v22, v22, v19 ;# divide by 128 492 vsrh v24, v24, v19 ;# divide v0, v1 by 128
|
variance_subpixel_altivec.asm | 38 ;# downshift by 7 ( divide by 128 ) at the end 102 vsrh v24, v24, v19 ;# divide v0, v1 by 128 118 vsrh v22, v22, v19 ;# divide by 128 595 vsrh v24, v24, v19 ;# divide v0, v1 by 128
|
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_mem/memory_manager/include/ |
hmm_intrnl.h | 58 /* Divide and round up any fraction to the next whole number. */
|
Completed in 2059 milliseconds
<<11121314151617181920>>