HomeSort by relevance Sort by last modified time
    Searched full:shrink (Results 1 - 25 of 928) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/CodeGen/X86/
cxx_tlscc64.ll 2 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -enable-shrink-wrap=true | FileCheck --check-prefix=SHRINK %s
36 ; SHRINK-LABEL: _ZTW2sg
37 ; SHRINK: callq
38 ; SHRINK: jne
39 ; SHRINK: pushq %r11
40 ; SHRINK: pushq %r10
41 ; SHRINK: pushq %r9
42 ; SHRINK: pushq %r8
43 ; SHRINK: pushq %rs
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/tools/
cordic.py 7 shrink = 1.0 variable
26 shrink /= math.sqrt( 1 + x*x )
29 print "shrink factor = " + repr( shrink )
30 print "shrink factor 2 = " + repr( int( shrink * (2**32) ) )
31 print "expansion factor = " + repr( 1/shrink )
  /external/proguard/src/proguard/
package.html 3 ProGuard can read jar files, shrink and obfuscate them, and write out the
  /external/valgrind/none/tests/linux/
mremap.stderr.exp-glibc27 3 grow, nomove: p=0x........ np=0x........: shrink moved?!
4 grow, maymove: p=0x........ np=0x........: shrink moved?!
mremap.c 35 np = mremap(p, 1024*1024, 256*1024, 0); /* shrink, fixed */
37 perror("mremap(shrink, fixed)");
39 fprintf(stderr, "shrink, nomove: p=%p np=%p: shrink moved?!\n",
45 np = mremap(p, 1024*1024, 256*1024, MREMAP_MAYMOVE); /* shrink, maymove */
47 perror("mremap(shrink, maymove)");
49 fprintf(stderr, "shrink, maymove: p=%p np=%p: shrink moved?!\n",
59 fprintf(stderr, "grow, nomove: p=%p np=%p: shrink moved?!\n",
69 fprintf(stderr, "grow, maymove: p=%p np=%p: shrink moved?!\n"
    [all...]
  /external/llvm/test/Transforms/InstCombine/
cos-1.ll 3 ; RUN: opt < %s -instcombine -S | FileCheck %s -check-prefix=NO-FLOAT-SHRINK
4 ; RUN: opt < %s -instcombine -enable-double-float-shrink -S | FileCheck %s -check-prefix=DO-FLOAT-SHRINK
13 ; NO-FLOAT-SHRINK-LABEL: @test_simplify1(
16 ; NO-FLOAT-SHRINK: call double @cos(double %d)
21 ; DO-FLOAT-SHRINK-LABEL: @test_simplify2(
26 ; DO-FLOAT-SHRINK: call float @cosf(float %f)
31 ; NO-FLOAT-SHRINK-LABEL: @test_simplify3(
35 ; NO-FLOAT-SHRINK: call double @cos(double %conv1)
  /external/valgrind/memcheck/tests/linux/
brk.c 19 vals[2] = ds - 0x1; // small shrink
23 vals[6] = ds + 0x500; // shrink a little, but still above start size
24 vals[7] = ds - 0x1; // shrink below start size
25 // vals[8] = ds - 0x1000; // shrink a lot below start size (into text)
  /packages/apps/Launcher3/res/values-sw720dp/
config.xml 6 <!-- Out of 100, the percent to shrink the workspace during spring loaded mode. -->
  /external/chromium-trace/catapult/tracing/third_party/css-element-queries/src/
ResizeSensor.js 75 '<div class="resize-sensor-shrink" style="' + style + '">' +
86 var shrink = element.resizeSensor.childNodes[1];
87 var shrinkChild = shrink.childNodes[0];
96 shrink.scrollLeft = shrink.scrollWidth;
97 shrink.scrollTop = shrink.scrollHeight;
125 addEvent(shrink, 'scroll',function() {
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btConvexHullComputer.h 27 btScalar compute(const void* coords, bool doubleCoords, int stride, int count, btScalar shrink, btScalar shrinkClamp);
79 between the addresses of consecutive vertices. If "shrink" is positive, the convex hull is shrunken
80 by that amount (each face is moved by "shrink" length units towards the center along its normal).
81 If "shrinkClamp" is positive, "shrink" is clamped to not exceed "shrinkClamp * innerRadius", where "innerRadius"
89 btScalar compute(const float* coords, int stride, int count, btScalar shrink, btScalar shrinkClamp)
91 return compute(coords, false, stride, count, shrink, shrinkClamp);
95 btScalar compute(const double* coords, int stride, int count, btScalar shrink, btScalar shrinkClamp)
97 return compute(coords, true, stride, count, shrink, shrinkClamp);
  /external/v8/tools/turbolizer/
constants.js 11 var SOURCE_COLLAPSE_ID = 'source-shrink';
19 var DISASSEMBLY_COLLAPSE_ID = 'disassembly-shrink';
  /developers/build/prebuilts/gradle/BasicRenderScript/Application/
project.properties 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
  /developers/build/templates/base/_MODULE_/src/template/
project.properties.ftl 11 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir,
  /developers/samples/android/renderScript/BasicRenderScript/Application/
project.properties 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
  /development/ndk/platforms/android-17/samples/Teapot/
project.properties 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
  /development/ndk/platforms/android-18/samples/MoreTeapots/
project.properties 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
  /development/samples/ControllerSample/
project.properties 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
  /development/samples/training/NsdChat/
project.properties 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
  /development/samples/training/basic/FragmentBasics/
project.properties 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
  /development/samples/training/testingfun/app/
project.properties 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
  /development/samples/training/testingfun/app/tests/
project.properties 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
  /external/libgdx/extensions/gdx-setup/src/com/badlogic/gdx/setup/resources/android/
project.properties 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
  /external/opencv3/platforms/android/service/engine/
project.properties 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
  /external/skia/platform_tools/android/examples/hello_skia_app/
project.properties 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
  /frameworks/ex/framesequence/
project.properties 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):

Completed in 1724 milliseconds

1 2 3 4 5 6 7 8 91011>>