Home
last modified time | relevance | path

Searched refs:classify (Results 1 – 25 of 30) sorted by relevance

12

/external/compiler-rt/test/Unit/
Dmultc3_test.c29 classify(long double _Complex x) in classify() function
65 switch (classify(dividend)) in test__multc3()
68 switch (classify(divisor)) in test__multc3()
71 if (classify(r) != zero) in test__multc3()
75 if (classify(r) != zero) in test__multc3()
79 if (classify(r) != NaN) in test__multc3()
83 if (classify(r) != NaN) in test__multc3()
87 if (classify(r) != NaN) in test__multc3()
93 switch (classify(divisor)) in test__multc3()
96 if (classify(r) != zero) in test__multc3()
[all …]
Dmulxc3_test.c29 classify(long double _Complex x) in classify() function
65 switch (classify(dividend)) in test__mulxc3()
68 switch (classify(divisor)) in test__mulxc3()
71 if (classify(r) != zero) in test__mulxc3()
75 if (classify(r) != zero) in test__mulxc3()
79 if (classify(r) != NaN) in test__mulxc3()
83 if (classify(r) != NaN) in test__mulxc3()
87 if (classify(r) != NaN) in test__mulxc3()
93 switch (classify(divisor)) in test__mulxc3()
96 if (classify(r) != zero) in test__mulxc3()
[all …]
Ddivxc3_test.c29 classify(long double _Complex x) in classify() function
65 switch (classify(dividend)) in test__divxc3()
68 switch (classify(divisor)) in test__divxc3()
71 if (classify(r) != NaN) in test__divxc3()
75 if (classify(r) != zero) in test__divxc3()
79 if (classify(r) != zero) in test__divxc3()
83 if (classify(r) != NaN) in test__divxc3()
87 if (classify(r) != NaN) in test__divxc3()
93 switch (classify(divisor)) in test__divxc3()
96 if (classify(r) != inf) in test__divxc3()
[all …]
Dmulsc3_test.c26 classify(float _Complex x) in classify() function
62 switch (classify(dividend)) in test__mulsc3()
65 switch (classify(divisor)) in test__mulsc3()
68 if (classify(r) != zero) in test__mulsc3()
72 if (classify(r) != zero) in test__mulsc3()
76 if (classify(r) != NaN) in test__mulsc3()
80 if (classify(r) != NaN) in test__mulsc3()
84 if (classify(r) != NaN) in test__mulsc3()
90 switch (classify(divisor)) in test__mulsc3()
93 if (classify(r) != zero) in test__mulsc3()
[all …]
Ddivtc3_test.c29 classify(long double _Complex x) in classify() function
66 switch (classify(dividend)) in test__divtc3()
69 switch (classify(divisor)) in test__divtc3()
72 if (classify(r) != NaN) in test__divtc3()
76 if (classify(r) != zero) in test__divtc3()
80 if (classify(r) != zero) in test__divtc3()
84 if (classify(r) != NaN) in test__divtc3()
88 if (classify(r) != NaN) in test__divtc3()
94 switch (classify(divisor)) in test__divtc3()
97 if (classify(r) != inf) in test__divtc3()
[all …]
Ddivdc3_test.c26 classify(double _Complex x) in classify() function
62 switch (classify(dividend)) in test__divdc3()
65 switch (classify(divisor)) in test__divdc3()
68 if (classify(r) != NaN) in test__divdc3()
72 if (classify(r) != zero) in test__divdc3()
76 if (classify(r) != zero) in test__divdc3()
80 if (classify(r) != NaN) in test__divdc3()
84 if (classify(r) != NaN) in test__divdc3()
90 switch (classify(divisor)) in test__divdc3()
93 if (classify(r) != inf) in test__divdc3()
[all …]
Ddivsc3_test.c26 classify(float _Complex x) in classify() function
62 switch (classify(dividend)) in test__divsc3()
65 switch (classify(divisor)) in test__divsc3()
68 if (classify(r) != NaN) in test__divsc3()
72 if (classify(r) != zero) in test__divsc3()
76 if (classify(r) != zero) in test__divsc3()
80 if (classify(r) != NaN) in test__divsc3()
84 if (classify(r) != NaN) in test__divsc3()
90 switch (classify(divisor)) in test__divsc3()
93 if (classify(r) != inf) in test__divsc3()
[all …]
Dmuldc3_test.c26 classify(double _Complex x) in classify() function
62 switch (classify(dividend)) in test__muldc3()
65 switch (classify(divisor)) in test__muldc3()
68 if (classify(r) != zero) in test__muldc3()
72 if (classify(r) != zero) in test__muldc3()
76 if (classify(r) != NaN) in test__muldc3()
80 if (classify(r) != NaN) in test__muldc3()
84 if (classify(r) != NaN) in test__muldc3()
90 switch (classify(divisor)) in test__muldc3()
93 if (classify(r) != zero) in test__muldc3()
[all …]
/external/guava/guava/src/com/google/common/collect/
DComparisonChain.java68 return classify(left.compareTo(right));
72 return classify(comparator.compare(left, right));
75 return classify(Ints.compare(left, right));
78 return classify(Longs.compare(left, right));
81 return classify(Float.compare(left, right));
84 return classify(Double.compare(left, right));
87 return classify(Booleans.compare(left, right));
89 ComparisonChain classify(int result) {
/external/iproute2/examples/diffserv/
DREADME41 *classify:
74 classify based on the DSCPs and use the policer ids to decide tagging
77 *classify on ingress:
/external/clang/lib/Analysis/
DUninitializedValues.cpp308 void classify(const Expr *E, Class C);
346 void ClassifyRefs::classify(const Expr *E, Class C) { in classify() function in ClassifyRefs
369 classify(BO->getLHS(), Use); in VisitBinaryOperator()
371 classify(BO->getLHS(), Ignore); in VisitBinaryOperator()
378 classify(UO->getSubExpr(), Use); in VisitUnaryOperator()
388 classify(*I, Ignore); in VisitCallExpr()
393 classify(CE->getSubExpr(), Use); in VisitCastExpr()
399 classify(CSE->getSubExpr(), Ignore); in VisitCastExpr()
/external/webkit/Source/WebCore/platform/graphics/gpu/
DLoopBlinnClassifier.h73 static Result classify(const FloatPoint& c0,
DLoopBlinnClassifier.cpp39 LoopBlinnClassifier::Result LoopBlinnClassifier::classify(const FloatPoint& c0, in classify() function in WebCore::LoopBlinnClassifier
DLoopBlinnPathProcessor.cpp561 … LoopBlinnClassifier::Result classification = LoopBlinnClassifier::classify(seg->getPoint(0), in process()
/external/iptables/extensions/
Dlibxt_CLASSIFY.man1 This module allows you to set the skb\->priority value (and thus classify the packet into a specifi…
/external/skia/src/core/
DSkConcaveToTriangles.cpp218 VertexType classify(Vertex **e0, Vertex **e1);
455 Vertex::VertexType Vertex::classify(Vertex **e0, Vertex **e1) { in classify() function in Vertex
584 Vertex::VertexType type = vt[i].classify(&e0, &e1); in PrintVertices()
610 Vertex::VertexType type = vt->classify(&e0, &e1); in PrintVertexPtrs()
713 switch (vt->classify(&e0, &e1)) { in ConvertPointsToVertices()
/external/clang/lib/CodeGen/
DTargetInfo.cpp527 Class classify(QualType Ty) const;
788 X86_32ABIInfo::Class X86_32ABIInfo::classify(QualType Ty) const { in classify() function in X86_32ABIInfo
808 Class C = classify(Ty); in classifyArgumentTypeWithReg()
1077 void classify(QualType T, uint64_t OffsetBase, Class &Lo, Class &Hi) const;
1143 ABIArgInfo classify(QualType Ty) const;
1305 void X86_64ABIInfo::classify(QualType Ty, uint64_t OffsetBase, in classify() function in X86_64ABIInfo
1343 classify(ET->getDecl()->getIntegerType(), OffsetBase, Lo, Hi); in classify()
1462 classify(AT->getElementType(), Offset, FieldLo, FieldHi); in classify()
1516 classify(i->getType(), Offset, FieldLo, FieldHi); in classify()
1579 classify(i->getType(), Offset, FieldLo, FieldHi); in classify()
[all …]
/external/stlport/doc/
DREADME.utf85 performed, it cannot be used to classify characters so it is not enough info
/external/mksh/src/
Dedit.c3304 #define is_bad(c) (classify[(c)&0x7f]&vB)
3305 #define is_cmd(c) (classify[(c)&0x7f]&(vM|vE|vC|vU))
3306 #define is_move(c) (classify[(c)&0x7f]&vM)
3307 #define is_extend(c) (classify[(c)&0x7f]&vE)
3308 #define is_long(c) (classify[(c)&0x7f]&vX)
3309 #define is_undoable(c) (!(classify[(c)&0x7f]&vU))
3310 #define is_srch(c) (classify[(c)&0x7f]&vS)
3311 #define is_zerocount(c) (classify[(c)&0x7f]&vZ)
3313 static const unsigned char classify[128] = { variable
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_button.mm133 // so don't classify this as a drag for that case.
/external/llvm/include/llvm/Target/
DTarget.td507 /// The target specific parser must be able to classify a parsed operand into a
564 // The target specific parser must be able to classify an parsed operand into
583 // The target specific parser must be able to classify an parsed operand into
/external/libvorbis/doc/
D08-residue.tex30 however the high-level process used to classify and encode the residue
/external/chromium/chrome/browser/ui/cocoa/toolbar/
Dtoolbar_controller.mm783 // If the input is plain text, classify the input and make the URL.
/external/clang/test/
Dcxx-sections.data571 20.2.3 [concept.classify]
/external/chromium/chrome/browser/ui/cocoa/tabs/
Dtab_strip_controller.mm1886 // If the input is plain text, classify the input and make the URL.

12