Searched defs:c3 (Results 1 – 5 of 5) sorted by relevance
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | astcenc_vecmathlib.h | 316 #define POLY3(x, c0, c1, c2, c3) ((POLY2(x, c1, c2, c3) * x) + c0) argument 317 #define POLY4(x, c0, c1, c2, c3, c4) ((POLY3(x, c1, c2, c3, c4) * x) + c0) argument 318 #define POLY5(x, c0, c1, c2, c3, c4, c5) ((POLY4(x, c1, c2, c3, c4, c5) * x) + c0) argument
|
/hardware/google/gfxstream/third-party/glm/include/glm/gtx/ |
D | euler_angles.inl | 144 T c3 = glm::cos(-t3); local
|
/hardware/google/camera/devices/EmulatedCamera/hwl/ |
D | EmulatedSensor.cpp | 1941 float c3 = 32.f * 2392.f / 4096.f; in ApplyST2084Gamma() local
|
/hardware/google/pixel/pixelstats/ |
D | SysfsCollector.cpp | 1149 uint32_t milli_ams_rate, c1, c2, c3, c4; in logVendorAudioHardwareStats() local
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/contrib/ |
D | mhchem.mjs | 1506 var c3 = mhchemParser.patterns.match_('one lowercase latin letter $', buffer.o || ""); variable
|