Searched refs:sinA (Results 1 - 5 of 5) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/ |
H A D | vktRayQueryDirectionTests.cpp | 171 const float sinA = std::sin(rotationX); in getRotationMatrix() local 179 0.0f, cosA,-sinA, in getRotationMatrix() 180 0.0f, sinA, cosA, in getRotationMatrix()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/ |
H A D | vktRayQueryDirectionTests.cpp | 171 const float sinA = std::sin(rotationX); in getRotationMatrix() local 179 0.0f, cosA,-sinA, in getRotationMatrix() 180 0.0f, sinA, cosA, in getRotationMatrix()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingDirectionTests.cpp | 171 const float sinA = std::sin(rotationX); in getRotationMatrix() local 179 0.0f, cosA,-sinA, in getRotationMatrix() 180 0.0f, sinA, cosA, in getRotationMatrix()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
H A D | vktRayTracingDirectionTests.cpp | 171 const float sinA = std::sin(rotationX); in getRotationMatrix() local 179 0.0f, cosA,-sinA, in getRotationMatrix() 180 0.0f, sinA, cosA, in getRotationMatrix()
|
/third_party/skia/third_party/externals/freetype/src/base/ |
H A D | ftstroke.c | 1477 FT_Fixed blen, sinA, sinB, alen; in FT_EXPORT_DEF() local 1489 sinA = ft_pos_abs( FT_Sin( alpha1 - gamma ) ); in FT_EXPORT_DEF() 1492 alen = FT_MulDiv( blen, sinA, sinB ); in FT_EXPORT_DEF() 1691 FT_Fixed blen, sinA, sinB, alen; in FT_EXPORT_DEF() local 1703 sinA = ft_pos_abs( FT_Sin( alpha1 - gamma ) ); in FT_EXPORT_DEF() 1706 alen = FT_MulDiv( blen, sinA, sinB ); in FT_EXPORT_DEF()
|
Completed in 9 milliseconds