Flutter Engine
The Flutter Engine
|
#include "include/private/base/SkFloatingPoint.h"
#include <algorithm>
#include <cmath>
#include <cstring>
#include <limits>
Go to the source code of this file.
Functions | |
static double | magnitude (double a) |
bool | sk_doubles_nearly_equal_ulps (double a, double b, uint8_t maxUlpsDiff) |
bool | sk_double_nearly_zero (double a) |
|
static |
Definition at line 19 of file SkFloatingPoint.cpp.
bool sk_double_nearly_zero | ( | double | a | ) |
Definition at line 54 of file SkFloatingPoint.cpp.
bool sk_doubles_nearly_equal_ulps | ( | double | a, |
double | b, | ||
uint8_t | maxUlpsDiff | ||
) |
Definition at line 30 of file SkFloatingPoint.cpp.