Home
last modified time | relevance | path

Searched defs:zeropad (Results 1 – 4 of 4) sorted by relevance

/external/sdv/vsomeip/third_party/boost/format/include/boost/format/
Dinternals.hpp67 enum pad_values { zeropad = 1, spacepad =2, centered=4, tabulation = 8 }; enumerator
/external/ComputeLibrary/src/cpu/operators/internal/
DCpuGemmAssemblyDispatch.cpp299 float zeropad = 0.f; in configure_indirect() local
/external/rappor/third_party/
Ddygraph-combined.js4 …n Math.abs(t)<.001&&0!==t?t.toExponential(a-1):t.toPrecision(a)},Dygraph.zeropad=function(t){retur… function in Dygraph
/external/python/cpython3/Objects/
Dunicodeobject.c2811 Py_ssize_t zeropad = Py_MAX(precision - len, 0); in unicode_fromformat_arg() local