HomeSort by relevance Sort by last modified time
    Searched full:divide (Results 301 - 325 of 1557) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/include/
svga3d_shaderdefs.h 341 SVGA3DSRCMOD_DZ, /* divide through by z component */
342 SVGA3DSRCMOD_DW, /* divide through by w component */
  /external/chromium_org/third_party/skia/src/opts/
SkBlitRow_opts_SSE2.cpp 208 // Divide by 256.
306 // Divide by 256.
309 // Mask out low bits (goodies already in the right place; no need to divide)
388 // Divide by 256.
468 // Divide by 256.
482 // Divide by 256.
486 // Mask out low bits (goodies already in the right place; no need to divide)
604 // Left shift mask components by 8 (divide by 256)
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
randexpr1.tcl 301 if {![regexp {divide by zero} $ans]} exit
315 if {![regexp {divide by zero} $bans]} exit
  /external/icu/icu4c/source/test/intltest/
idnaref.h 114 * <b>Note:</b> IDNA draft specifies that a conformant application should divide a domain name
153 * <b>Note:</b> IDNA draft specifies that a conformant application should divide a domain name
  /external/jpeg/
jcdctmgr.c 234 /* Divide the coefficient value by qval, ensuring proper rounding.
241 * a comparison is enough cheaper than a divide to make a special test
  /external/mesa3d/src/gallium/drivers/svga/include/
svga3d_shaderdefs.h 341 SVGA3DSRCMOD_DZ, /* divide through by z component */
342 SVGA3DSRCMOD_DW, /* divide through by w component */
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jcdctmgr.c 235 /* Divide the coefficient value by qval, ensuring proper rounding.
242 * a comparison is enough cheaper than a divide to make a special test
  /external/qemu/distrib/jpeg-6b/
jcdctmgr.c 234 /* Divide the coefficient value by qval, ensuring proper rounding.
241 * a comparison is enough cheaper than a divide to make a special test
  /external/skia/src/opts/
SkBlitRow_opts_SSE2.cpp 208 // Divide by 256.
306 // Divide by 256.
309 // Mask out low bits (goodies already in the right place; no need to divide)
388 // Divide by 256.
468 // Divide by 256.
482 // Divide by 256.
486 // Mask out low bits (goodies already in the right place; no need to divide)
604 // Left shift mask components by 8 (divide by 256)
    [all...]
  /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/cc/base/
math_util_unittest.cc 21 // cause a divide-by-zero when projecting points/quads.
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/app/
controller.js 68 inputs.byButton['divide'] = inputs.byKey['191'] = inputs.byKey['111'] = '/';
  /external/chromium_org/components/sync_driver/
data_type_manager_impl.h 90 // 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/mojo/public/cpp/bindings/tests/
interface_ptr_unittest.cc 95 void Divide(double value) {

Completed in 736 milliseconds

<<11121314151617181920>>