HomeSort by relevance Sort by last modified time
    Searched defs:F32 (Results 26 - 50 of 134) sorted by null

12 3 4 5 6

  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/BinaryFormat/
Wasm.h 179 F32 = WASM_TYPE_F32,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/BinaryFormat/
Wasm.h 179 F32 = WASM_TYPE_F32,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/BinaryFormat/
Wasm.h 179 F32 = WASM_TYPE_F32,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/BinaryFormat/
Wasm.h 179 F32 = WASM_TYPE_F32,
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TypeTest.java 53 testTypeBuilderHelper(Element.F32(mRS));
85 Type.Builder b = new Type.Builder(mRS, Element.F32(mRS));
127 Type.Builder b = new Type.Builder(mRS, Element.F32(mRS));
129 assertTrue(b.create().getElement() == Element.F32(mRS));
133 Type.Builder b = new Type.Builder(mRS, Element.F32(mRS));
139 Type.Builder b = new Type.Builder(mRS, Element.F32(mRS));
147 Type.Builder b = new Type.Builder(mRS, Element.F32(mRS));
155 Type.Builder b = new Type.Builder(mRS, Element.F32(mRS));
161 Type.Builder b = new Type.Builder(mRS, Element.F32(mRS));
169 Type.Builder b = new Type.Builder(mRS, Element.F32(mRS))
    [all...]
ElementTest.java 71 assertTrue(Element.F32(mRS) != null);
193 Element[] F32 = { Element.F32(mRS) };
248 F32, F32_2, F32_3, F32_4,
288 eb.add(Element.F32(mRS), "F32", arraySize);
358 assertFalse(Element.F32(mRS).isComplex());
415 eb.add(Element.F32(mRS), "FLOAT");
AllocationTest.java 123 createTypedHelper(Element.F32(mRS));
166 createSizedHelper(Element.F32(mRS));
298 Allocation A = Allocation.createSized(mRS, Element.F32(mRS), nElems);
447 Allocation srcA = Allocation.createSized(mRS, Element.F32(mRS), nElems);
448 Allocation dstA = Allocation.createSized(mRS, Element.F32(mRS), nElems);
502 Type.Builder b = new Type.Builder(mRS, Element.F32(mRS));
619 Type.Builder b = new Type.Builder(mRS, Element.F32(mRS));
844 a = Allocation.createSized(mRS, Element.F32(mRS), 100);
851 b = new Type.Builder(mRS, Element.F32(mRS));
860 b = new Type.Builder(mRS, Element.F32(mRS)).setX(102)
    [all...]
GetSetTest.java     [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
TwofishEngine.java 377 A = F32(q, k32e);
378 B = F32(q+SK_BUMP, k32o);
523 private int F32(int x, int[] k32)
  /frameworks/rs/support/java/src/android/support/v8/renderscript/
Element.java 394 public static Element F32(RenderScript rs) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
AMDGPUCodeObjectMetadata.h 94 F32 = 8,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
AMDGPUCodeObjectMetadata.h 94 F32 = 8,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
AMDGPUMetadata.h 91 F32 = 8,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
AMDGPUMetadata.h 91 F32 = 8,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
AMDGPUMetadata.h 91 F32 = 8,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
AMDGPUMetadata.h 91 F32 = 8,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
AMDGPUCodeObjectMetadata.h 94 F32 = 8,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
AMDGPUCodeObjectMetadata.h 94 F32 = 8,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
AMDGPUMetadata.h 91 F32 = 8,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
AMDGPUMetadata.h 91 F32 = 8,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
AMDGPUMetadata.h 91 F32 = 8,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
AMDGPUMetadata.h 91 F32 = 8,
  /external/swiftshader/third_party/subzero/src/
IceInstARM32.cpp 37 const char *FpWidthString; // i8, i16, i32, f32, f64
38 const char *SVecWidthString; // s8, s16, s32, f32
39 const char *UVecWidthString; // u8, u16, u32, f32
412 "Invalid mask for f32 modified immediates.");
413 const float F32 = llvm::cast<const ConstantFloat>(C)->getValue();
414 const uint32_t I32 = Utils::bitCopy<uint32_t>(F32);
    [all...]
  /frameworks/base/rs/java/android/renderscript/
Element.java 437 public static Element F32(RenderScript rs) {
    [all...]
  /frameworks/rs/cpp/
rsCppStructs.h 485 sp<const Element> F32;
    [all...]

Completed in 953 milliseconds

12 3 4 5 6