Home
last modified time | relevance | path

Searched refs:CR (Results 1 – 25 of 449) sorted by relevance

12345678910>>...18

/external/crcalc/src/com/hp/creals/
DUnaryCRFunction.java55 abstract public CR execute(CR x); in execute()
158 public UnaryCRFunction inverseMonotone(CR low, CR high) { in inverseMonotone()
169 public UnaryCRFunction monotoneDerivative(CR low, CR high) { in monotoneDerivative()
177 public CR execute(CR x) { in execute()
183 public CR execute(CR x) { in execute()
189 public CR execute(CR x) { in execute()
195 public CR execute(CR x) { in execute()
201 public CR execute(CR x) { in execute()
211 CR one = CR.valueOf(1);
212 public CR execute(CR x) { in execute()
[all …]
DCR.java164 public abstract class CR extends Number { class
263 public static CR valueOf(BigInteger n) { in valueOf()
271 public static CR valueOf(int n) { in valueOf()
279 public static CR valueOf(long n) { in valueOf()
288 public static CR valueOf(double n) { in valueOf()
301 CR result = valueOf(mantissa).shiftLeft(exp); in valueOf()
311 public static CR valueOf(float n) { in valueOf()
315 public static CR ZERO = valueOf(0);
316 public static CR ONE = valueOf(1);
426 CR simple_ln() { in simple_ln()
[all …]
/external/crcalc/tests/src/com/hp/creals/
DSlowCRTest.java36 private static void checkEq(CR x, CR y, String s) { in checkEq()
44 private static boolean isApprInt(CR x) { in isApprInt()
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 BIG = CR.valueOf(200).exp();
53 final static CR SMALL = BIG.inverse();
54 final static CR HALF_PI = CR.PI.divide(CR.valueOf(2));
59 .monotoneDerivative(ZERO, CR.PI);
66 private static void checkTrig(CR x) { in checkTrig()
[all …]
DCRTest.java57 private static void check_eq(CR x, CR y, String s) { in check_eq()
69 CR zero = CR.valueOf(0); in testCR()
70 CR one = CR.valueOf(1); in testCR()
71 CR two = CR.valueOf(2); in testCR()
84 CR three = two.add(one); in testCR()
85 CR four = two.add(two); in testCR()
86 check_eq(CR.valueOf(4), four, "2 + 2 failed"); in testCR()
87 check_eq(CR.valueOf(3), three, "2 + 1 failed"); in testCR()
93 CR thirteen = CR.valueOf(13); in testCR()
101 CR e = one.exp(); in testCR()
[all …]
/external/llvm/lib/IR/
DConstantRange.cpp55 const ConstantRange &CR) { in makeAllowedICmpRegion() argument
56 if (CR.isEmptySet()) in makeAllowedICmpRegion()
57 return CR; in makeAllowedICmpRegion()
59 uint32_t W = CR.getBitWidth(); in makeAllowedICmpRegion()
64 return CR; in makeAllowedICmpRegion()
66 if (CR.isSingleElement()) in makeAllowedICmpRegion()
67 return ConstantRange(CR.getUpper(), CR.getLower()); in makeAllowedICmpRegion()
70 APInt UMax(CR.getUnsignedMax()); in makeAllowedICmpRegion()
76 APInt SMax(CR.getSignedMax()); in makeAllowedICmpRegion()
82 APInt UMax(CR.getUnsignedMax()); in makeAllowedICmpRegion()
[all …]
/external/llvm/tools/llvm-cov/
DCoverageSummaryInfo.cpp24 for (auto &CR : Function.CountedRegions) { in get() local
25 if (CR.Kind != CounterMappingRegion::CodeRegion) in get()
28 if (CR.ExecutionCount != 0) in get()
40 for (auto &CR : Function.CountedRegions) { in get() local
41 if (CR.FileID != FileID) in get()
43 LineStart = std::min(LineStart, CR.LineStart); in get()
44 LineEnd = std::max(LineEnd, CR.LineEnd); in get()
51 for (auto &CR : Function.CountedRegions) { in get() local
52 if (CR.FileID != FileID) in get()
55 auto ExecutionCount = CR.ExecutionCount; in get()
[all …]
/external/icu/icu4c/source/data/brkitr/
Dchar.txt15 $CR = [\p{Grapheme_Cluster_Break = CR}];
39 $CR $LF;
47 [^$Control $CR $LF] $Extend;
49 [^$Control $CR $LF] $SpacingMark;
50 # TODO: Restore if the Prepend set becomes non-empty again: $Prepend [^$Control $CR $LF];
56 $LF $CR;
63 $Extend [^$Control $CR $LF];
64 $SpacingMark [^$Control $CR $LF];
65 # TODO: Restore if the Prepend set becomes non-empty again: [^$Control $CR $LF] $Prepend;
74 $LF $CR;
[all …]
Dsent.txt16 $CR = [\p{Sentence_Break = CR}];
52 # Rule 3 - break after separators. Keep CR/LF together.
54 $CR $LF;
60 [^$Sep $CR $LF]? ($Extend | $Format)*;
70 $NotLettersEx = [^$OLetter $Upper $Lower $Sep $CR $LF $ATerm $STerm] ($Extend | $Format)*;
77 ($STermEx | $ATermEx) $CloseEx* $SpEx* ($Sep | $CR | $LF)?;
80 [[^$STerm $ATerm $Close $Sp $Sep $LF $CR $Format $Extend]{bof}] ($Extend | $Format | $Close | $Sp)*…
81 …erm $ATerm $Close $Sp $Sep $LF $CR $Format $Extend]{bof}] ($Extend | $Format | $Close | $Sp)* ([$S…
101 [{bof}] (.? | $LF $CR) [^$Sep $CR $LF]* [$Sep $CR $LF {eof}] ($SpEx_R* $CloseEx_R* ($STermEx_R | $A…
116 # (.? | $LF $CR) Match one $Sep instance. Use .? rather than $Sep because position might be
Dsent_el.txt16 $CR = [\p{Sentence_Break = CR}];
52 # Rule 3 - break after separators. Keep CR/LF together.
54 $CR $LF;
60 [^$Sep $CR $LF]? ($Extend | $Format)*;
70 $NotLettersEx = [^$OLetter $Upper $Lower $Sep $CR $LF $ATerm $STerm] ($Extend | $Format)*;
77 ($STermEx | $ATermEx) $CloseEx* $SpEx* ($Sep | $CR | $LF)?;
80 [[^$STerm $ATerm $Close $Sp $Sep $LF $CR $Format $Extend]{bof}] ($Extend | $Format | $Close | $Sp)*…
81 …erm $ATerm $Close $Sp $Sep $LF $CR $Format $Extend]{bof}] ($Extend | $Format | $Close | $Sp)* ([$S…
101 [{bof}] (.? | $LF $CR) [^$Sep $CR $LF]* [$Sep $CR $LF {eof}] ($SpEx_R* $CloseEx_R* ($STermEx_R | $A…
116 # (.? | $LF $CR) Match one $Sep instance. Use .? rather than $Sep because position might be
Dword.txt27 $CR = [\p{Word_Break = CR}];
90 # Rule 3 - CR x LF
92 $CR $LF;
99 [^$CR $LF $Newline]? ($Extend | $Format)+;
186 $LF $CR;
189 ($Format | $Extend)* [^$CR $LF $Newline]?;
Dword_POSIX.txt27 $CR = [\p{Word_Break = CR}];
90 # Rule 3 - CR x LF
92 $CR $LF;
99 [^$CR $LF $Newline]? ($Extend | $Format)+;
186 $LF $CR;
189 ($Format | $Extend)* [^$CR $LF $Newline]?;
/external/llvm/include/llvm/IR/
DConstantRange.h133 bool contains(const ConstantRange &CR) const;
169 bool operator==(const ConstantRange &CR) const {
170 return Lower == CR.Lower && Upper == CR.Upper;
172 bool operator!=(const ConstantRange &CR) const {
173 return !operator==(CR);
181 ConstantRange difference(const ConstantRange &CR) const;
190 ConstantRange intersectWith(const ConstantRange &CR) const;
198 ConstantRange unionWith(const ConstantRange &CR) const;
282 inline raw_ostream &operator<<(raw_ostream &OS, const ConstantRange &CR) {
283 CR.print(OS);
/external/icu/icu4c/source/test/testdata/
DGraphemeBreakTest.txt25 ÷ 0020 ÷ 000D ÷ # ÷ [0.2] SPACE (Other) ÷ [5.0] <CARRIAGE RETURN (CR)> (CR) ÷ [0.3]
26 …0.2] SPACE (Other) × [9.0] COMBINING DIAERESIS (Extend) ÷ [5.0] <CARRIAGE RETURN (CR)> (CR) ÷ [0.3]
51 ÷ 000D ÷ 0020 ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) ÷ [4.0] SPACE (Other) ÷ [0.3]
52 ÷ 000D ÷ 0308 ÷ 0020 ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) ÷ [4.0] COMBINING DIAERESIS (Extend) …
53 ÷ 000D ÷ 000D ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) ÷ [4.0] <CARRIAGE RETURN (CR)> (CR) ÷ [0.3]
54 …000D ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) ÷ [4.0] COMBINING DIAERESIS (Extend) ÷ [5.0] <CARRIA…
55 ÷ 000D × 000A ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) × [3.0] <LINE FEED (LF)> (LF) ÷ [0.3]
56 ÷ 000D ÷ 0308 ÷ 000A ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) ÷ [4.0] COMBINING DIAERESIS (Extend) …
57 ÷ 000D ÷ 0001 ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) ÷ [4.0] <START OF HEADING> (Control) ÷ [0.3]
58 ÷ 000D ÷ 0308 ÷ 0001 ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) ÷ [4.0] COMBINING DIAERESIS (Extend) …
[all …]
DSentenceBreakTest.txt25 ÷ 0001 × 000D ÷ # ÷ [0.2] <START OF HEADING> (Other) × [12.0] <CARRIAGE RETURN (CR)> (CR) ÷ [0.3]
26 …ADING> (Other) × [5.0] COMBINING DIAERESIS (Extend_FE) × [12.0] <CARRIAGE RETURN (CR)> (CR) ÷ [0.3]
53 ÷ 000D ÷ 0001 ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) ÷ [4.0] <START OF HEADING> (Other) ÷ [0.3]
54 ÷ 000D ÷ 0308 × 0001 ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) ÷ [4.0] COMBINING DIAERESIS (Extend_F…
55 ÷ 000D ÷ 000D ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) ÷ [4.0] <CARRIAGE RETURN (CR)> (CR) ÷ [0.3]
56 …0D ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) ÷ [4.0] COMBINING DIAERESIS (Extend_FE) × [12.0] <CARR…
57 ÷ 000D × 000A ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) × [3.0] <LINE FEED (LF)> (LF) ÷ [0.3]
58 ÷ 000D ÷ 0308 × 000A ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) ÷ [4.0] COMBINING DIAERESIS (Extend_F…
59 ÷ 000D ÷ 0085 ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) ÷ [4.0] <NEXT LINE (NEL)> (Sep) ÷ [0.3]
60 ÷ 000D ÷ 0308 × 0085 ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) ÷ [4.0] COMBINING DIAERESIS (Extend_F…
[all …]
DWordBreakTest.txt25 ÷ 0001 ÷ 000D ÷ # ÷ [0.2] <START OF HEADING> (Other) ÷ [3.2] <CARRIAGE RETURN (CR)> (CR) ÷ [0.3]
26 …EADING> (Other) × [4.0] COMBINING DIAERESIS (Extend_FE) ÷ [3.2] <CARRIAGE RETURN (CR)> (CR) ÷ [0.3]
75 ÷ 000D ÷ 0001 ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) ÷ [3.1] <START OF HEADING> (Other) ÷ [0.3]
76 ÷ 000D ÷ 0308 ÷ 0001 ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) ÷ [3.1] COMBINING DIAERESIS (Extend_F…
77 ÷ 000D ÷ 000D ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) ÷ [3.1] <CARRIAGE RETURN (CR)> (CR) ÷ [0.3]
78 …0D ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) ÷ [3.1] COMBINING DIAERESIS (Extend_FE) ÷ [3.2] <CARRI…
79 ÷ 000D × 000A ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) × [3.0] <LINE FEED (LF)> (LF) ÷ [0.3]
80 ÷ 000D ÷ 0308 ÷ 000A ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) ÷ [3.1] COMBINING DIAERESIS (Extend_F…
81 ÷ 000D ÷ 000B ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) ÷ [3.1] <LINE TABULATION> (Newline) ÷ [0.3]
82 ÷ 000D ÷ 0308 ÷ 000B ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) ÷ [3.1] COMBINING DIAERESIS (Extend_F…
[all …]
DLineBreakTest.txt61 × 0023 × 000D ÷ # × [0.3] NUMBER SIGN (AL) × [6.0] <CARRIAGE RETURN (CR)> (CR) ÷ [0.3]
62 … 000D ÷ # × [0.3] NUMBER SIGN (AL) × [7.01] SPACE (SP) × [6.0] <CARRIAGE RETURN (CR)> (CR) ÷ [0.3]
63 …[0.3] NUMBER SIGN (AL) × [9.0] COMBINING DIAERESIS (CM) × [6.0] <CARRIAGE RETURN (CR)> (CR) ÷ [0.3]
64 …L) × [9.0] COMBINING DIAERESIS (CM) × [7.01] SPACE (SP) × [6.0] <CARRIAGE RETURN (CR)> (CR) ÷ [0.3]
217 × 2014 × 000D ÷ # × [0.3] EM DASH (B2) × [6.0] <CARRIAGE RETURN (CR)> (CR) ÷ [0.3]
218 …20 × 000D ÷ # × [0.3] EM DASH (B2) × [7.01] SPACE (SP) × [6.0] <CARRIAGE RETURN (CR)> (CR) ÷ [0.3]
219 … × [0.3] EM DASH (B2) × [9.0] COMBINING DIAERESIS (CM) × [6.0] <CARRIAGE RETURN (CR)> (CR) ÷ [0.3]
220 …2) × [9.0] COMBINING DIAERESIS (CM) × [7.01] SPACE (SP) × [6.0] <CARRIAGE RETURN (CR)> (CR) ÷ [0.3]
373 × 0009 × 000D ÷ # × [0.3] <CHARACTER TABULATION> (BA) × [6.0] <CARRIAGE RETURN (CR)> (CR) ÷ [0.3]
374 …× [0.3] <CHARACTER TABULATION> (BA) × [7.01] SPACE (SP) × [6.0] <CARRIAGE RETURN (CR)> (CR) ÷ [0.3]
[all …]
/external/llvm/lib/ProfileData/
DCoverageMapping.cpp371 for (const auto &CR : Function.CountedRegions) in findMainViewFileID() local
372 if (CR.Kind == CounterMappingRegion::ExpansionRegion && in findMainViewFileID()
373 FilenameEquivalence[CR.FileID]) in findMainViewFileID()
374 IsNotExpandedFile[CR.ExpandedFileID] = false; in findMainViewFileID()
384 for (const auto &CR : Function.CountedRegions) in findMainViewFileID() local
385 if (CR.Kind == CounterMappingRegion::ExpansionRegion) in findMainViewFileID()
386 IsNotExpandedFile[CR.ExpandedFileID] = false; in findMainViewFileID()
417 for (const auto &CR : Function.CountedRegions) in getCoverageForFile() local
418 if (FileIDs.test(CR.FileID)) { in getCoverageForFile()
419 Regions.push_back(CR); in getCoverageForFile()
[all …]
/external/llvm/lib/Support/
DConvertUTFWrapper.cpp68 ConversionResult CR = ConvertUTF32toUTF8(&SourceStart, SourceEnd, in ConvertCodePointToUTF8() local
71 if (CR != conversionOK) in ConvertCodePointToUTF8()
118 ConversionResult CR = in convertUTF16ToUTF8String() local
120 assert(CR != targetExhausted); in convertUTF16ToUTF8String()
122 if (CR != conversionOK) { in convertUTF16ToUTF8String()
156 ConversionResult CR = in convertUTF8ToUTF16String() local
158 assert(CR != targetExhausted); in convertUTF8ToUTF16String()
160 if (CR != conversionOK) { in convertUTF8ToUTF16String()
/external/valgrind/none/tests/ppc64/
Djm_int_isa_2_07.stdout.exp-LE11 stbcx. abefcd0145236789,1155337744226688 => 0000000000000089,0000000000000001; CR=20000000
13 sthcx. abefcd0145236789,1155337744226688 => 0000000000006789,0000000000000001; CR=20000000
15 stqcx. abefcd0145236789,1155337744226688 => 1155337744226688,abefcd0145236789; CR=20000000
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/data/tokenization/
Dtest4.test95 {"description":"CR EOF after doctype name",
99 {"description":"CR EOF in tag name",
248 {"description":"CR followed by non-LF",
252 {"description":"CR at EOF",
260 {"description":"CR LF",
264 {"description":"CR CR",
272 {"description":"LF CR",
276 {"description":"text CR CR CR text",
/external/clang/test/CodeGen/
Dpointer-signext.c10 #define CR(Record, TYPE, Field) \ macro
30 Entry = CR (Link, MEMORY_MAP, Link); in test()
/external/glide/third_party/disklrucache/src/main/java/com/bumptech/glide/disklrucache/
DStrictLineReader.java46 private static final byte CR = (byte) '\r'; field in StrictLineReader
140 int lineEnd = (i != pos && buf[i - 1] == CR) ? i - 1 : i; in readLine()
151 int length = (count > 0 && buf[count - 1] == CR) ? count - 1 : count; in readLine()
/external/llvm/test/CodeGen/ARM/
Ddebug-info-blocks.ll28 %struct.CR = type { %struct.CP, %struct.CP }
48 %bounds = alloca %struct.CR, align 4
49 %data = alloca %struct.CR, align 4
53 %2 = bitcast %struct.CR* %bounds to %1*
56 …call void @llvm.dbg.declare(metadata %struct.CR* %bounds, metadata !132, metadata !DIExpression())…
57 %4 = bitcast %struct.CR* %data to %1*
60 …call void @llvm.dbg.declare(metadata %struct.CR* %data, metadata !134, metadata !DIExpression()), …
83 %24 = bitcast i8* %23 to %struct.CR*, !dbg !143
84 %25 = bitcast %struct.CR* %24 to i8*, !dbg !143
85 %26 = bitcast %struct.CR* %data to i8*, !dbg !143
[all …]
/external/valgrind/VEX/orig_ppc32/
Ddate.orig333 64: ICRFL t50, $0x7, CR
414 42: ICRFL t28, $0x0, CR
451 14: ICRFL t12, $0x1, CR
467 3: ICRFL t2, $0x0, CR
496 8: ICRFL t6, $0x1, CR
540 23: ICRFL t18, $0x1, CR
581 20: ICRFL t12, $0x6, CR
604 8: ICRFL t6, $0x7, CR
647 6: ICRFL t6, $0x6, CR
669 7: ICRFL t6, $0x7, CR
[all …]
Dreturn0.orig333 64: ICRFL t50, $0x7, CR
414 42: ICRFL t28, $0x0, CR
451 14: ICRFL t12, $0x1, CR
467 3: ICRFL t2, $0x0, CR
496 8: ICRFL t6, $0x1, CR
540 23: ICRFL t18, $0x1, CR
581 20: ICRFL t12, $0x6, CR
604 8: ICRFL t6, $0x7, CR
647 6: ICRFL t6, $0x6, CR
669 7: ICRFL t6, $0x7, CR
[all …]

12345678910>>...18