Searched defs:outExponent (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/ |
D | TestFrexp.java | 49 public int outExponent; field in TestFrexp.ArgumentsFloatIntFloat 56 …Allocation outExponent = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 1… in checkFrexpFloatIntFloat() local 67 …Allocation outExponent = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 1… in checkFrexpFloatIntFloat() local 80 …private void verifyResultsFrexpFloatIntFloat(Allocation inV, Allocation outExponent, Allocation ou… in verifyResultsFrexpFloatIntFloat() 149 …Allocation outExponent = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 2… in checkFrexpFloat2Int2Float2() local 160 …Allocation outExponent = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 2… in checkFrexpFloat2Int2Float2() local 173 …private void verifyResultsFrexpFloat2Int2Float2(Allocation inV, Allocation outExponent, Allocation… in verifyResultsFrexpFloat2Int2Float2() 242 …Allocation outExponent = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 3… in checkFrexpFloat3Int3Float3() local 253 …Allocation outExponent = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 3… in checkFrexpFloat3Int3Float3() local 266 …private void verifyResultsFrexpFloat3Int3Float3(Allocation inV, Allocation outExponent, Allocation… in verifyResultsFrexpFloat3Int3Float3() [all …]
|