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

1 2 3 4 5 6 7

  /external/eigen/Eigen/src/Core/arch/CUDA/
PacketMathHalf.h 20 template<> struct is_arithmetic<half2> { enum { value = true }; };
24 typedef half2 type;
25 typedef half2 half;
42 template<> struct unpacket_traits<half2> { typedef Eigen::half type; enum {size=2, alignment=Aligned16}; typedef half2 half; };
44 template<> __device__ EIGEN_STRONG_INLINE half2 pset1<half2>(const Eigen::half& from) {
48 template<> __device__ EIGEN_STRONG_INLINE half2 pload<half2>(const Eigen::half* from) {
49 return *reinterpret_cast<const half2*>(from)
    [all...]
  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
fp16_globals.rs 20 half2 gHalf2;
30 void validateHalf2(half2 h2) {
48 void test(half h, half2 h2, half3 h3, half4 h4) {
  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestAcos.rs 43 half2 __attribute__((kernel)) testAcosHalf2Half2(half2 inV) {
TestAcosh.rs 43 half2 __attribute__((kernel)) testAcoshHalf2Half2(half2 inV) {
TestAcospi.rs 43 half2 __attribute__((kernel)) testAcospiHalf2Half2(half2 inV) {
TestAsin.rs 43 half2 __attribute__((kernel)) testAsinHalf2Half2(half2 inV) {
TestAsinh.rs 43 half2 __attribute__((kernel)) testAsinhHalf2Half2(half2 inV) {
TestAsinpi.rs 43 half2 __attribute__((kernel)) testAsinpiHalf2Half2(half2 inV) {
TestAtan.rs 43 half2 __attribute__((kernel)) testAtanHalf2Half2(half2 inV) {
TestAtanh.rs 43 half2 __attribute__((kernel)) testAtanhHalf2Half2(half2 inV) {
TestAtanpi.rs 43 half2 __attribute__((kernel)) testAtanpiHalf2Half2(half2 inV) {
TestCbrt.rs 43 half2 __attribute__((kernel)) testCbrtHalf2Half2(half2 inV) {
TestCeil.rs 43 half2 __attribute__((kernel)) testCeilHalf2Half2(half2 inV) {
TestCos.rs 43 half2 __attribute__((kernel)) testCosHalf2Half2(half2 inV) {
TestCosh.rs 43 half2 __attribute__((kernel)) testCoshHalf2Half2(half2 inV) {
TestCospi.rs 43 half2 __attribute__((kernel)) testCospiHalf2Half2(half2 inV) {
TestDegrees.rs 43 half2 __attribute__((kernel)) testDegreesHalf2Half2(half2 inV) {
TestErf.rs 43 half2 __attribute__((kernel)) testErfHalf2Half2(half2 inV) {
TestErfc.rs 43 half2 __attribute__((kernel)) testErfcHalf2Half2(half2 inV) {
TestExp.rs 43 half2 __attribute__((kernel)) testExpHalf2Half2(half2 inV) {
TestExp10.rs 43 half2 __attribute__((kernel)) testExp10Half2Half2(half2 inV) {
TestExp2.rs 43 half2 __attribute__((kernel)) testExp2Half2Half2(half2 inV) {
TestExpm1.rs 43 half2 __attribute__((kernel)) testExpm1Half2Half2(half2 inV) {
TestFabs.rs 43 half2 __attribute__((kernel)) testFabsHalf2Half2(half2 inV) {
TestFloor.rs 43 half2 __attribute__((kernel)) testFloorHalf2Half2(half2 inV) {

Completed in 260 milliseconds

1 2 3 4 5 6 7