Searched defs:thrust_result (Results 1 – 1 of 1) sorted by relevance
310 auto thrust_result = thrust::tan(thrust::complex<T>(z)); in tan() local323 auto thrust_result = thrust::sin(thrust::complex<T>(z)); in sin() local336 auto thrust_result = thrust::cos(thrust::complex<T>(z)); in cos() local349 auto thrust_result = thrust::acos(thrust::complex<T>(z)); in acos() local362 auto thrust_result = thrust::acosh(thrust::complex<T>(z)); in acosh() local375 auto thrust_result = thrust::asin(thrust::complex<T>(z)); in asin() local388 auto thrust_result = thrust::asinh(thrust::complex<T>(z)); in asinh() local401 auto thrust_result = thrust::atan(thrust::complex<T>(z)); in atan() local414 auto thrust_result = thrust::atanh(thrust::complex<T>(z)); in atanh() local427 auto thrust_result = thrust::conj(thrust::complex<T>(z)); in conj() local[all …]