/dports/emulators/dolphin-emu/dolphin-3152428/Source/UnitTests/Common/ |
H A D | FloatUtilsTest.cpp | 25 TEST(FloatUtils, FlushToZero) in TEST() argument 37 EXPECT_EQ(+0.0, Common::FlushToZero(+std::numeric_limits<double>::denorm_min())); in TEST() 38 EXPECT_EQ(-0.0, Common::FlushToZero(-std::numeric_limits<double>::denorm_min())); in TEST() 39 EXPECT_EQ(+0.0, Common::FlushToZero(+std::numeric_limits<double>::min() / 2)); in TEST() 40 EXPECT_EQ(-0.0, Common::FlushToZero(-std::numeric_limits<double>::min() / 2)); in TEST() 42 Common::FlushToZero(std::numeric_limits<double>::min())); in TEST() 44 Common::FlushToZero(std::numeric_limits<double>::max())); in TEST() 46 Common::FlushToZero(+std::numeric_limits<double>::infinity())); in TEST() 48 Common::FlushToZero(-std::numeric_limits<double>::infinity())); in TEST() 56 EXPECT_EQ(+0.f, Common::FlushToZero(Common::BitCast<float>(i_tmp))); in TEST() [all …]
|
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Common/ |
H A D | FloatUtils.h | 81 inline float FlushToZero(float f) in FlushToZero() function 92 inline double FlushToZero(double d) in FlushToZero() function
|
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/2d/ |
H A D | Matrix.cpp | 26 FlushToZero(double aVal) in FlushToZero() function 59 return FlushToZero(sinTheta / cosTheta); in SafeTangent()
|
H A D | Matrix.h | 413 FlushToZero(double aVal); 1404 double cosTheta = FlushToZero(cos(aTheta)); in RotateX() 1405 double sinTheta = FlushToZero(sin(aTheta)); in RotateX() 1429 double cosTheta = FlushToZero(cos(aTheta)); in RotateY() 1430 double sinTheta = FlushToZero(sin(aTheta)); in RotateY() 1454 double cosTheta = FlushToZero(cos(aTheta)); in RotateZ() 1455 double sinTheta = FlushToZero(sin(aTheta)); in RotateZ() 1492 double cosTheta = FlushToZero(cos(aTheta)); in SetRotateAxisAngle() 1493 double sinTheta = FlushToZero(sin(aTheta)); in SetRotateAxisAngle()
|
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/2d/ |
H A D | Matrix.cpp | 25 double FlushToZero(double aVal) { in FlushToZero() function 55 return FlushToZero(sinTheta / cosTheta); in SafeTangent()
|
H A D | Matrix.h | 463 double FlushToZero(double aVal); 1515 double cosTheta = FlushToZero(cos(aTheta)); in RotateX() 1516 double sinTheta = FlushToZero(sin(aTheta)); in RotateX() 1539 double cosTheta = FlushToZero(cos(aTheta)); in RotateY() 1540 double sinTheta = FlushToZero(sin(aTheta)); in RotateY() 1563 double cosTheta = FlushToZero(cos(aTheta)); in RotateZ() 1564 double sinTheta = FlushToZero(sin(aTheta)); in RotateZ() 1600 double cosTheta = FlushToZero(cos(aTheta)); in SetRotateAxisAngle() 1601 double sinTheta = FlushToZero(sin(aTheta)); in SetRotateAxisAngle()
|
/dports/www/firefox-esr/firefox-91.8.0/gfx/2d/ |
H A D | Matrix.cpp | 23 double FlushToZero(double aVal) { in FlushToZero() function 53 return FlushToZero(sinTheta / cosTheta); in SafeTangent()
|
H A D | Matrix.h | 478 double FlushToZero(double aVal); 1512 double cosTheta = FlushToZero(cos(aTheta)); in RotateX() 1513 double sinTheta = FlushToZero(sin(aTheta)); in RotateX() 1536 double cosTheta = FlushToZero(cos(aTheta)); in RotateY() 1537 double sinTheta = FlushToZero(sin(aTheta)); in RotateY() 1560 double cosTheta = FlushToZero(cos(aTheta)); in RotateZ() 1561 double sinTheta = FlushToZero(sin(aTheta)); in RotateZ() 1597 double cosTheta = FlushToZero(cos(aTheta)); in SetRotateAxisAngle() 1598 double sinTheta = FlushToZero(sin(aTheta)); in SetRotateAxisAngle()
|
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/2d/ |
H A D | Matrix.cpp | 23 double FlushToZero(double aVal) { in FlushToZero() function 53 return FlushToZero(sinTheta / cosTheta); in SafeTangent()
|
H A D | Matrix.h | 479 double FlushToZero(double aVal); 1527 double cosTheta = FlushToZero(cos(aTheta)); in RotateX() 1528 double sinTheta = FlushToZero(sin(aTheta)); in RotateX() 1551 double cosTheta = FlushToZero(cos(aTheta)); in RotateY() 1552 double sinTheta = FlushToZero(sin(aTheta)); in RotateY() 1575 double cosTheta = FlushToZero(cos(aTheta)); in RotateZ() 1576 double sinTheta = FlushToZero(sin(aTheta)); in RotateZ() 1612 double cosTheta = FlushToZero(cos(aTheta)); in SetRotateAxisAngle() 1613 double sinTheta = FlushToZero(sin(aTheta)); in SetRotateAxisAngle()
|
/dports/www/firefox/firefox-99.0/gfx/2d/ |
H A D | Matrix.cpp | 23 double FlushToZero(double aVal) { in FlushToZero() function 53 return FlushToZero(sinTheta / cosTheta); in SafeTangent()
|
H A D | Matrix.h | 489 double FlushToZero(double aVal); 1523 double cosTheta = FlushToZero(cos(aTheta)); in RotateX() 1524 double sinTheta = FlushToZero(sin(aTheta)); in RotateX() 1547 double cosTheta = FlushToZero(cos(aTheta)); in RotateY() 1548 double sinTheta = FlushToZero(sin(aTheta)); in RotateY() 1571 double cosTheta = FlushToZero(cos(aTheta)); in RotateZ() 1572 double sinTheta = FlushToZero(sin(aTheta)); in RotateZ() 1608 double cosTheta = FlushToZero(cos(aTheta)); in SetRotateAxisAngle() 1609 double sinTheta = FlushToZero(sin(aTheta)); in SetRotateAxisAngle()
|
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/2d/ |
H A D | Matrix.cpp | 23 double FlushToZero(double aVal) { in FlushToZero() function 53 return FlushToZero(sinTheta / cosTheta); in SafeTangent()
|
H A D | Matrix.h | 478 double FlushToZero(double aVal); 1512 double cosTheta = FlushToZero(cos(aTheta)); in RotateX() 1513 double sinTheta = FlushToZero(sin(aTheta)); in RotateX() 1536 double cosTheta = FlushToZero(cos(aTheta)); in RotateY() 1537 double sinTheta = FlushToZero(sin(aTheta)); in RotateY() 1560 double cosTheta = FlushToZero(cos(aTheta)); in RotateZ() 1561 double sinTheta = FlushToZero(sin(aTheta)); in RotateZ() 1597 double cosTheta = FlushToZero(cos(aTheta)); in SetRotateAxisAngle() 1598 double sinTheta = FlushToZero(sin(aTheta)); in SetRotateAxisAngle()
|
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Core/PowerPC/Interpreter/ |
H A D | Interpreter_FPUtils.h | 45 x = Common::FlushToZero(x); in ForceSingle() 55 d = Common::FlushToZero(d); in ForceDouble()
|
/dports/devel/spirv-llvm-translator/SPIRV-LLVM-Translator-13.0.0/projects/SPIRV-Headers/include/spirv/unified1/ |
H A D | spirv.lua | 1078 FlushToZero = 1,
|
H A D | spirv.cs | 1128 FlushToZero = 1, enumerator
|
/dports/devel/intel-graphics-compiler/SPIRV-Headers/include/spirv/unified1/ |
H A D | spirv.lua | 1090 FlushToZero = 1,
|
H A D | spirv.cs | 1140 FlushToZero = 1, enumerator
|
/dports/graphics/vulkan-validation-layers/Vulkan-ValidationLayers-1.2.203/external/spirv-headers/include/spirv/unified1/ |
H A D | spirv.lua | 1090 FlushToZero = 1,
|
H A D | spirv.cs | 1140 FlushToZero = 1, enumerator
|
/dports/graphics/shaderc/shaderc-2021.3/third_party/spirv-headers/include/spirv/unified1/ |
H A D | spirv.lua | 1090 FlushToZero = 1,
|
H A D | spirv.cs | 1140 FlushToZero = 1, enumerator
|
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/external/spirv-headers/include/spirv/unified1/ |
H A D | spirv.cs | 1140 FlushToZero = 1, enumerator
|
H A D | spirv.lua | 1090 FlushToZero = 1,
|