Home
last modified time | relevance | path

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

/aosp_15_r20/external/scudo/standalone/
H A Dstring_utils.cpp21 bool PadWithZero, bool Negative, bool Upper) { in appendNumber()
62 bool PadWithZero, bool Upper) { in appendUnsigned()
68 bool PadWithZero) { in appendSignedDecimal()
128 const bool PadWithZero = (*Cur == '0'); in vappend() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/spmd/
H A Dspmd_partitioner.cc642 PartitionedHlo PartitionedHlo::PadWithZero( in PadWithZero() function in xla::spmd::PartitionedHlo