Searched defs:inMantissa (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/ |
D | TestLdexp.java | 48 public float inMantissa; field in TestLdexp.ArgumentsFloatIntFloat 54 …Allocation inMantissa = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0xdffd225490f0e2… in checkLdexpFloatIntFloat() local 78 …private void verifyResultsLdexpFloatIntFloat(Allocation inMantissa, Allocation inExponent, Allocat… in verifyResultsLdexpFloatIntFloat() 137 …Allocation inMantissa = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 2, 0x7d0b1a44fe9289… in checkLdexpFloat2Int2Float2() local 161 …private void verifyResultsLdexpFloat2Int2Float2(Allocation inMantissa, Allocation inExponent, Allo… in verifyResultsLdexpFloat2Int2Float2() 220 …Allocation inMantissa = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 3, 0xa8e041253fa333… in checkLdexpFloat3Int3Float3() local 244 …private void verifyResultsLdexpFloat3Int3Float3(Allocation inMantissa, Allocation inExponent, Allo… in verifyResultsLdexpFloat3Int3Float3() 303 …Allocation inMantissa = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 4, 0x49efd0a62f5d3e… in checkLdexpFloat4Int4Float4() local 327 …private void verifyResultsLdexpFloat4Int4Float4(Allocation inMantissa, Allocation inExponent, Allo… in verifyResultsLdexpFloat4Int4Float4() 386 …Allocation inMantissa = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 2, 0x6a72b89838bd38… in checkLdexpFloat2IntFloat2() local [all …]
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | CoreMathVerifier.java | 2126 Target.Floaty inMantissa = t.new32(args.inMantissa); in computeLdexp() local
|