Home
last modified time | relevance | path

Searched defs:thp1 (Results 1 – 2 of 2) sorted by relevance

/dports/math/gmp-ecm/ecm-7.0.4/
H A Dcudakernel_default.cu30 unsigned int thp1 = (threadIdx.x + 1) % ECM_GPU_NB_DIGITS; in Cuda_Add_mod() local
45 unsigned int thp1 = (threadIdx.x + 1) % ECM_GPU_NB_DIGITS; in Cuda_Add_mod() local
79 unsigned int thp1= (threadIdx.x + 1) % ECM_GPU_NB_DIGITS; in Cuda_Mulmod_step() local
103 unsigned int thp1= (threadIdx.x + 1) % ECM_GPU_NB_DIGITS; in Cuda_Dbl_mod() local
118 unsigned int thp1= (threadIdx.x + 1) % ECM_GPU_NB_DIGITS; in Cuda_Mulint_mod() local
/dports/misc/vxl/vxl-3.3.2/core/vpgl/algo/tests/
H A Dtest_affine_tensor_transfer.cxx455 vgl_homg_point_2d<double> thp1 = aT.image2_transfer(hp0, hp2); in test_affine_tensor_transfer() local