Searched defs:d_fmt (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/boost/convert/ |
D | printf.hpp | 65 …static char const* d_fmt[] = { "%.*f", "%.*f", "%.*d", "%.*u", "%.*hd", "%.*hu", "%.*ld", "%.*lu" … in pformat() local 76 …static char const* d_fmt[] = { "%f", "%f", "%d", "%u", "%hd", "%hu", "%ld", "%lu" }; // Must match… in format() local
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_formats.c | 65 #define d_fmt(__vk_fmt, __hw_fmt) \ macro
|