OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:arrayOutCosptr
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/renderscript/src/android/renderscript/cts/
TestNativeSincos.java
68
float[]
arrayOutCosptr
= new float[INPUTSIZE * 1];
69
outCosptr.copyTo(
arrayOutCosptr
);
82
if (!args.outCosptr.couldBe(
arrayOutCosptr
[i * 1 + j], 0.0005)) {
99
arrayOutCosptr
[i * 1 + j], Float.floatToRawIntBits(
arrayOutCosptr
[i * 1 + j]),
arrayOutCosptr
[i * 1 + j]));
100
if (!args.outCosptr.couldBe(
arrayOutCosptr
[i * 1 + j], 0.0005)) {
146
float[]
arrayOutCosptr
= new float[INPUTSIZE * 2];
147
outCosptr.copyTo(
arrayOutCosptr
);
160
if (!args.outCosptr.couldBe(
arrayOutCosptr
[i * 2 + j], 0.0005))
[
all
...]
TestSincos.java
68
float[]
arrayOutCosptr
= new float[INPUTSIZE * 1];
69
outCosptr.copyTo(
arrayOutCosptr
);
82
if (!args.outCosptr.couldBe(
arrayOutCosptr
[i * 1 + j])) {
99
arrayOutCosptr
[i * 1 + j], Float.floatToRawIntBits(
arrayOutCosptr
[i * 1 + j]),
arrayOutCosptr
[i * 1 + j]));
100
if (!args.outCosptr.couldBe(
arrayOutCosptr
[i * 1 + j])) {
146
float[]
arrayOutCosptr
= new float[INPUTSIZE * 2];
147
outCosptr.copyTo(
arrayOutCosptr
);
160
if (!args.outCosptr.couldBe(
arrayOutCosptr
[i * 2 + j]))
[
all
...]
Completed in 66 milliseconds