OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:inRightVectorDouble
(Results
1 - 5
of
5
) sorted by null
/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestCross.java
247
public double[]
inRightVectorDouble
;
294
args.
inRightVectorDouble
= new double[3];
303
args.
inRightVectorDouble
[j] = Float16Utils.convertFloat16ToDouble(args.inRightVector[j]);
396
args.
inRightVectorDouble
= new double[4];
405
args.
inRightVectorDouble
[j] = Float16Utils.convertFloat16ToDouble(args.inRightVector[j]);
TestDistance.java
413
public double
inRightVectorDouble
;
461
args.
inRightVectorDouble
= Float16Utils.convertFloat16ToDouble(args.inRightVector);
506
public double[]
inRightVectorDouble
;
553
args.
inRightVectorDouble
= new double[2];
561
args.
inRightVectorDouble
[j] = Float16Utils.convertFloat16ToDouble(args.inRightVector[j]);
650
args.
inRightVectorDouble
= new double[3];
[
all
...]
TestDot.java
413
public double
inRightVectorDouble
;
461
args.
inRightVectorDouble
= Float16Utils.convertFloat16ToDouble(args.inRightVector);
506
public double[]
inRightVectorDouble
;
553
args.
inRightVectorDouble
= new double[2];
561
args.
inRightVectorDouble
[j] = Float16Utils.convertFloat16ToDouble(args.inRightVector[j]);
650
args.
inRightVectorDouble
= new double[3];
[
all
...]
TestNativeDistance.java
413
public double
inRightVectorDouble
;
461
args.
inRightVectorDouble
= Float16Utils.convertFloat16ToDouble(args.inRightVector);
506
public double[]
inRightVectorDouble
;
553
args.
inRightVectorDouble
= new double[2];
561
args.
inRightVectorDouble
[j] = Float16Utils.convertFloat16ToDouble(args.inRightVector[j]);
[
all
...]
TestNativeDivide.java
389
public double
inRightVectorDouble
;
437
args.
inRightVectorDouble
= Float16Utils.convertFloat16ToDouble(args.inRightVector);
525
args.
inRightVectorDouble
= Float16Utils.convertFloat16ToDouble(args.inRightVector);
613
args.
inRightVectorDouble
= Float16Utils.convertFloat16ToDouble(args.inRightVector);
[
all
...]
Completed in 341 milliseconds