1414codeforge/0xDEFEC7
4
1
Fork
You've already forked 0xDEFEC7
0
The 1414 Defective C Framework https://doublefourteen.io
  • C 99.2%
  • Makefile 0.8%
2025年08月14日 11:39:42 +02:00
examples [examples] Add qoaenc/qoadec. 2025年06月03日 22:18:19 +02:00
make [Makefile*] Move modules makefiles in their specific directory. 2025年08月14日 11:38:34 +02:00
.gitignore [.gitignore] Ignore known executables and hidden files. 2025年08月11日 10:14:52 +02:00
_sintbl.c [_{sin,tan}tbl.c] Add Sine and Tangent LUTs. 2025年08月11日 06:03:41 +02:00
_tantbl.c [_{sin,tan}tbl.c] Add Sine and Tangent LUTs. 2025年08月11日 06:03:41 +02:00
acosfx32.c [a{sin,cos}fx32.c] Add asinfx32() and acosfx32() implementations. 2025年08月08日 20:29:48 +02:00
asinfx32.c [a{sin,cos}fx32.c] Add asinfx32() and acosfx32() implementations. 2025年08月08日 20:29:48 +02:00
atan2fx32.c [atan2fx32.c] Add atan2fx32() implementation. 2025年08月08日 20:30:29 +02:00
cosfx32.c [cosfx32.c] Add cosfx32() implementation. 2025年08月08日 20:24:06 +02:00
crossfx32.c [crossfx32,dotfx32,normalizefx32] Add basic vector operations. 2025年08月11日 06:05:32 +02:00
dfendian.h [dfendian.h] Improve compat with MWERKS, minor style updates. 2025年08月14日 11:39:42 +02:00
dffilesys.h [dffilesys.h] Fix df_write_file() return value. 2025年06月03日 12:25:23 +02:00
dffixed.h [dffixed.h] Add header for fixed point math. 2025年08月08日 19:19:14 +02:00
dffloat16.h [dffloat16.h] Fix powf() usage. 2025年06月10日 13:24:35 +02:00
dfinline.h [dfinline.h] Add common header to support static inline 2025年08月08日 18:53:15 +02:00
dfprintflike.h [dfprintflike] Add printflike() attribute. 2025年08月14日 11:37:22 +02:00
dfqoa.h [dfqoa.h] Minor style fix. 2025年06月10日 13:10:46 +02:00
dfqoi.h [dfqoi.h,dftga.h] Add headers used by C implementation, minor style fixes. 2025年05月30日 12:26:06 +02:00
dftga.h [dfqoi.h,dftga.h] Add headers used by C implementation, minor style fixes. 2025年05月30日 12:26:06 +02:00
dfwave.h [dfwave.h] Minor style fixes. 2025年06月02日 20:03:27 +02:00
dfxpt.h [dfxpt.h] Simplify logic, add 64-bit fixed width support. 2025年05月31日 15:23:18 +02:00
dotfx32.c [crossfx32,dotfx32,normalizefx32] Add basic vector operations. 2025年08月11日 06:05:32 +02:00
LICENSE Initial commit 2025年05月27日 17:50:09 +02:00
Makefile [Makefile*] Move modules makefiles in their specific directory. 2025年08月14日 11:38:34 +02:00
makesintbl.c [make{sin,tan}tbl] Add Sine and Tangent LUTs generators. 2025年08月11日 06:04:33 +02:00
maketantbl.c [make{sin,tan}tbl] Add Sine and Tangent LUTs generators. 2025年08月11日 06:04:33 +02:00
normalizefx32.c [crossfx32,dotfx32,normalizefx32] Add basic vector operations. 2025年08月11日 06:05:32 +02:00
README.md Initial commit 2025年05月27日 17:50:09 +02:00
rsqrtfx32.c [rsqrtfx32.c] Add rsqrtfx32() implementation. 2025年08月08日 20:27:25 +02:00
sinfx32.c [sinfx32.c] Add sinfx32() implementation. 2025年08月08日 20:22:59 +02:00
sqrtfx32.c [sqrtfx32.c] Add sqrtfx32() implementation. 2025年08月08日 20:27:47 +02:00
tanfx32.c [tanfx32.c] Add tanfx32() implementation. 2025年08月08日 20:25:34 +02:00
wrapa180fx32.c [wrapa{180,360}fx32.c] Add angle wrapping functions. 2025年08月08日 20:35:28 +02:00
wrapa360fx32.c [wrapa{180,360}fx32.c] Add angle wrapping functions. 2025年08月08日 20:35:28 +02:00

0xDEFEC7

The 1414 Defective C Framework