Home
last modified time | relevance | path

Searched refs:float64 (Results 1 – 9 of 9) sorted by relevance

/hardware/google/gfxstream/third-party/glm/include/glm/detail/
Dglm.cpp20 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 …]
Dtype_float.hpp12 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/
Dfwd.hpp1316 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/
Dtypedefs.h235 typedef double float64; typedef
249 typedef float64 float_t;
/hardware/google/gfxstream/third-party/glm/include/glm/gtc/
Dtype_precision.hpp598 typedef detail::float64 float64; typedef
607 typedef detail::float64 float64_t;
616 typedef float64 f64;
/hardware/google/gfxstream/third-party/glm/include/glm/gtx/
Dtype_aligned.hpp623 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/
Dqueriesperformance.adoc65 * pname:float64 is a 64-bit floating-point value.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_KHR_performance_query.adoc318 // use recordCounters[0].float64 to get at the counter result!
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h9156 double float64; member