Home
last modified time | relevance | path

Searched refs:count_leading_zeros (Results 1 – 6 of 6) sorted by relevance

/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorIntDiv.h36 typename internal::enable_if<sizeof(T)==4,int>::type count_leading_zeros(const T val) in count_leading_zeros() function
52 typename internal::enable_if<sizeof(T)==8,int>::type count_leading_zeros(const T val) in count_leading_zeros() function
66 n = 32 + count_leading_zeros<unsigned int>(lo); in count_leading_zeros()
68 n = count_leading_zeros<unsigned int>(hi); in count_leading_zeros()
151 const int leading_zeros = count_leading_zeros(static_cast<UnsignedType>(divider));
/external/llvm-project/llvm/test/CodeGen/AVR/
Dctlz.ll3 define i8 @count_leading_zeros(i8) unnamed_addr {
11 ; CHECK-LABEL: count_leading_zeros:
/external/tensorflow/tensorflow/compiler/mlir/xla/tests/hlo_to_lhlo_with_xla/
Dops.mlir121 // CHECK: lmhlo.count_leading_zeros
123 %res = "mhlo.count_leading_zeros"(%value) : (tensor<2x2xi32>) -> tensor<2x2xi32>
/external/tensorflow/tensorflow/compiler/mlir/hlo/include/mlir-hlo/Dialect/mhlo/IR/
Dlhlo_ops.td92 def LHLO_ClzOp: LHLO_UnaryElementwiseOp<"count_leading_zeros", LHLO_IntBuffer>, BASE_HLO_ClzOp;
Dhlo_ops.td173 def HLO_ClzOp: HLO_UnaryElementwiseOp<"count_leading_zeros",
/external/tensorflow/tensorflow/compiler/mlir/hlo/tests/
Dlhlo_ops.mlir537 "lmhlo.count_leading_zeros"(%arg0, %arg_out) : (memref<1xi32>, memref<1xi32>) -> ()