Home
last modified time | relevance | path

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

/aosp_15_r20/external/libvpx/vpx_dsp/arm/
H A Dfdct4x4_neon.c55 const int32x4_t const_one = vdupq_n_s32(1); in vpx_highbd_fdct4x4_neon() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
H A Dlegalize_tf.cc2974 Value const_one = b.create<arith::ConstantIndexOp>(1); in matchAndRewrite() local