Searched refs:F64 (Results 1 – 14 of 14) sorted by relevance
/cts/tests/tests/rsblas/src/android/renderscript/cts/ |
D | IntrinsicBLAS.java | 81 … 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/ |
D | rs_jni_element.cpp | 110 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()
|
D | rs_jni_type.cpp | 81 passed &= testTypeBuilderHelper(mRS, Element::F64(mRS)); in Java_android_cts_rscpp_RSTypeTest_testCreate()
|
D | rs_jni_foreach.cpp | 208 t = Type::create(mRS, Element::F64(mRS), x, 0, 0); in Java_android_cts_rscpp_RSForEachTest_testForEach()
|
D | rs_jni_allocation.cpp | 75 createTypedHelper(rs, Element::F64(rs)); in Java_android_cts_rscpp_RSAllocationTest_typedTest()
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | ElementTest.java | 75 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()
|
D | VLoadTest.java | 347 testSetup(Type.createX(mRS, Element.F64(mRS), w)); in testVload_double() 359 testSetup(Type.createX(mRS, Element.F64(mRS), w)); in testVload_double_relaxed()
|
D | TypeTest.java | 58 testTypeBuilderHelper(Element.F64(mRS)); in testTypeBuilder()
|
D | KernelInputTest.java | 121 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()
|
D | AllocationTest.java | 127 createTypedHelper(Element.F64(mRS)); in testCreateTyped() 170 createSizedHelper(Element.F64(mRS)); in testCreateSized()
|
D | RSBaseCompute.java | 80 element = Element.F64(rs); in getElement()
|
D | ForEachTest.java | 341 t = new Type.Builder(mRS, Element.F64(mRS)).setX(x).create(); in testForEach()
|
D | KernelTest.java | 341 t = new Type.Builder(mRS, Element.F64(mRS)).setX(x).create(); in testForEach()
|
D | GetSetTest.java | 1003 testSetup(Element.F64(mRS)); in testGetSet_double()
|