OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newFloaty
(Results
1 - 3
of
3
) sorted by null
/cts/tests/tests/renderscript/src/android/renderscript/cts/
CoreMathVerifier.java
225
return t.
newFloaty
(Math.PI);
233
return t.
newFloaty
(Double.NEGATIVE_INFINITY, Double.NaN, Double.POSITIVE_INFINITY);
241
Target.Floaty in = t.
newFloaty
(d);
242
return t.
newFloaty
(
260
Target.Floaty in = t.
newFloaty
(d);
261
return t.
newFloaty
(
284
Target.Floaty in = t.
newFloaty
(d);
285
return t.
newFloaty
(
302
Target.Floaty in = t.
newFloaty
(d);
303
return t.
newFloaty
(
[
all
...]
Target.java
113
Floaty
newFloaty
(double a) {
117
Floaty
newFloaty
(double a, double b) {
121
Floaty
newFloaty
(double a, double b, double c) {
125
Floaty
newFloaty
(double a, double b, double c, double d) {
129
Floaty
newFloaty
(double a, double b, double c, double d, double e) {
FloatyUnitTest.java
234
Target.Floaty normalFloaty = t.
newFloaty
(normalHalf);
248
Target.Floaty normalFloaty = t.
newFloaty
(normalHalf);
270
Target.Floaty normalFloaty = t.
newFloaty
(normalFloat2);
283
Target.Floaty subnormalFloaty = t.
newFloaty
(subnormalFloat);
296
Target.Floaty halfFloaty = t.
newFloaty
(normalHalf);
315
Target.Floaty negativeHalfFloaty = t.
newFloaty
(negativeNormalHalf);
373
floaty = t.
newFloaty
(Float16Utils.MIN_NORMAL);
379
floaty = t.
newFloaty
(-Float16Utils.MIN_NORMAL);
Completed in 88 milliseconds