Home
last modified time | relevance | path

Searched refs:alfa (Results 1 - 6 of 6) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Daf_anequalizer.c370 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 DvktRayQueryWatertightnessTests.cpp1703 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 DvktRayQueryWatertightnessTests.cpp1683 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 DvktRayTracingWatertightnessTests.cpp461 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 DvktRayTracingWatertightnessTests.cpp461 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 Dturtle.py2959 alfa = math.atan2(-m21, m11) % math.tau
2960 sa, ca = math.sin(alfa), math.cos(alfa)
2965 self._tilt = alfa

Completed in 16 milliseconds