Home
last modified time | relevance | path

Searched refs:F64 (Results 1 – 14 of 14) sorted by relevance

/cts/tests/tests/rsblas/src/android/renderscript/cts/
DIntrinsicBLAS.java81 … mMatrixD.add(Allocation.createTyped(mRS, Type.createXY(mRS, Element.F64(mRS), x, y))); in setUp()
253 } else if (elemA.isCompatible(Element.F64(mRS))) { in xGEMV_API_test()
375 …Allocation matrixAD = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F64(mRS), mBLASData.d… in test_L2_DGEMV_Correctness()
376 …Allocation vectorXD = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F64(mRS), mBLASData.d… in test_L2_DGEMV_Correctness()
377 …Allocation vectorYD = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F64(mRS), mBLASData.d… in test_L2_DGEMV_Correctness()
384 …Allocation vectorYRef = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F64(mRS), mBLASData… in test_L2_DGEMV_Correctness()
394 … vectorYRef = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F64(mRS), mBLASData.dN, 1)); in test_L2_DGEMV_Correctness()
410 vectorXD = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F64(mRS), dimX, 1)); in test_L2_DGEMV_Correctness()
411 vectorYD = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F64(mRS), dimY, 1)); in test_L2_DGEMV_Correctness()
416 vectorYRef = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F64(mRS), dimY, 1)); in test_L2_DGEMV_Correctness()
[all …]
/cts/tests/tests/rscpp/librscpptest/
Drs_jni_element.cpp110 passed &= (Element::F64(mRS) != nullptr); in Java_android_cts_rscpp_RSElementTest_testPrebuiltElements()
177 sp<const Element> F64 = Element::F64(mRS); in Java_android_cts_rscpp_RSElementTest_testIsCompatible() local
204 F32_3, F32_4, F64, I16, I32, I64, I8, in Java_android_cts_rscpp_RSElementTest_testIsCompatible()
246 eb->add(Element::F64(mRS), "F64", arraySize); in Java_android_cts_rscpp_RSElementTest_testElementBuilder()
Drs_jni_type.cpp81 passed &= testTypeBuilderHelper(mRS, Element::F64(mRS)); in Java_android_cts_rscpp_RSTypeTest_testCreate()
Drs_jni_foreach.cpp208 t = Type::create(mRS, Element::F64(mRS), x, 0, 0); in Java_android_cts_rscpp_RSForEachTest_testForEach()
Drs_jni_allocation.cpp75 createTypedHelper(rs, Element::F64(rs)); in Java_android_cts_rscpp_RSAllocationTest_typedTest()
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DElementTest.java75 assertTrue(Element.F64(mRS) != null); in testPrebuiltElements()
200 Element[] F64 = { Element.F64(mRS) }; in testIsCompatible() local
249 F64, I16, I32, I64, I8, in testIsCompatible()
292 eb.add(Element.F64(mRS), "F64", arraySize); in testElementBuilder()
362 assertFalse(Element.F64(mRS).isComplex()); in testIsComplex()
DVLoadTest.java347 testSetup(Type.createX(mRS, Element.F64(mRS), w)); in testVload_double()
359 testSetup(Type.createX(mRS, Element.F64(mRS), w)); in testVload_double_relaxed()
DTypeTest.java58 testTypeBuilderHelper(Element.F64(mRS)); in testTypeBuilder()
DKernelInputTest.java121 Allocation ain = Allocation.createSized(mRS, Element.F64(mRS), 1); in testInputNotModified_double()
122 Allocation tmp = Allocation.createSized(mRS, Element.F64(mRS), 1); in testInputNotModified_double()
DAllocationTest.java127 createTypedHelper(Element.F64(mRS)); in testCreateTyped()
170 createSizedHelper(Element.F64(mRS)); in testCreateSized()
DRSBaseCompute.java80 element = Element.F64(rs); in getElement()
DForEachTest.java341 t = new Type.Builder(mRS, Element.F64(mRS)).setX(x).create(); in testForEach()
DKernelTest.java341 t = new Type.Builder(mRS, Element.F64(mRS)).setX(x).create(); in testForEach()
DGetSetTest.java1003 testSetup(Element.F64(mRS)); in testGetSet_double()