repo.or.cz
/
RRG-proxmark3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
textual
[RRG-proxmark3.git]
/
client
/
src
/
pm3_bit_limits.h
blob
a2deda4c896145c2d87eec1637ae09e8bd9633b3
1
#ifndef __BITLIB_LIMITS_H
2
#define __BITLIB_LIMITS_H
3
4
#define BITLIB_FLOAT_BITS 53
5
#define BITLIB_FLOAT_MAX 0xfffffffffffffL
6
#define BITLIB_FLOAT_MIN (-0x10000000000000L)
7
#define BITLIB_FLOAT_UMAX 0x1fffffffffffffUL
8
9
#endif