src/pylib/Lib/math_impl/comptime/common

Search:
Group by:
Source   Edit  

Consts

ln2_hi = 0.6931471803691238
3fe62e42 fee00000 Source   Edit  
ln2_lo = 1.9082149292705877e-10
3dea39ef 35793c76 Source   Edit  

Templates

template GET_FLOAT_WORD(word: var uint32; x: float32)
Source   Edit  
template GET_FLOAT_WORD(x: float32): uint32
Source   Edit  
template getLowWord(x: float32): uint16
Source   Edit  
template getLowWord(x: float64): uint32
Source   Edit  
template setHighWord(x: float; hi)
Source   Edit