HomeSort by relevance Sort by last modified time
    Searched refs:F64 (Results 1 - 25 of 56) sorted by null

1 2 3

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
vcvt-bad.s 3 VCVT.F64.U16 d1,d1,#-1
4 VCVT.F64.U16 d1,d1,#65535
5 VCVT.F64.U16 d1,d1,#17
6 VCVT.F64.U32 d1,d1,#0
7 VCVT.F64.U32 d1,d1,#33
15 VCVT.U16.F64 d1,d1,#-1
16 VCVT.U16.F64 d1,d1,#65535
17 VCVT.U16.F64 d1,d1,#17
18 VCVT.U32.F64 d1,d1,#0
19 VCVT.U32.F64 d1,d1,#3
    [all...]
vcvt.s 3 VCVT.F64.U16 d1,d1,#0
4 VCVT.F64.U16 d1,d1,#16
5 VCVT.F64.U16 d1,d1,#8
6 VCVT.F64.U32 d1,d1,#1
7 VCVT.F64.U32 d1,d1,#32
8 VCVT.F64.U32 d1,d1,#17
17 VCVT.U16.F64 d1,d1,#0
18 VCVT.U16.F64 d1,d1,#16
19 VCVT.U16.F64 d1,d1,#15
20 VCVT.U32.F64 d1,d1,#
    [all...]
vfma1.s 7 .inst 0xee000b00 @ VFP vmla.f64 d0,d0,d0
13 .inst 0xeea00b00 @ VFP vfma.f64 d0,d0,d0
19 .inst 0xee000b40 @ VFP vmls.F64 d0,d0,d0
25 .inst 0xeea00b40 @ VFP vfms.F64 d0,d0,d0
31 .inst 0xee100b40 @ VFP vnmla.F64 d0,d0,d0
35 .inst 0xee900b40 @ VFP vfnma.F64 d0,d0,d0
39 .inst 0xee100b00 @ VFP vnmls.F64 d0,d0,d0
43 .inst 0xee900b00 @ VFP vfnms.F64 d0,d0,d0
  /frameworks/rs/tests/typecheck/
typecheck.cpp 60 TEST_ELEM(ENAME, F64)
72 TEST_ELEM_ALL(F64)
101 EXECUTE_TEST_ELEM_ALL(F64);
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
UT_script_group2_float.java 60 Type.createX(pRS, Element.F64(pRS), ARRAY_SIZE),
69 Type.createX(pRS, Element.F64(pRS), ARRAY_SIZE),
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
UT_script_group2_float.java 60 Type.createX(pRS, Element.F64(pRS), ARRAY_SIZE),
69 Type.createX(pRS, Element.F64(pRS), ARRAY_SIZE),
  /cts/tests/tests/rsblas/src/android/renderscript/cts/
IntrinsicBLAS.java 81 mMatrixD.add(Allocation.createTyped(mRS, Type.createXY(mRS, Element.F64(mRS), x, y)));
253 } else if (elemA.isCompatible(Element.F64(mRS))) {
375 Allocation matrixAD = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F64(mRS), mBLASData.dN, mBLASData.dM));
376 Allocation vectorXD = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F64(mRS), mBLASData.dN, 1));
377 Allocation vectorYD = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F64(mRS), mBLASData.dM, 1));
384 Allocation vectorYRef = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F64(mRS), mBLASData.dM, 1));
394 vectorYRef = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F64(mRS), mBLASData.dN, 1));
410 vectorXD = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F64(mRS), dimX, 1));
411 vectorYD = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F64(mRS), dimY, 1));
416 vectorYRef = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F64(mRS), dimY, 1))
    [all...]
  /cts/tests/tests/rscpp/librscpptest/
rs_jni_element.cpp 110 passed &= (Element::F64(mRS) != nullptr);
177 sp<const Element> F64 = Element::F64(mRS);
204 F32_3, F32_4, F64, I16, I32, I64, I8,
246 eb->add(Element::F64(mRS), "F64", arraySize);
rs_jni_type.cpp 81 passed &= testTypeBuilderHelper(mRS, Element::F64(mRS));
rs_jni_foreach.cpp 207 // F64
208 t = Type::create(mRS, Element::F64(mRS), x, 0, 0);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ElementTest.java 75 assertTrue(Element.F64(mRS) != null);
200 Element[] F64 = { Element.F64(mRS) };
249 F64, I16, I32, I64, I8,
292 eb.add(Element.F64(mRS), "F64", arraySize);
362 assertFalse(Element.F64(mRS).isComplex());
VLoadTest.java 347 testSetup(Type.createX(mRS, Element.F64(mRS), w));
359 testSetup(Type.createX(mRS, Element.F64(mRS), w));
TypeTest.java 58 testTypeBuilderHelper(Element.F64(mRS));
KernelInputTest.java 121 Allocation ain = Allocation.createSized(mRS, Element.F64(mRS), 1);
122 Allocation tmp = Allocation.createSized(mRS, Element.F64(mRS), 1);
RSBaseCompute.java 80 element = Element.F64(rs);
AllocationTest.java 127 createTypedHelper(Element.F64(mRS));
170 createSizedHelper(Element.F64(mRS));
  /frameworks/base/rs/java/android/renderscript/
