OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inN
(Results
1 - 6
of
6
) sorted by null
/cts/tests/tests/renderscript/src/android/renderscript/cts/
TestNativeRootn.rs
25
int
inN
= rsGetElementAt_int(gAllocInN, x);
26
return native_rootn(inV,
inN
);
30
int2
inN
= rsGetElementAt_int2(gAllocInN, x);
31
return native_rootn(inV,
inN
);
35
int3
inN
= rsGetElementAt_int3(gAllocInN, x);
36
return native_rootn(inV,
inN
);
40
int4
inN
= rsGetElementAt_int4(gAllocInN, x);
41
return native_rootn(inV,
inN
);
TestRootn.rs
25
int
inN
= rsGetElementAt_int(gAllocInN, x);
26
return rootn(inV,
inN
);
30
int2
inN
= rsGetElementAt_int2(gAllocInN, x);
31
return rootn(inV,
inN
);
35
int3
inN
= rsGetElementAt_int3(gAllocInN, x);
36
return rootn(inV,
inN
);
40
int4
inN
= rsGetElementAt_int4(gAllocInN, x);
41
return rootn(inV,
inN
);
TestNativeRootn.java
39
public int
inN
;
45
Allocation
inN
= createRandomAllocation(mRS, Element.DataType.SIGNED_32, 1, 0x6693fe5c237ac0e9l, false);
48
script.set_gAllocInN(
inN
);
50
verifyResultsNativeRootnFloatIntFloat(inV,
inN
, out, false);
56
scriptRelaxed.set_gAllocInN(
inN
);
58
verifyResultsNativeRootnFloatIntFloat(inV,
inN
, out, true);
64
private void verifyResultsNativeRootnFloatIntFloat(Allocation inV, Allocation
inN
, Allocation out, boolean relaxed) {
68
inN
.copyTo(arrayInN);
76
args.
inN
= arrayInN[i];
91
message.append("Input
inN
: ")
[
all
...]
TestRootn.java
39
public int
inN
;
45
Allocation
inN
= createRandomAllocation(mRS, Element.DataType.SIGNED_32, 1, 0x37d0d9514daae0c4l, false);
48
script.set_gAllocInN(
inN
);
50
verifyResultsRootnFloatIntFloat(inV,
inN
, out, false);
56
scriptRelaxed.set_gAllocInN(
inN
);
58
verifyResultsRootnFloatIntFloat(inV,
inN
, out, true);
64
private void verifyResultsRootnFloatIntFloat(Allocation inV, Allocation
inN
, Allocation out, boolean relaxed) {
68
inN
.copyTo(arrayInN);
76
args.
inN
= arrayInN[i];
91
message.append("Input
inN
: ")
[
all
...]
CoreMathVerifier.java
480
static private Target.Floaty rootn(float inV, int
inN
, Target t) {
489
if ((
inN
& 0x1) == 0x1) {
490
value = Math.copySign(pow(Math.abs(inV), 1.f /
inN
),
493
value = pow(inV, 1.f /
inN
);
495
if (
inN
== 0) {
[
all
...]
/external/llvm/lib/Target/XCore/
XCoreISelDAGToDAG.cpp
56
inline bool immMskBitp(SDNode *
inN
) const {
57
ConstantSDNode *N = cast<ConstantSDNode>(
inN
);
Completed in 1944 milliseconds