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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/tools/grit/
README 2 projects to manage resources and simplify the localization workflow.
  /external/llvm/test/Transforms/InstCombine/
double-float-shrink-2.ll 1 ; RUN: opt < %s -instcombine -S -mtriple "i386-pc-linux" | FileCheck -check-prefix=DO-SIMPLIFY %s
2 ; RUN: opt < %s -instcombine -S -mtriple "i386-pc-win32" | FileCheck -check-prefix=DONT-SIMPLIFY %s
3 ; RUN: opt < %s -instcombine -S -mtriple "x86_64-pc-win32" | FileCheck -check-prefix=C89-SIMPLIFY %s
4 ; RUN: opt < %s -instcombine -S -mtriple "i386-pc-mingw32" | FileCheck -check-prefix=DO-SIMPLIFY %s
5 ; RUN: opt < %s -instcombine -S -mtriple "x86_64-pc-mingw32" | FileCheck -check-prefix=DO-SIMPLIFY %s
6 ; RUN: opt < %s -instcombine -S -mtriple "sparc-sun-solaris" | FileCheck -check-prefix=DO-SIMPLIFY %s
8 ; DO-SIMPLIFY: call float @floorf(
9 ; DO-SIMPLIFY: call float @ceilf(
10 ; DO-SIMPLIFY: call float @roundf(
11 ; DO-SIMPLIFY: call float @nearbyintf
    [all...]
pow-3.ll 3 ; RUN: opt < %s -disable-simplify-libcalls -instcombine -S | FileCheck %s
  /external/chromium_org/printing/
printing_utils_unittest.cc 11 std::string Simplify(const char* title) {
16 EXPECT_STREQ("", Simplify("").c_str());
18 Simplify("Long string. Long string. Long string. Long string. "
21 Simplify("C\ron\ntrol Charac\15ters").c_str());
22 EXPECT_STREQ("", Simplify("\n\r\n\r\t\r").c_str());
printing_utils.h 13 // Simplify title to resolve issue with some drivers.
  /external/kernel-headers/original/uapi/asm-arm/asm/
statfs.h 6 * Let's pack it so the padding goes away to simplify dual ABI support.
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/Composition/
Simplify.g3 1 tree grammar Simplify;
  /external/llvm/test/Transforms/LoopSimplify/
2004-03-15-IncorrectDomUpdate.ll 1 ; RUN: opt < %s -loop-simplify -licm -disable-output
basictest.ll 1 ; RUN: opt < %s -loop-simplify
2004-02-05-DominatorInfoCorruption.ll 1 ; RUN: opt < %s -loop-simplify -verify -licm -disable-output
hardertest.ll 1 ; RUN: opt < %s -loop-simplify
  /external/cmockery/cmockery_0_1_2/packages/deb/
control 12 Description: The cmockery package contains a lightweight library to simplify
  /external/libunwind/src/mips/
gen-offsets.c 17 "/* Define various structure offsets to simplify cross-compilation. */\n\n"
  /external/llvm/test/Transforms/LICM/
2003-02-27-NestedLoopExitBlocks.ll 3 ; RUN: opt < %s -loop-simplify
  /frameworks/base/docs/html/training/
advanced.jd 6 development. These classes simplify the steps required to enhance your app with powerful
  /external/chromium_org/third_party/skia/experimental/Intersection/
EdgeWalkerRectangles_Test.cpp 27 simplify(path, true, out);
42 simplify(path, true, out);
57 simplify(path, true, out);
77 simplify(path, true, out);
88 simplify(path, true, out);
105 simplify(path, true, out);
119 simplify(path, true, out);
133 simplify(path, true, out);
143 simplify(path, true, out);
168 simplify(path, true, out)
    [all...]
ShapeOps.h 11 void simplify(const SkPath& path, bool asFill, SkPath& simple);
  /external/skia/experimental/Intersection/
EdgeWalkerRectangles_Test.cpp 27 simplify(path, true, out);
42 simplify(path, true, out);
57 simplify(path, true, out);
77 simplify(path, true, out);
88 simplify(path, true, out);
105 simplify(path, true, out);
119 simplify(path, true, out);
133 simplify(path, true, out);
143 simplify(path, true, out);
168 simplify(path, true, out)
    [all...]
  /external/llvm/include/llvm/Transforms/Utils/
SimplifyIndVar.h 12 // simplify a loop's induction variables based on ScalarEvolution.
58 /// simplifyUsersOfIV - Simplify instructions that use this induction variable
63 /// SimplifyLoopIVs - Simplify users of induction variables within this
  /external/chromium_org/build/
README.chromium 9 Contains settings made to simplify usage of external (non-Google) code. It relaxes the warning levels. Should be included after debug.vsprops or release.vsprops to override their settings.
  /external/chromium_org/net/disk_cache/blockfile/
file_block.h 14 // Used to simplify loading / storing the block from disk.
  /external/clang/test/CodeGen/
branch-target-layout.c 9 // Note that the frontend inverts branches to simplify the condition, so the
libcalls-d.c 1 // llvm-gcc -O1+ should run simplify libcalls, O0 shouldn't
  /external/cmockery/cmockery_0_1_2/
ChangeLog 16 A lightweight library to simplify and generalize the process of
  /external/libunwind/src/arm/
offsets.h 3 /* Define various structure offsets to simplify cross-compilation. */

Completed in 2799 milliseconds

1 2 3 4 5 6 7 8 91011>>