Home
last modified time | relevance | path

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

/external/scudo/standalone/
Dstring_utils.cpp29 u8 Base, u8 MinNumberLength, bool PadWithZero, in appendNumber()
72 u8 Base, u8 MinNumberLength, bool PadWithZero, in appendUnsigned()
79 u8 MinNumberLength, bool PadWithZero) { in appendSignedDecimal()
138 const bool PadWithZero = (*Cur == '0'); in formatString() local
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dspmd_partitioner.cc642 PartitionedHlo PartitionedHlo::PadWithZero( in PadWithZero() function in xla::spmd::PartitionedHlo