0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-03-05 17:01:25 +00:00
quakeforge/libs/util
Bill Currie cfaf158ebc [math] Add some bit-op functions
Just 32-bit rounding to next higher power of two, and base 2 logarithm.
Most importantly, they are suitable for use in initializers as they are
constant in, constant out.
2022-01-23 13:47:14 +09:00
..
test [math] Add some bit-op functions 2022-01-23 13:47:14 +09:00
bsearch.c
bspfile.c
buildnum.c
cbuf.c
cexpr-lex.l [cexpr] Support chained contexts for scoping 2021-12-24 06:45:12 +09:00
cexpr-lib.c [cexpr] Add support for casting plitems 2021-12-24 06:45:13 +09:00
cexpr-parse.y [cexpr] Support varargs functions 2021-12-24 06:45:12 +09:00
cexpr-type.c [cexpr] Use correct functions for double trunc/floor 2022-01-02 01:13:17 +09:00
cexpr-vars.c white space 2021-12-24 06:45:12 +09:00
checksum.c
cmd.c
cmem.c
crc.c
cvar.c [cvar] Preserve cvars loaded from config files 2021-12-17 08:32:36 +09:00
dirent.c
dstring.c
fendian.c
fnmatch.c
getopt.c
getopt1.c
hash.c
heapsort.c
idparse.c
info.c
link.c
llist.c
Makemodule.am [cexpr] Add a small library with some useful functions 2021-12-24 06:45:12 +09:00
math.S
mathlib.c
mdfour.c
mersenne.c [util] Add mtwist float random number functions 2021-12-24 06:45:13 +09:00
msg.c
pakfile.c
plist.c [plist] Allow ` to be used without quotes 2021-12-24 06:45:12 +09:00
plugin.c
qargs.c [util] Expose the quakerc check function 2021-11-14 10:12:14 +09:00
qendian.c
qsort_r.c
quakefs.c [quakefs] Clean out some excess memsets 2021-12-24 06:45:13 +09:00
quakeio.c
riff.c
script.c
segtext.c
set.c
simd.c [simd] Split out the ivec implementations 2022-01-02 16:02:57 +09:00
sizebuf.c
string.c
sys.c [sys] Use tailless INT64_C macro 2022-01-06 22:27:42 +09:00
sys_ia32.S
va.c
ver_check.c
wad.c
wadfile.c
zone.c [zone] Add function to retrieve memory usage 2021-12-27 20:12:03 +09:00