Searched refs:CR (Results 1 - 25 of 165) sorted by relevance

1234567

/external/llvm/tools/llvm-cov/
H A DCoverageSummaryInfo.cpp24 for (auto &CR : Function.CountedRegions) {
25 if (CR.Kind != CounterMappingRegion::CodeRegion)
28 if (CR.ExecutionCount != 0)
40 for (auto &CR : Function.CountedRegions) {
41 if (CR.FileID != FileID)
43 LineStart = std::min(LineStart, CR.LineStart);
44 LineEnd = std::max(LineEnd, CR.LineEnd);
51 for (auto &CR : Function.CountedRegions) {
52 if (CR.FileID != FileID)
55 auto ExecutionCount = CR
[all...]
/external/crcalc/src/com/hp/creals/
H A DUnaryCRFunction.java40 // 5/2015 Added support for direct asin() implementation in CR.
55 abstract public CR execute(CR x);
64 * The function object corresponding to the <TT>negate</tt> method of CR.
70 * The function object corresponding to the <TT>inverse</tt> method of CR.
76 * The function object corresponding to the <TT>abs</tt> method of CR.
82 * The function object corresponding to the <TT>exp</tt> method of CR.
88 * The function object corresponding to the <TT>cos</tt> method of CR.
94 * The function object corresponding to the <TT>sin</tt> method of CR.
113 // CR half_p
[all...]
H A DCR.java138 * and <TT>get_appr</tt>. Such applications will treat <TT>CR</tt> as
140 * <TT>java.math.BigInteger</tt>. No subclasses of <TT>CR</tt>
148 * The requires the construction of a subclass of <TT>CR</tt> with
156 * be used for this purpose, since CR inherits from <TT>Number</tt>.)
164 public abstract class CR extends Number { class in inherits:Number
165 // CR is the basic representation of a number.
216 * Must be defined in subclasses of <TT>CR</tt>.
218 * not ever need to define a <TT>CR</tt> subclass.
225 * Called only with the lock on the <TT>CR</tt> object
263 public static CR valueO
[all...]
/external/swiftshader/third_party/LLVM/lib/Support/
H A DConstantRange.cpp52 const ConstantRange &CR) {
53 if (CR.isEmptySet())
54 return CR;
56 uint32_t W = CR.getBitWidth();
60 return CR;
62 if (CR.isSingleElement())
63 return ConstantRange(CR.getUpper(), CR.getLower());
66 APInt UMax(CR.getUnsignedMax());
72 APInt SMax(CR
51 makeICmpRegion(unsigned Pred, const ConstantRange &CR) argument
[all...]
/external/crcalc/tests/src/com/hp/creals/
H A DSlowCRTest.java36 private static void checkEq(CR x, CR y, String s) {
44 private static boolean isApprInt(CR x) {
49 final static CR ZERO = CR.valueOf(0);
50 final static CR ONE = CR.valueOf(1);
51 final static CR TWO = CR.valueOf(2);
52 final static CR BI
[all...]
H A DCRTest.java57 private static void check_eq(CR x, CR y, String s) {
69 CR zero = CR.valueOf(0);
70 CR one = CR.valueOf(1);
71 CR two = CR.valueOf(2);
84 CR three = two.add(one);
85 CR fou
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DConstantRange.h106 bool contains(const ConstantRange &CR) const;
147 bool operator==(const ConstantRange &CR) const {
148 return Lower == CR.Lower && Upper == CR.Upper;
150 bool operator!=(const ConstantRange &CR) const {
151 return !operator==(CR);
165 ConstantRange intersectWith(const ConstantRange &CR) const;
173 ConstantRange unionWith(const ConstantRange &CR) const;
258 inline raw_ostream &operator<<(raw_ostream &OS, const ConstantRange &CR) { argument
259 CR
[all...]
/external/icu/icu4c/source/data/brkitr/rules/
H A Dsent.txt19 $CR = [\p{Sentence_Break = CR}];
55 # Rule 3 - break after separators. Keep CR/LF together.
57 $CR $LF;
63 [^$Sep $CR $LF]? ($Extend | $Format)*;
73 $NotLettersEx = [^$OLetter $Upper $Lower $Sep $CR $LF $ATerm $STerm] ($Extend | $Format)*;
80 ($STermEx | $ATermEx) $CloseEx* $SpEx* ($Sep | $CR | $LF)?;
83 [[^$STerm $ATerm $Close $Sp $Sep $LF $CR $Format $Extend]{bof}] ($Extend | $Format | $Close | $Sp)* .;
84 [[^$STerm $ATerm $Close $Sp $Sep $LF $CR $Format $Extend]{bof}] ($Extend | $Format | $Close | $Sp)* ([$Sep $LF $CR {eo
[all...]
H A Dsent_el.txt19 $CR = [\p{Sentence_Break = CR}];
55 # Rule 3 - break after separators. Keep CR/LF together.
57 $CR $LF;
63 [^$Sep $CR $LF]? ($Extend | $Format)*;
73 $NotLettersEx = [^$OLetter $Upper $Lower $Sep $CR $LF $ATerm $STerm] ($Extend | $Format)*;
80 ($STermEx | $ATermEx) $CloseEx* $SpEx* ($Sep | $CR | $LF)?;
83 [[^$STerm $ATerm $Close $Sp $Sep $LF $CR $Format $Extend]{bof}] ($Extend | $Format | $Close | $Sp)* .;
84 [[^$STerm $ATerm $Close $Sp $Sep $LF $CR $Format $Extend]{bof}] ($Extend | $Format | $Close | $Sp)* ([$Sep $LF $CR {eo
[all...]
H A Dchar.txt17 $CR = [\p{Grapheme_Cluster_Break = CR}];
51 $CR $LF;
58 [^$Control $CR $LF] ($Extend | $ZWJ);
61 [^$Control $CR $LF] $SpacingMark;
64 $Prepend [^$Control $CR $LF];
81 $LF $CR;
87 ($Extend | $ZWJ) [^$Control $CR $LF]; #note that this will chain into Regional_Indicator when needed.
90 $SpacingMark [^$Control $CR $LF];
93 [^$Control $CR
[all...]
/external/llvm/lib/IR/
H A DConstantRange.cpp55 const ConstantRange &CR) {
56 if (CR.isEmptySet())
57 return CR;
59 uint32_t W = CR.getBitWidth();
64 return CR;
66 if (CR.isSingleElement())
67 return ConstantRange(CR.getUpper(), CR.getLower());
70 APInt UMax(CR.getUnsignedMax());
76 APInt SMax(CR
54 makeAllowedICmpRegion(CmpInst::Predicate Pred, const ConstantRange &CR) argument
120 makeSatisfyingICmpRegion(CmpInst::Predicate Pred, const ConstantRange &CR) argument
[all...]
/external/llvm/include/llvm/IR/
H A DConstantRange.h159 bool contains(const ConstantRange &CR) const;
195 bool operator==(const ConstantRange &CR) const {
196 return Lower == CR.Lower && Upper == CR.Upper;
198 bool operator!=(const ConstantRange &CR) const {
199 return !operator==(CR);
207 ConstantRange difference(const ConstantRange &CR) const;
216 ConstantRange intersectWith(const ConstantRange &CR) const;
224 ConstantRange unionWith(const ConstantRange &CR) const;
316 inline raw_ostream &operator<<(raw_ostream &OS, const ConstantRange &CR) { argument
[all...]
/external/clang/test/CodeGen/
H A Dpointer-signext.c10 #define CR(Record, TYPE, Field) \ macro
30 Entry = CR (Link, MEMORY_MAP, Link);
/external/icu/icu4c/source/test/testdata/break_rules/
H A Dsentence.txt11 CR = [\p{Sentence_Break = CR}];
26 ParaSep = [Sep CR LF];
36 SB3: CR LF;
46 SB9: SATerm ExtFmt* (Close ExtFmt*)* (Sp ExtFmt*)* (CR LF | ParaSep)? ÷;
H A Dgrapheme.txt17 CR = [\p{Grapheme_Cluster_Break = CR}];
47 GB3: CR LF;
48 GB4: (Control | CR | LF) ÷;
49 GB5: . ÷ (Control | CR | LF);
/external/apache-http/src/org/apache/http/protocol/
H A DHTTP.java50 public static final int CR = 13; // <US-ASCII CR, carriage return (13)> field in class:HTTP
98 return ch == SP || ch == HT || ch == CR || ch == LF;
/external/syslinux/core/
H A Ddiskfs.inc127 db ' H. Peter Anvin et al', CR, LF, 0
128 err_bootfailed db CR, LF, 'Boot failed: please change disks and press '
129 db 'a key to continue.', CR, LF, 0
/external/clang/lib/StaticAnalyzer/Checkers/
H A DStackAddrEscapeChecker.cpp54 if (const CompoundLiteralRegion* CR = dyn_cast<CompoundLiteralRegion>(R)) {
55 const CompoundLiteralExpr *CL = CR->getLiteralExpr();
/external/llvm/lib/Support/
H A DConvertUTFWrapper.cpp71 ConversionResult CR = ConvertUTF32toUTF8(&SourceStart, SourceEnd, local
74 if (CR != conversionOK)
121 ConversionResult CR = local
123 assert(CR != targetExhausted);
125 if (CR != conversionOK) {
166 ConversionResult CR = local
168 assert(CR != targetExhausted);
170 if (CR != conversionOK) {
/external/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp436 for (const auto &CR : Function.CountedRegions)
437 if (CR.Kind == CounterMappingRegion::ExpansionRegion)
438 IsNotExpandedFile[CR.ExpandedFileID] = false;
466 for (const auto &CR : Function.CountedRegions)
467 if (FileIDs.test(CR.FileID)) {
468 Regions.push_back(CR);
469 if (MainFileID && isExpansion(CR, *MainFileID))
470 FileCoverage.Expansions.emplace_back(CR, Function);
508 for (const auto &CR : Function.CountedRegions)
509 if (CR
[all...]
/external/glide/third_party/disklrucache/src/main/java/com/bumptech/glide/disklrucache/
H A DStrictLineReader.java46 private static final byte CR = (byte) '\r'; field in class:StrictLineReader
140 int lineEnd = (i != pos && buf[i - 1] == CR) ? i - 1 : i;
151 int length = (count > 0 && buf[count - 1] == CR) ? count - 1 : count;
/external/jline/src/src/main/java/jline/
H A DConsoleOperations.java18 final String CR = System.getProperty("line.separator"); field in interface:ConsoleOperations
/external/syslinux/efi32/include/efi/protocol/
H A Dvgaclass.h76 #define VGA_CON_OUT_DEV_FROM_THIS(a) CR(a, VGA_CON_OUT_DEV, ConOut, VGA_CON_OUT_DEV_SIGNATURE)
/external/syslinux/efi64/include/efi/protocol/
H A Dvgaclass.h76 #define VGA_CON_OUT_DEV_FROM_THIS(a) CR(a, VGA_CON_OUT_DEV, ConOut, VGA_CON_OUT_DEV_SIGNATURE)
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/protocol/
H A Dvgaclass.h76 #define VGA_CON_OUT_DEV_FROM_THIS(a) CR(a, VGA_CON_OUT_DEV, ConOut, VGA_CON_OUT_DEV_SIGNATURE)

Completed in 970 milliseconds

1234567