OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inLeftVectorDouble
(Results
1 - 6
of
6
) sorted by null
/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestDistance.java
411
public double
inLeftVectorDouble
;
459
args.
inLeftVectorDouble
= Float16Utils.convertFloat16ToDouble(args.inLeftVector);
504
public double[]
inLeftVectorDouble
;
551
args.
inLeftVectorDouble
= new double[2];
557
args.
inLeftVectorDouble
[j] = Float16Utils.convertFloat16ToDouble(args.inLeftVector[j]);
648
args.
inLeftVectorDouble
= new double[3];
[
all
...]
TestDot.java
411
public double
inLeftVectorDouble
;
459
args.
inLeftVectorDouble
= Float16Utils.convertFloat16ToDouble(args.inLeftVector);
504
public double[]
inLeftVectorDouble
;
551
args.
inLeftVectorDouble
= new double[2];
557
args.
inLeftVectorDouble
[j] = Float16Utils.convertFloat16ToDouble(args.inLeftVector[j]);
648
args.
inLeftVectorDouble
= new double[3];
654
args.
inLeftVectorDouble
[j] = Float16Utils.convertFloat16ToDouble(args.inLeftVector[j]);
[
all
...]
TestNativeDistance.java
411
public double
inLeftVectorDouble
;
459
args.
inLeftVectorDouble
= Float16Utils.convertFloat16ToDouble(args.inLeftVector);
504
public double[]
inLeftVectorDouble
;
551
args.
inLeftVectorDouble
= new double[2];
557
args.
inLeftVectorDouble
[j] = Float16Utils.convertFloat16ToDouble(args.inLeftVector[j]);
[
all
...]
TestCross.java
245
public double[]
inLeftVectorDouble
;
292
args.
inLeftVectorDouble
= new double[3];
299
args.
inLeftVectorDouble
[j] = Float16Utils.convertFloat16ToDouble(args.inLeftVector[j]);
394
args.
inLeftVectorDouble
= new double[4];
401
args.
inLeftVectorDouble
[j] = Float16Utils.convertFloat16ToDouble(args.inLeftVector[j]);
TestNativeDivide.java
387
public double
inLeftVectorDouble
;
435
args.
inLeftVectorDouble
= Float16Utils.convertFloat16ToDouble(args.inLeftVector);
523
args.
inLeftVectorDouble
= Float16Utils.convertFloat16ToDouble(args.inLeftVector);
611
args.
inLeftVectorDouble
= Float16Utils.convertFloat16ToDouble(args.inLeftVector);
[
all
...]
/cts/tests/tests/renderscript/src/android/renderscript/cts/
CoreMathVerifier.java
[
all
...]
Completed in 7714 milliseconds