HomeSort by relevance Sort by last modified time
    Searched full:folding (Results 126 - 150 of 629) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/go/darwin-x86/src/unicode/
letter.go 67 // BUG(r): There is no mechanism for full case folding, that is, for
320 // the Unicode-defined simple case folding. Among the code points
350 // No folding specified. This is a one- or two-element
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/internal/obj/
obj.go 104 // For portability, we allow ASCII case folding, so that hasPathPrefix("a/b/c", "A/B") is true.
105 // Similarly, we allow slash folding, so that hasPathPrefix("a/b/c", "a\\b") is true.
106 // We do not allow full Unicode case folding, for fear of causing more confusion
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
obj.go 101 // For portability, we allow ASCII case folding, so that hasPathPrefix("a/b/c", "A/B") is true.
102 // Similarly, we allow slash folding, so that hasPathPrefix("a/b/c", "a\\b") is true.
103 // We do not allow full Unicode case folding, for fear of causing more confusion
  /prebuilts/go/linux-x86/src/unicode/
letter.go 67 // BUG(r): There is no mechanism for full case folding, that is, for
320 // the Unicode-defined simple case folding. Among the code points
350 // No folding specified. This is a one- or two-element
  /toolchain/binutils/binutils-2.25/gold/
gc.h 169 // folding (--icf).
268 // When doing safe folding, check to see if this relocation is that
301 // When doing safe folding, check to see if this relocation is that
  /art/test/442-checker-constant-folding/src/
Main.java 133 * Exercise constant folding on negation.
213 * Exercise constant folding on addition.
331 * Exercise constant folding on subtraction.
420 * Exercise constant folding on multiplication.
509 * Exercise constant folding on division.
602 * Exercise constant folding on remainder.
695 * Exercise constant folding on left shift.
739 * Exercise constant folding on right shift.
783 * Exercise constant folding on unsigned right shift.
827 * Exercise constant folding on logical and
    [all...]
  /external/icu/icu4c/source/common/unicode/
ucasemap.h 55 * @param options Options bit set, used for case folding and string comparisons.
109 * Get the options bit set that is used for case folding and string comparisons.
132 * Set the options bit set that is used for case folding and string comparisons.
390 * Case-folding is locale-independent and not context-sensitive,
  /external/llvm/include/llvm/IR/
ConstantFolder.h 1 //===- ConstantFolder.h - Constant folding helper ---------------*- C++ -*-===//
12 // with minimal folding. For general constant creation and folding,
25 /// ConstantFolder - Create constants with minimum, target independent, folding.
  /external/llvm/include/llvm/Transforms/Utils/
CmpInstAnalysis.h 25 /// are carefully arranged to allow folding of expressions such as:
  /external/llvm/lib/Target/ARM/
ARMSelectionDAGInfo.h 31 // Can't handle RRX here, because it would require folding a flag into
  /external/llvm/lib/Target/MSP430/
MSP430InstrInfo.h 74 // Branch folding goodness
  /external/llvm/test/Assembler/
ConstantExprNoFold.ll 7 ; Even give it a datalayout, to tempt folding as much as possible.
  /external/llvm/test/CodeGen/SystemZ/
shift-10.ll 30 ; Test a left shift that of an extended right shift in a case where folding
  /external/llvm/test/CodeGen/Thumb2/
thumb2-ifcvt1-tc.ll 23 ; FIXME: Check for # of unconditional branch after adding branch folding post ifcvt.
  /external/llvm/test/CodeGen/X86/
fold-load-unops.ll 5 ; Verify that we're folding the load into the math instruction.
fold-vector-sext-crash2.ll 4 ; DAGCombiner crashes during sext folding
stack-folding-adx-x86_64.ll 6 ; Stack reload folding tests.
stack-folding-x86_64.ll 6 ; Stack reload folding tests.
  /external/llvm/test/Transforms/ConstProp/
convert-from-fp16.ll 3 ; Verify that we don't crash with an assertion failure when constant folding
  /external/llvm/test/Transforms/InstCombine/
2009-01-19-fmod-constant-float.ll 3 ; check constant folding for 'frem'. PR 3316.
x86-f16c.ll 32 ; Constant Folding
  /external/llvm/test/Transforms/JumpThreading/
indirectbr.ll 44 ; Check constant folding of indirectbr
  /external/toybox/toys/pending/
fold.c 16 Default line width is 80 columns for folding and infinite for unfolding.
  /external/valgrind/VEX/priv/
ir_opt.h 56 /* Do a constant folding/propagation pass. */
  /frameworks/minikin/include/minikin/
Hyphenator.h 34 // Note: this will also require a locale, for proper case folding behavior

Completed in 1583 milliseconds

1 2 3 4 56 7 8 91011>>