Home
last modified time | relevance | path

Searched defs:real_format (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
Dreal.h113 struct real_format struct
116 void (*encode) (const struct real_format *, long *, argument
118 void (*decode) (const struct real_format *, REAL_VALUE_TYPE *, argument
122 int b;
125 int p;
128 int pnan;
131 int emin;
134 int emax;
138 int signbit_ro;
163 extern const struct real_format * argument
/aosp_15_r20/system/unwinding/libunwindstack/
H A DLogStdout.cpp32 std::string real_format; in PrintToStdout() local
H A DLogAndroid.cpp39 std::string real_format; in LogWithPriority() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_lower_image_casts.c209 …enum pipe_format real_format = info->image_format_conversion[image->data.driver_location].view_for… in lower_image_cast_instr() local
/aosp_15_r20/system/logging/logd/
H A DLogKlog.cpp262 static const char real_format[] = "%Y-%m-%d %H:%M:%S.%09q UTC"; in calculateCorrection() local