ScriptIntrinsicBLAS.java 335 * @param A The input allocation contains matrix A, supported elements type {@link Element#F64}.
336 * @param X The input allocation contains vector x, supported elements type {@link Element#F64}.
339 * @param Y The input allocation contains vector y, supported elements type {@link Element#F64}.
343 validateGEMV(Element.F64(mRS), TransA, A, X, incX, Y, incY);
445 * @param A The input allocation contains the band matrix A, supported elements type {@link Element#F64}.
446 * @param X The input allocation contains vector x, supported elements type {@link Element#F64}.
449 * @param Y The input allocation contains vector y, supported elements type {@link Element#F64}.
454 validateGEMV(Element.F64(mRS), TransA, A, X, incX, Y, incY);
618 * @param A The input allocation contains matrix A, supported elements type {@link Element#F64}.
619 * @param X The input allocation contains vector x, supported elements type {@link Element#F64}
    [all...]
  /frameworks/rs/cpp/
ScriptIntrinsicBLAS.cpp 218 validateGEMV(mRS, Element::F64(mRS), TransA, A, X, incX, Y, incY);
268 validateGEMV(mRS, Element::F64(mRS), TransA, A, X, incX, Y, incY);
377 validateTRMV(mRS, Element::F64(mRS), Uplo, TransA, Diag, A, X, incX);
421 validateTRMV(mRS, Element::F64(mRS), Uplo, TransA, Diag, A, X, incX);
464 int N = validateTPMV(mRS, Element::F64(mRS), Uplo, TransA, Diag, Ap, X, incX);
499 validateTRMV(mRS, Element::F64(mRS), Uplo, TransA, Diag, A, X, incX);
545 validateTRMV(mRS, Element::F64(mRS), Uplo, TransA, Diag, A, X, incX);
593 int N = validateTPMV(mRS, Element::F64(mRS), Uplo, TransA, Diag, Ap, X, incX);
    [all...]
Element.cpp 93 CREATE_USER(F64, FLOAT_64);
146 CREATE_VECTOR(F64, FLOAT_64);
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
ScriptIntrinsicBLAS.java 352 * @param A The input allocation contains matrix A, supported elements type {@link Element#F64}.
353 * @param X The input allocation contains vector x, supported elements type {@link Element#F64}.
356 * @param Y The input allocation contains vector y, supported elements type {@link Element#F64}.
360 validateGEMV(Element.F64(mRS), TransA, A, X, incX, Y, incY);
502 * @param A The input allocation contains the band matrix A, supported elements type {@link Element#F64}.
503 * @param X The input allocation contains vector x, supported elements type {@link Element#F64}.
506 * @param Y The input allocation contains vector y, supported elements type {@link Element#F64}.
511 validateGEMV(Element.F64(mRS), TransA, A, X, incX, Y, incY);
713 * @param A The input allocation contains matrix A, supported elements type {@link Element#F64}.
714 * @param X The input allocation contains vector x, supported elements type {@link Element#F64}
    [all...]
  /frameworks/compile/slang/tests/P_reduce_general_input/
ScriptField_MyStruct.java.expect 48 eb.add(Element.F64(rs), "d");
  /frameworks/compile/slang/tests/P_reduce_general_inputs/
ScriptField_MyStruct.java.expect 48 eb.add(Element.F64(rs), "d");
  /frameworks/compile/slang/tests/P_reduce_general_result/
ScriptField_MyStruct.java.expect 48 eb.add(Element.F64(rs), "d");
  /external/v8/src/arm/
assembler-arm.cc     [all...]
  /external/icu/icu4c/source/data/sprep/
rfc3491.txt 1079 1F6C; 1F64; MAP
1119 1FA4; 1F64 03B9; MAP
1127 1FAC; 1F64 03B9; MAP
    [all...]

Completed in 710 milliseconds

1 2 3