Flutter Engine
The Flutter Engine
|
#include "include/private/base/SkAssert.h"
#include "include/private/base/SkFloatingPoint.h"
#include "src/base/SkUtils.h"
#include "tests/Test.h"
#include <array>
#include <cfloat>
#include <cmath>
#include <cstdint>
#include <cstring>
#include <limits>
Go to the source code of this file.
Functions | |
DEF_TEST (DoubleNearlyZero, reporter) | |
DEF_TEST (DoubleNearlyEqualUlps, reporter) | |
DEF_TEST (BitCastDoubleRoundTrip, reporter) | |
DEF_TEST (FMA, reporter) | |
DEF_TEST (Midpoint, reporter) | |
DEF_TEST | ( | BitCastDoubleRoundTrip | , |
reporter | |||
) |
Definition at line 111 of file FloatingPointTest.cpp.
DEF_TEST | ( | DoubleNearlyEqualUlps | , |
reporter | |||
) |
Definition at line 47 of file FloatingPointTest.cpp.
DEF_TEST | ( | DoubleNearlyZero | , |
reporter | |||
) |
Definition at line 20 of file FloatingPointTest.cpp.
DEF_TEST | ( | FMA | , |
reporter | |||
) |
Definition at line 133 of file FloatingPointTest.cpp.
DEF_TEST | ( | Midpoint | , |
reporter | |||
) |
Definition at line 152 of file FloatingPointTest.cpp.