Bitcoin ABC  0.29.2
P2P Digital Currency
Functions
glibc_compat.cpp File Reference
#include <cstdarg>
Include dependency graph for glibc_compat.cpp:

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)
 

Function Documentation

◆ __wrap_exp()

float __wrap_exp ( float  x)

Definition at line 65 of file glibc_compat.cpp.

Here is the call graph for this function:

◆ __wrap_log()

float __wrap_log ( float  x)

Definition at line 79 of file glibc_compat.cpp.

Here is the call graph for this function:

◆ __wrap_log2()

float __wrap_log2 ( float  x)

Definition at line 93 of file glibc_compat.cpp.

Here is the call graph for this function:

◆ __wrap_pow()

float __wrap_pow ( float  x)

Definition at line 107 of file glibc_compat.cpp.

Here is the call graph for this function:

◆ exp_old()

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/

Here is the caller graph for this function:

◆ log2_old()

float log2_old ( float  x)
Here is the caller graph for this function:

◆ log_old()

float log_old ( float  x)
Here is the caller graph for this function:

◆ pow_old()

float pow_old ( float  x)
Here is the caller graph for this function: