Home
last modified time | relevance | path

Searched defs:c3 (Results 1 – 2 of 2) sorted by relevance

/device/generic/vulkan-cereal/third-party/astc-encoder/Source/
Dastcenc_vecmathlib.h316 #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
/device/generic/vulkan-cereal/third-party/glm/include/glm/gtx/
Deuler_angles.inl144 T c3 = glm::cos(-t3); local