OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:outSignOfGamma
(Results
1 - 3
of
3
) sorted by null
/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestLgamma.rs
41
int
outSignOfGamma
= 0;
42
float out = lgamma(inV, &
outSignOfGamma
);
43
rsSetElementAt_int(gAllocOutSignOfGamma,
outSignOfGamma
, x);
48
int2
outSignOfGamma
= 0;
49
float2 out = lgamma(inV, &
outSignOfGamma
);
50
rsSetElementAt_int2(gAllocOutSignOfGamma,
outSignOfGamma
, x);
55
int3
outSignOfGamma
= 0;
56
float3 out = lgamma(inV, &
outSignOfGamma
);
57
rsSetElementAt_int3(gAllocOutSignOfGamma,
outSignOfGamma
, x);
62
int4
outSignOfGamma
= 0
[
all
...]
TestLgamma.java
342
public int
outSignOfGamma
;
349
Allocation
outSignOfGamma
= Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 1), INPUTSIZE);
351
script.set_gAllocOutSignOfGamma(
outSignOfGamma
);
353
verifyResultsLgammaFloatIntFloat(inV,
outSignOfGamma
, out, false);
354
outSignOfGamma
.destroy();
360
Allocation
outSignOfGamma
= Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 1), INPUTSIZE);
362
scriptRelaxed.set_gAllocOutSignOfGamma(
outSignOfGamma
);
364
verifyResultsLgammaFloatIntFloat(inV,
outSignOfGamma
, out, true);
365
outSignOfGamma
.destroy();
373
private void verifyResultsLgammaFloatIntFloat(Allocation inV, Allocation
outSignOfGamma
, Allocation out, boolean relaxed)
[
all
...]
/cts/tests/tests/renderscript/src/android/renderscript/cts/
CoreMathVerifier.java
[
all
...]
Completed in 104 milliseconds