Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/runtime/test/Unit/
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 …]
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 …]
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 …]
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 …]
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 …]
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 …]
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 …]
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 …]
/frameworks/base/core/java/android/gesture/
DLearner.java83 abstract ArrayList<Prediction> classify(int sequenceType, int orientationType, float[] vector); in classify() method in Learner
DInstanceLearner.java44 ArrayList<Prediction> classify(int sequenceType, int orientationType, float[] vector) { in classify() method in InstanceLearner
DGestureStore.java139 return mClassifier.classify(mSequenceType, mOrientationStyle, instance.vector); in recognize()
/frameworks/base/docs/html/guide/topics/processes/
Dprocess-lifecycle.jd106 <p>When deciding how to classify a process, the system will base its decision on the most