Home
last modified time | relevance | path

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

/aosp_15_r20/external/eigen/unsupported/test/
H A Dcxx11_tensor_of_float16_gpu.cu43 Tensor<bool, 1> half_prec(num_elem); in test_gpu_numext() local
118 Tensor<float, 1> half_prec(num_elem); in test_gpu_unary() local
159 Tensor<float, 1> half_prec(num_elem); in test_gpu_elementwise() local
300 Tensor<Eigen::half, 2> half_prec(rows, cols); in test_gpu_contractions() local
349 Tensor<Eigen::half, 1> half_prec(result_size); in test_gpu_reductions() local
400 Tensor<Eigen::half, 0> half_prec; in test_gpu_full_reductions() local
/aosp_15_r20/external/crcalc/src/com/hp/creals/
H A DCR.java1160 int half_prec = (p >> 1) - 1; in approximate() local