/frameworks/native/libs/math/tests/ |
D | quat_test.cpp | 77 quatd q5(double3(q2.xy, 42), 24); in TEST_F() 123 q0.xyz = double3(1, 2, 3); in TEST_F() 242 quatd qr = quatd::fromAxisAngle(double3(0, 0, 1), M_PI / 2); in TEST_F() 258 quatd qa = quatd::fromAxisAngle(double3(0, 0, 1), 0); in TEST_F() 259 quatd qb = quatd::fromAxisAngle(double3(0, 0, 1), M_PI / 2); in TEST_F() 261 qr = quatd::fromAxisAngle(double3(0, 0, 1), M_PI / 4); in TEST_F() 282 double3 axis_a = normalize(double3(rand_gen(), rand_gen(), rand_gen())); in TEST_F() 286 double3 axis_b = normalize(double3(rand_gen(), rand_gen(), rand_gen())); in TEST_F()
|
/frameworks/rs/tests/lldb/cpp/Allocations/ |
D | allocs.rscript | 40 double3 __attribute__((kernel)) add_half_kernel(double4 in) 42 double3 result;
|
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/ |
D | allocs.rscript | 40 double3 __attribute__((kernel)) add_half_kernel(double4 in) 42 double3 result;
|
/frameworks/rs/script_api/include/ |
D | rs_convert.rsh | 490 extern double3 __attribute__((const, overloadable)) 491 convert_double3(double3 v); 505 extern double3 __attribute__((const, overloadable)) 520 extern double3 __attribute__((const, overloadable)) 536 convert_long3(double3 v); 581 convert_ulong3(double3 v); 626 convert_float3(double3 v); 671 convert_char3(double3 v); 716 convert_uchar3(double3 v); 761 convert_short3(double3 v); [all …]
|
D | rs_allocation_data.rsh | 164 extern double3 __attribute__((overloadable)) 314 extern double3 __attribute__((overloadable)) 464 extern double3 __attribute__((overloadable)) 645 rsAllocationVStoreX_double3(rs_allocation a, double3 val, uint32_t x); 795 rsAllocationVStoreX_double3(rs_allocation a, double3 val, uint32_t x, uint32_t y); 945 rsAllocationVStoreX_double3(rs_allocation a, double3 val, uint32_t x, uint32_t y, uint32_t z); 1138 static inline double3 __attribute__((overloadable)) 1140 return ((double3 *)rsGetElementAt(a, x))[0]; 1418 static inline double3 __attribute__((overloadable)) 1420 return ((double3 *)rsGetElementAt(a, x, y))[0]; [all …]
|
/frameworks/rs/tests/lldb/java/Allocations/src/rs/ |
D | allocs.rscript | 54 double3 __attribute__((kernel)) add_half_kernel(double4 in) 56 double3 result;
|
/frameworks/rs/tests/cpp_api/typecheck/ |
D | kernels.rscript | 107 double3 d3; 108 double3 d3i = {1, 2, 3};
|
/frameworks/rs/tests/lldb/jni/KernelVariables/jnikernelvariables/ |
D | simple.rscript | 51 double3 double3_global = {88.5f, -99.0f, 111.5f}; 113 double3 double3_local = {88.5f, -99.0f, 111.5f};
|
/frameworks/rs/tests/lldb/java/KernelVariables/src/rs/ |
D | simple.rscript | 51 double3 double3_global = {88.5f, -99.0f, 111.5f}; 113 double3 double3_local = {88.5f, -99.0f, 111.5f};
|
/frameworks/rs/tests/lldb/cpp/KernelVariables/ |
D | simple.rscript | 51 double3 double3_global = {88.5f, -99.0f, 111.5f}; 113 double3 double3_local = {88.5f, -99.0f, 111.5f};
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | rsdebug_23.rscript | 21 double3 double3Test = {3.05, 13.05, 23.05};
|
D | vector.rscript | 25 double3 d3 = { 1.0, 2.0, 3.0 };
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | rsdebug_23.rscript | 23 double3 double3Test = {3.05, 13.05, 23.05};
|
D | vector.rscript | 27 double3 d3 = { 1.0, 2.0, 3.0 };
|
/frameworks/native/libs/math/include/math/ |
D | vec3.h | 116 typedef details::TVec3<double> double3; typedef
|
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/ |
D | vector.rscript | 9 double3 d3 = { 1.0, 2.0, 3.0 };
|
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | vector.rscript | 9 double3 d3 = { 1.0, 2.0, 3.0 };
|
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/ |
D | vector.rscript | 9 double3 d3 = { 1.0, 2.0, 3.0 };
|
/frameworks/compile/slang/tests/P_all_api_23/ |
D | all23.rscript | 5023 *(double3*)buf732 = convert_double3(*(double3*)buf733); 5026 *(double3*)buf738 = convert_double3(*(long3*)buf739); 5029 *(double3*)buf744 = convert_double3(*(ulong3*)buf745); 5032 *(long3*)buf750 = convert_long3(*(double3*)buf751); 5041 *(ulong3*)buf768 = convert_ulong3(*(double3*)buf769); 5050 *(float3*)buf786 = convert_float3(*(double3*)buf787); 5059 *(char3*)buf804 = convert_char3(*(double3*)buf805); 5068 *(uchar3*)buf822 = convert_uchar3(*(double3*)buf823); 5077 *(short3*)buf840 = convert_short3(*(double3*)buf841); 5086 *(ushort3*)buf858 = convert_ushort3(*(double3*)buf859); [all …]
|
/frameworks/compile/slang/tests/P_all_api_21/ |
D | all21.rscript | 4373 *(double3*)buf732 = convert_double3(*(double3*)buf733); 4376 *(double3*)buf738 = convert_double3(*(long3*)buf739); 4379 *(double3*)buf744 = convert_double3(*(ulong3*)buf745); 4382 *(long3*)buf750 = convert_long3(*(double3*)buf751); 4391 *(ulong3*)buf768 = convert_ulong3(*(double3*)buf769); 4400 *(float3*)buf786 = convert_float3(*(double3*)buf787); 4409 *(char3*)buf804 = convert_char3(*(double3*)buf805); 4418 *(uchar3*)buf822 = convert_uchar3(*(double3*)buf823); 4427 *(short3*)buf840 = convert_short3(*(double3*)buf841); 4436 *(ushort3*)buf858 = convert_ushort3(*(double3*)buf859); [all …]
|
/frameworks/compile/slang/tests/P_all_api_22/ |
D | all22.rscript | 5093 *(double3*)buf732 = convert_double3(*(double3*)buf733); 5096 *(double3*)buf738 = convert_double3(*(long3*)buf739); 5099 *(double3*)buf744 = convert_double3(*(ulong3*)buf745); 5102 *(long3*)buf750 = convert_long3(*(double3*)buf751); 5111 *(ulong3*)buf768 = convert_ulong3(*(double3*)buf769); 5120 *(float3*)buf786 = convert_float3(*(double3*)buf787); 5129 *(char3*)buf804 = convert_char3(*(double3*)buf805); 5138 *(uchar3*)buf822 = convert_uchar3(*(double3*)buf823); 5147 *(short3*)buf840 = convert_short3(*(double3*)buf841); 5156 *(ushort3*)buf858 = convert_ushort3(*(double3*)buf859); [all …]
|
/frameworks/compile/slang/tests/P_all_api_24/ |
D | all24.rscript | 6844 *(double3*)buf872 = convert_double3(*(double3*)buf873); 6847 *(double3*)buf878 = convert_double3(*(long3*)buf879); 6850 *(double3*)buf884 = convert_double3(*(ulong3*)buf885); 6853 *(long3*)buf890 = convert_long3(*(double3*)buf891); 6862 *(ulong3*)buf908 = convert_ulong3(*(double3*)buf909); 6871 *(float3*)buf926 = convert_float3(*(double3*)buf927); 6880 *(char3*)buf944 = convert_char3(*(double3*)buf945); 6889 *(uchar3*)buf962 = convert_uchar3(*(double3*)buf963); 6898 *(short3*)buf980 = convert_short3(*(double3*)buf981); 6907 *(ushort3*)buf998 = convert_ushort3(*(double3*)buf999); [all …]
|
/frameworks/rs/driver/runtime/ |
D | rs_allocation.c | 286 ELEMENT_AT(double3) 404 VOP(double3)
|
D | rs_cl.c | 1435 extern double3 __attribute__((overloadable)) min(double3 v1, double3 v2) { in min() 1436 double3 r; in min() 1513 extern double3 __attribute__((overloadable)) max(double3 v1, double3 v2) { in max() 1514 double3 r; in max()
|
D | rs_core.c | 278 PRIM_DEBUG(double3)
|