HomeSort by relevance Sort by last modified time
    Searched refs:divs (Results 1 - 25 of 36) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/
loop_label.s 3 divs (r0, r1);
loop_label2.s 3 divs (r0, r1);
arithmetic.s 56 divs (r3, r5);
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11gears/
d3d11gears.cpp 96 int divs = (divs0 > 0) ? divs0 : 1; local
99 float* dc = (float*)malloc(teeth * segs * divs * sizeof(float));
100 float* ds = (float*)malloc(teeth * segs * divs * sizeof(float));
101 int num_vertices = teeth * segs * 2 * (3 + 2 * divs);
102 int num_triangles = base_triangles * (1 + divs);
111 da = (float)(2.0 * M_PI / (teeth * segs * divs));
112 for(i = 0; i < teeth * segs * divs; ++i) {
119 s[i] = ds[i * divs];
120 c[i] = dc[i * divs];
140 for(i = 0; i < teeth * segs * divs; ++i)
    [all...]
  /external/skia/src/core/
SkLatticeIter.cpp 12 * Divs must be in increasing order with no duplicates.
14 static bool valid_divs(const int* divs, int count, int start, int end) {
17 if (prev >= divs[i] || divs[i] >= end) {
48 static int count_scalable_pixels(const int32_t* divs, int numDivs, bool firstIsScalable,
57 count = divs[0] - start;
67 int left = divs[i];
68 int right = (i + 1 < numDivs) ? divs[i + 1] : end;
78 static void set_points(float* dst, float* src, const int* divs, int divCount, int srcFixed,
96 src[i + 1] = (float) (divs[i])
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/h8300/
t06_ari2.s 179 divs.w #0xf:4,r1 ;01d651f1
181 divs.w r3,r1 ;01d25131
183 divs.l #0xf:4,er1 ;01d653f1
185 divs.l er3,er1 ;01d25331
  /frameworks/base/core/jni/android/graphics/
BitmapFactory.cpp 98 static void scaleDivRange(int32_t* divs, int count, float scale, int maxValue) {
100 divs[i] = int32_t(divs[i] * scale + 0.5f);
101 if (i > 0 && divs[i] == divs[i - 1]) {
102 divs[i]++; // avoid collisions
106 if (CC_UNLIKELY(divs[count - 1] > maxValue)) {
107 // if the collision avoidance above put some divs outside the bounds of the bitmap,
108 // slide outer stretchable divs inward to stay within bounds
111 divs[i] = highestAvailable
    [all...]
  /external/clang/www/analyzer/scripts/
expandcollapse.js 43 // Examine all divs in a table row.
44 var divs = rows[i].getElementsByTagName("div");
45 for (var j=0; j<divs.length; j+=1) {
47 var expandableDiv = divs[j];
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/
sh2a.s 34 divs r0,r3
sh2a.d 26 0x00000038 43 94 divs r0,r3
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mcore/
allinsn.s 50 test divs "r6,r1"
allinsn.d 126 0+04e <divs>:
127 4e: 3216 divs r6, r1
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
objdump_test.go 104 divs
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
objdump_test.go 104 divs
  /build/make/tools/droiddoc/templates-pdk/assets/
android-developer-docs.js 321 /* Resize the height of the side-nav and doc-content divs,
326 // Get the window height and always resize the doc-content and side-nav divs
332 // If in the reference docs, also resize the "swapper", "classes-nav", and "nav-tree" divs
  /external/doclava/res/assets/templates/assets/
doclava-developer-docs.js 246 /* Resize the height of the side-nav and doc-content divs,
251 // Get the window height and always resize the doc-content and side-nav divs
257 // If in the reference docs, also resize the "swapper", "classes-nav", and "nav-tree" divs
  /external/valgrind/VEX/priv/
host_s390_defs.h 429 } divs; member in union:__anon35097::__anon35098
host_s390_defs.c 601 addHRegUse(u, HRmRead, insn->variant.divs.op1);
602 addHRegUse(u, HRmWrite, insn->variant.divs.op1); /* quotient */
603 addHRegUse(u, HRmWrite, insn->variant.divs.rem); /* remainder */
604 s390_opnd_RMI_get_reg_usage(u, insn->variant.divs.op2);
924 insn->variant.divs.op1 = lookupHRegRemap(m, insn->variant.divs.op1);
925 insn->variant.divs.rem = lookupHRegRemap(m, insn->variant.divs.rem);
926 s390_opnd_RMI_map_regs(m, &insn->variant.divs.op2);
    [all...]
  /external/skia/tests/
PictureTest.cpp 885 int divs[] = { 2, 3 }; local
888 lattice.fXDivs = lattice.fYDivs = divs;
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.10.0/
builder-0.10.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.11.2/
builder-0.11.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.12.1/
builder-0.12.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.12.2/
builder-0.12.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.13.0/
builder-0.13.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.13.3/
builder-0.13.3.jar 

Completed in 735 milliseconds

1 2