Mercurial > public > hwos_code
comparison src/math.inc @ 0:11d4fc797f74
init
author | heinrichsweikamp |
---|---|
date | Wed, 24 Apr 2013 19:22:45 +0200 |
parents | |
children | ca4556fb60b9 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:11d4fc797f74 |
---|---|
1 ;============================================================================= | |
2 ; | |
3 ; File math.inc | |
4 ; | |
5 ; | |
6 ; Copyright (c) 2011, JD Gascuel, HeinrichsWeikamp, all right reserved. | |
7 ;============================================================================= | |
8 ; HISTORY | |
9 ; 2011-08-03 : [mH] moving from OSTC code | |
10 | |
11 extern convert_time | |
12 extern div16 | |
13 extern sub16 | |
14 extern subU16 | |
15 extern mult16x16 | |
16 extern div16x16 | |
17 extern div32x16 | |
18 ; extern isr_mult16x16 | |
19 extern isr_shift_C31 | |
20 extern isr_unsigned_mult16x16 | |
21 extern isr_signed_mult16x16 |