Searched defs:outExponent (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/ |
D | TestFrexp.java | 42 public int outExponent; field in TestFrexp.ArgumentsFloatIntFloat 49 …Allocation outExponent = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 1… in checkFrexpFloatIntFloat() local 58 …Allocation outExponent = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 1… in checkFrexpFloatIntFloat() local 68 …private void verifyResultsFrexpFloatIntFloat(Allocation inV, Allocation outExponent, Allocation ou… in verifyResultsFrexpFloatIntFloat() 137 …Allocation outExponent = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 2… in checkFrexpFloat2Int2Float2() local 146 …Allocation outExponent = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 2… in checkFrexpFloat2Int2Float2() local 156 …private void verifyResultsFrexpFloat2Int2Float2(Allocation inV, Allocation outExponent, Allocation… in verifyResultsFrexpFloat2Int2Float2() 225 …Allocation outExponent = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 3… in checkFrexpFloat3Int3Float3() local 234 …Allocation outExponent = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 3… in checkFrexpFloat3Int3Float3() local 244 …private void verifyResultsFrexpFloat3Int3Float3(Allocation inV, Allocation outExponent, Allocation… in verifyResultsFrexpFloat3Int3Float3() [all …]
|