Searched
full:divide (Results
401 -
425 of
1606) sorted by null
<<11121314151617181920>>
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
ActionMenuView.java | 187 // Divide the view into cells. 251 // Divide space for remaining cells if we have items that can expand. 306 // Divide any space left that wouldn't divide along cell boundaries
|
/frameworks/wilhelm/tests/sandbox/ |
configbq.c | 167 // cast to int and divide by 2 are needed to prevent overflow
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/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
|
filter_altivec.asm | 81 vsrh v16, v16, v7 ;# divide by 128 103 vsrh v21, v21, v19 ;# divide by 128 836 ;# downshift by 7 ( divide by 128 ) at the end 886 vsrh v0, v0, v13 ;# divide v0, v1 by 128 942 ;# downshift by 7 ( divide by 128 ) at the end
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/memory_manager/include/ |
hmm_intrnl.h | 58 /* Divide and round up any fraction to the next whole number. */
|
/hardware/intel/common/utils/ituxd/src/com/intel/thermal/ |
VirtualThermalZone.java | 233 // Divide by 1000 to convert to mC
|
/libcore/luni/src/main/java/java/util/concurrent/ |
RecursiveAction.java | 75 * divide-and-conquer approach. Here is a class that sums the squares
|
ThreadLocalRandom.java | 132 // Divide n by two until small enough for nextInt. On each
|
/ndk/sources/host-tools/nawk-20071023/ |
maketab.c | 62 { DIVIDE, "arith", " / " },
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/ |
workaround.hpp | 251 // 1 % ((symbol test) + 1) => if (symbol <= x) then 1 else divide-by-zero
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
progress.hpp | 99 if ( !_expected_count ) _expected_count = 1; // prevent divide by zero
|
/packages/apps/Calculator/res/values/ |
strings.xml | 98 <string name="desc_op_div">divide</string>
|
/packages/apps/Camera/jni/feature_mos/src/mosaic/ |
Geometry.h | 134 // 1) Divide the quadrilateral into two triangles by scribing a diagonal
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
Geometry.h | 134 // 1) Divide the quadrilateral into two triangles by scribing a diagonal
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/ |
quicksort.h | 40 /** @brief Unbalanced quicksort divide step.
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/ |
quicksort.h | 40 /** @brief Unbalanced quicksort divide step.
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/ |
quicksort.h | 40 /** @brief Unbalanced quicksort divide step.
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/ |
quicksort.h | 40 /** @brief Unbalanced quicksort divide step.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/decimaltestdata/ |
testall.decTest | 38 dectest: divide
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/decimaltestdata/ |
testall.decTest | 38 dectest: divide
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ppc/ |
filter_altivec.asm | 81 vsrh v16, v16, v7 ;# divide by 128 103 vsrh v21, v21, v19 ;# divide by 128 836 ;# downshift by 7 ( divide by 128 ) at the end 886 vsrh v0, v0, v13 ;# divide v0, v1 by 128 942 ;# downshift by 7 ( divide by 128 ) at the end
|
/external/libvpx/libvpx/vp8/common/ppc/ |
filter_altivec.asm | 81 vsrh v16, v16, v7 ;# divide by 128 103 vsrh v21, v21, v19 ;# divide by 128 836 ;# downshift by 7 ( divide by 128 ) at the end 886 vsrh v0, v0, v13 ;# divide v0, v1 by 128 942 ;# downshift by 7 ( divide by 128 ) at the end
|
/external/llvm/include/llvm/Analysis/ |
ScalarEvolutionExpressions.h | 378 /// 3. Compute the access function: divide the SCEV by the array size 411 /// divide by the GCD and erase constant terms 414 /// divide by GCD -> [n, 2] 420 /// a. Divide {{{0,+,2*m+5}_i, +, n*m}_j, +, n*m}_k by the innermost size m 425 /// b. Divide Quotient: {{{0,+,2}_i, +, n}_j, +, n}_k by next outer size n
|
/external/llvm/lib/Transforms/Utils/ |
IntegerDivision.cpp | 99 /// Generate code to divide two signed integers. Returns the quotient, rounded 148 /// Generates code to divide two unsigned scalar 32-bit or 64-bit integers. 427 /// Generate code to divide two integers, replacing Div with the generated 580 /// Generate code to divide two integers of bitwidth up to 32 bits. Uses the 631 /// Generate code to divide two integers of bitwidth up to 64 bits. Uses the
|
Completed in 1517 milliseconds
<<11121314151617181920>>