Searched refs:alfa (Results 1 - 6 of 6) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | af_anequalizer.c | 370 double a, b, c0, g0, alfa, beta, tetta_b; in chebyshev1_bp_filter() local 390 alfa = pow(1.0/epsilon + sqrt(1 + 1/(epsilon*epsilon)), 1.0/N); in chebyshev1_bp_filter() 392 a = 0.5 * (alfa - 1.0/alfa); in chebyshev1_bp_filter()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/ |
H A D | vktRayQueryWatertightnessTests.cpp | 1703 const float alfa = rng.getFloat(0.2f, 0.8f); in initAccelerationStructures() local 1705 const tcu::Vec2 d = mixCoordsVec2(a, b, alfa, beta); in initAccelerationStructures() 1811 const float alfa = rng.getFloat(0.2f, 0.8f); in initAccelerationStructures() local 1813 const tcu::Vec2 d = mixVec2(mixVec2(a, b, alfa), c, beta); in initAccelerationStructures()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/ |
H A D | vktRayQueryWatertightnessTests.cpp | 1683 const float alfa = rng.getFloat(0.2f, 0.8f); in initAccelerationStructures() local 1685 const tcu::Vec2 d = mixCoordsVec2(a, b, alfa, beta); in initAccelerationStructures() 1791 const float alfa = rng.getFloat(0.2f, 0.8f); in initAccelerationStructures() local 1793 const tcu::Vec2 d = mixVec2(mixVec2(a, b, alfa), c, beta); in initAccelerationStructures()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingWatertightnessTests.cpp | 461 const float alfa = rng.getFloat(0.01f, 0.99f); in initBottomAccelerationStructure() local 463 const tcu::Vec3 mixed = mixVec3(mixVec3(a, b, alfa), c, beta); in initBottomAccelerationStructure()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
H A D | vktRayTracingWatertightnessTests.cpp | 461 const float alfa = rng.getFloat(0.01f, 0.99f); in initBottomAccelerationStructure() local 463 const tcu::Vec3 mixed = mixVec3(mixVec3(a, b, alfa), c, beta); in initBottomAccelerationStructure()
|
/third_party/python/Lib/ |
H A D | turtle.py | 2959 alfa = math.atan2(-m21, m11) % math.tau 2960 sa, ca = math.sin(alfa), math.cos(alfa) 2965 self._tilt = alfa
|
Completed in 16 milliseconds