Searched refs:float64 (Results 1 – 9 of 9) sorted by relevance
/hardware/google/gfxstream/third-party/glm/include/glm/detail/ |
D | glm.cpp | 20 template struct tvec1<float64, lowp>; 31 template struct tvec1<float64, mediump>; 42 template struct tvec1<float64, highp>; 54 template struct tvec2<float64, lowp>; 65 template struct tvec2<float64, mediump>; 76 template struct tvec2<float64, highp>; 88 template struct tvec3<float64, lowp>; 99 template struct tvec3<float64, mediump>; 110 template struct tvec3<float64, highp>; 122 template struct tvec4<float64, lowp>; [all …]
|
D | type_float.hpp | 12 typedef double float64; typedef 56 typedef double float64; typedef 62 GLM_STATIC_ASSERT(sizeof(glm::float64) == 8, "float64 size isn't 8 bytes on this platform");
|
/hardware/google/gfxstream/third-party/glm/include/glm/ |
D | fwd.hpp | 1316 typedef detail::float64 lowp_float64; 1324 typedef detail::float64 lowp_float64_t; 1332 typedef float64 lowp_f64; 1340 typedef detail::float64 lowp_float64; 1348 typedef detail::float64 lowp_float64_t; 1356 typedef float64 lowp_f64; 1365 typedef detail::float64 lowp_float64; 1373 typedef detail::float64 lowp_float64_t; 1381 typedef float64 lowp_f64; 1390 typedef detail::float64 mediump_float64; [all …]
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | typedefs.h | 235 typedef double float64; typedef 249 typedef float64 float_t;
|
/hardware/google/gfxstream/third-party/glm/include/glm/gtc/ |
D | type_precision.hpp | 598 typedef detail::float64 float64; typedef 607 typedef detail::float64 float64_t; 616 typedef float64 f64;
|
/hardware/google/gfxstream/third-party/glm/include/glm/gtx/ |
D | type_aligned.hpp | 623 GLM_ALIGNED_TYPEDEF(float64, aligned_float64, 8); 641 GLM_ALIGNED_TYPEDEF(float64, aligned_f64, 8);
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_performance_query/ |
D | queriesperformance.adoc | 65 * pname:float64 is a 64-bit floating-point value.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_KHR_performance_query.adoc | 318 // use recordCounters[0].float64 to get at the counter result!
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 9156 double float64; member
|