Home
last modified time | relevance | path

Searched refs:is_float (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/
Du_printf.c172 bool is_float = strpbrk(print_str, "fFeEgGaA") != NULL; in u_printf() local
190 if (is_float) { in u_printf()
202 if (is_float) { in u_printf()
/hardware/google/gfxstream/third-party/glm/include/glm/gtc/
Dround.inl69 template <bool is_float, bool is_signed>
112 template <bool is_float, bool is_signed>
160 template <bool is_float, bool is_signed>
/hardware/google/gfxstream/guest/mesa/src/util/format/
Du_format_parse.py278 def is_float(self): member in Format
/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenccli_toplevel.cpp162 static bool is_float( in is_float() function
530 else if (is_float(argv[5])) in init_astcenc_config()