Home
last modified time | relevance | path

Searched refs:formatv (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Objects/
Dcomplexobject.c434 PyObject *formatv; in complex_print() local
437 formatv = complex_format(v, PyFloat_STR_PRECISION, 'g'); in complex_print()
439 formatv = complex_format(v, 0, 'r'); in complex_print()
440 if (formatv == NULL) in complex_print()
442 buf = PyString_AS_STRING(formatv); in complex_print()
446 Py_DECREF(formatv); in complex_print()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DFormatVariadic.h236 inline auto formatv(const char *Fmt, Ts &&... Vals) -> formatv_object<decltype(