openMSX
Functions
fast_log2.hh File Reference
#include <bit>
#include <cstdint>
#include <utility>
Include dependency graph for fast_log2.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

std::pair< float, int > fast_frexpf (float x)
 
float fast_log2 (float x)
 

Function Documentation

◆ fast_frexpf()

std::pair< float, int > fast_frexpf ( float  x)
inline

Definition at line 34 of file fast_log2.hh.

Referenced by fast_log2().

◆ fast_log2()

float fast_log2 ( float  x)
inline

Definition at line 46 of file fast_log2.hh.

References fast_frexpf().