Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codr7/hacktical-c
/ hc_fix_exp
Function
hc_fix_exp
fix/fix.c:29–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
}
28
29
uint8_t hc_fix_exp(const hc_fix_t x) {
30
return hc_bitmask(x, HC_FIX_EXP);
31
}
32
33
int64_t hc_fix_val(const hc_fix_t x) {
34
const int64_t v = x >> HC_FIX_HDR;
Callers
8
test_new
Function · 0.85
hc_fix_int
Function · 0.85
hc_fix_frac
Function · 0.85
hc_fix_double
Function · 0.85
hc_fix_add
Function · 0.85
hc_fix_sub
Function · 0.85
hc_fix_mul
Function · 0.85
hc_fix_div
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_new
Function · 0.68