HomeSort by relevance Sort by last modified time
    Searched full:double3 (Results 1 - 25 of 145) sorted by null

1 2 3 4 5 6

  /frameworks/base/rs/java/android/renderscript/
Double3.java 23 public class Double3 {
28 public Double3() {
31 public Double3(Double3 data) {
37 public Double3(double x, double y, double z) {
50 public static Double3 add(Double3 a, Double3 b) {
51 Double3 res = new Double3();
    [all...]
  /frameworks/rs/support/java/src/android/support/v8/renderscript/
Double3.java 24 * Class for exposing the native RenderScript double3 type back
28 public class Double3 {
29 public Double3() {
32 public Double3(double initX, double initY, double initZ) {
  /frameworks/rs/tests/lldb/cpp/Allocations/
allocs.rs 40 double3 __attribute__((kernel)) add_half_kernel(double4 in)
42 double3 result;
  /frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
allocs.rs 40 double3 __attribute__((kernel)) add_half_kernel(double4 in)
42 double3 result;
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
opencl-c.h 143 typedef double double3 __attribute__((ext_vector_type(3))); typedef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
opencl-c.h 143 typedef double double3 __attribute__((ext_vector_type(3))); typedef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
opencl-c.h 143 typedef double double3 __attribute__((ext_vector_type(3))); typedef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
opencl-c.h 143 typedef double double3 __attribute__((ext_vector_type(3))); typedef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
opencl-c.h 143 typedef double double3 __attribute__((ext_vector_type(3))); typedef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/
opencl-c.h 143 typedef double double3 __attribute__((ext_vector_type(3))); typedef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/
opencl-c.h 143 typedef double double3 __attribute__((ext_vector_type(3))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
opencl-c.h 143 typedef double double3 __attribute__((ext_vector_type(3))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/lib64/clang/5.0.1/include/
opencl-c.h 143 typedef double double3 __attribute__((ext_vector_type(3))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/lib64/clang/5.0.2/include/
opencl-c.h 143 typedef double double3 __attribute__((ext_vector_type(3))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/lib64/clang/6.0.1/include/
opencl-c.h 143 typedef double double3 __attribute__((ext_vector_type(3))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/lib64/clang/6.0.1/include/
opencl-c.h 143 typedef double double3 __attribute__((ext_vector_type(3))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/lib64/clang/6.0.1/include/
opencl-c.h 143 typedef double double3 __attribute__((ext_vector_type(3))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/lib64/clang/6.0.2/include/
opencl-c.h 143 typedef double double3 __attribute__((ext_vector_type(3))); typedef
    [all...]
  /external/clang/lib/Headers/
opencl-c.h 136 typedef double double3 __attribute__((ext_vector_type(3))); typedef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
opencl-c.h 136 typedef double double3 __attribute__((ext_vector_type(3))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
opencl-c.h 136 typedef double double3 __attribute__((ext_vector_type(3))); typedef
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
opencl-c.h 136 typedef double double3 __attribute__((ext_vector_type(3))); typedef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
opencl-c.h 137 typedef double double3 __attribute__((ext_vector_type(3))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
opencl-c.h 137 typedef double double3 __attribute__((ext_vector_type(3))); typedef
    [all...]
  /frameworks/rs/tests/lldb/java/Allocations/src/rs/
allocs.rs 54 double3 __attribute__((kernel)) add_half_kernel(double4 in)
56 double3 result;

Completed in 1086 milliseconds

1 2 3 4 5 6