Bitcoin Core  0.21.1
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules
Functions
glibc_compat.cpp File Reference
#include <cstddef>
#include <cstdint>
Include dependency graph for glibc_compat.cpp:

Go to the source code of this file.

Functions

void * memmove (void *a, const void *b, size_t c)
 
void * memcpy (void *a, const void *b, size_t c)
 
float log2f_old (float x)
 
float __wrap_log2f (float x)
 

Function Documentation

float __wrap_log2f ( float  x)

Definition at line 60 of file glibc_compat.cpp.

Here is the call graph for this function:

float log2f_old ( float  x)

Here is the caller graph for this function:

void* memcpy ( void *  a,
const void *  b,
size_t  c 
)

Definition at line 14 of file glibc_compat.cpp.

Here is the call graph for this function:

void* memmove ( void *  a,
const void *  b,
size_t  c 
)

Here is the caller graph for this function: