Bitcoin ABC 0.30.5
P2P Digital Currency
|
#include <cstdarg>
Go to the source code of this file.
Functions | |
float | exp_old (float x) |
Starting with GLIBC_2.29 there is an optimized version of the math functions. More... | |
float | __wrap_exp (float x) |
float | log_old (float x) |
float | __wrap_log (float x) |
float | log2_old (float x) |
float | __wrap_log2 (float x) |
float | pow_old (float x) |
float | __wrap_pow (float x) |
float __wrap_exp | ( | float | x | ) |
float __wrap_log | ( | float | x | ) |
float __wrap_log2 | ( | float | x | ) |
float __wrap_pow | ( | float | x | ) |
float exp_old | ( | float | x | ) |
Starting with GLIBC_2.29 there is an optimized version of the math functions.
See https://lwn.net/Articles/778286/
float log2_old | ( | float | x | ) |
float log_old | ( | float | x | ) |
float pow_old | ( | float | x | ) |