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

1 2

  /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;
  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
rsdebug_23.rs 21 double3 double3Test = {3.05, 13.05, 23.05};
  /frameworks/rs/tests/lldb/java/Allocations/src/rs/
allocs.rs 54 double3 __attribute__((kernel)) add_half_kernel(double4 in)
56 double3 result;
  /frameworks/native/libs/math/tests/
quat_test.cpp 77 quatd q5(double3(q2.xy, 42), 24);
123 q0.xyz = double3(1, 2, 3);
242 quatd qr = quatd::fromAxisAngle(double3(0, 0, 1), M_PI / 2);
258 quatd qa = quatd::fromAxisAngle(double3(0, 0, 1), 0);
259 quatd qb = quatd::fromAxisAngle(double3(0, 0, 1), M_PI / 2);
261 qr = quatd::fromAxisAngle(double3(0, 0, 1), M_PI / 4);
282 double3 axis_a = normalize(double3(rand_gen(), rand_gen(), rand_gen()));
286 double3 axis_b = normalize(double3(rand_gen(), rand_gen(), rand_gen()))
    [all...]
  /frameworks/rs/tests/cpp_api/typecheck/
kernels.rs 107 double3 d3;
108 double3 d3i = {1, 2, 3};
  /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/darwin-x86/clang-3362437/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/clang/host/linux-x86/clang-3362437/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...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/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-3960126/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-3977809/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-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-3957855/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-3960126/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-3977809/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-4053586/lib64/clang/5.0/include/
opencl-c.h 143 typedef double double3 __attribute__((ext_vector_type(3))); typedef
    [all...]
  /frameworks/rs/tests/lldb/tests/testcases/
test_read_global.py 109 '(double3) double3_global = (88.5, -99, 111.5,',
255 ['(double3)',
test_read_local.py 108 '(double3) double3_local = (88.5, -99, 111.5,',
254 ['(double3)',
  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestConvert.rs 615 double3 __attribute__((kernel)) testConvertDouble3Double3Double3(double3 inV) {
627 double3 __attribute__((kernel)) testConvertDouble3Long3Double3(long3 inV) {
639 double3 __attribute__((kernel)) testConvertDouble3Ulong3Double3(ulong3 inV) {
651 long3 __attribute__((kernel)) testConvertLong3Double3Long3(double3 inV) {
687 ulong3 __attribute__((kernel)) testConvertUlong3Double3Ulong3(double3 inV) {
723 float3 __attribute__((kernel)) testConvertFloat3Double3Float3(double3 inV) {
759 char3 __attribute__((kernel)) testConvertChar3Double3Char3(double3 inV) {
795 uchar3 __attribute__((kernel)) testConvertUchar3Double3Uchar3(double3 inV) {
831 short3 __attribute__((kernel)) testConvertShort3Double3Short3(double3 inV)
    [all...]

Completed in 1876 milliseconds

1 2