Commit graph

48 commits

Author SHA1 Message Date
claudiol
353e6b7b54 Fixed fonts tool. Rebuilt all fonts. 2017-09-19 13:08:45 -04:00
claudiol
a9041bb42a Fixed more glitches with user fonts. 2017-09-01 13:05:50 -04:00
claudiol
fd342d53cc Added ->NFC command. Updated Unicode data to 10.0. 2017-07-28 17:52:16 -04:00
claudiol
5118662c4b Wrote ASM optimized multiplication routine. 2017-07-07 09:40:31 -04:00
claudiol
51209d4cfb Bugfixes, improved speed, updated project files and removed old transcendental functions. 2017-07-03 11:08:06 -04:00
claudiol
3a23e979f9 Added asinh, acosh, atanh, and separated new transcendentals module. 2017-06-27 18:20:13 -04:00
claudiol
bb0703967a Added exp() 2017-06-26 18:40:16 -04:00
claudiol
0405d16734 Finished implementing ln() by power series. 2017-06-26 13:02:05 -04:00
claudiol
93b5f5da0a Finished atan() implementation. 2017-06-21 10:38:28 -04:00
claudio
712d6ec13a Added table generator for new atanpower() 2017-06-20 23:04:55 -04:00
claudiol
98a9f92a36 Added small tables to speed up atan() convergence. 2017-06-20 12:00:33 -04:00
claudiol
1b9a218088 Nothing done, just testing 2017-06-19 18:53:28 -04:00
claudio
6edd0834a7 Added atan argument reduction. 2017-06-19 14:31:27 -04:00
claudiol
ddfd119b55 atan() work in progress. 2017-06-16 19:00:34 -04:00
claudiol
02bd3a9c7b Finished tan() implementation, tested. 2017-06-16 11:41:38 -04:00
claudiol
b80d948129 Finished sqrt() table-less implementation. 2017-06-12 16:26:37 -04:00
claudio
1fb2405f0d Added psqrt() with Halley's method (work in progress) 2017-06-11 23:37:36 -04:00
claudio
cca525c81d Fixed merge problems. 2017-06-08 22:20:23 -04:00
claudio
134dc3310e Merge branch 'master' of hpgcc3.org:newrpl
Conflicts:
	tools/decimal-optimization/bintranscen.c
	tools/decimal-optimization/main.c
2017-06-08 22:04:09 -04:00
claudio
e882dac861 Added compression. 2017-06-08 21:50:26 -04:00
claudiol
d0827e7def Added power series sine and cosine functions. 2017-06-08 19:01:05 -04:00
claudiol
84d1bd5322 Fixed tables for improved precision. 2017-05-31 16:57:16 -04:00
claudio
9fff28c027 Merge branch 'master' of hpgcc3.org:newrpl
Conflicts:
	tools/decimal-optimization/decimal-optimization.pro.user
2017-05-29 15:10:57 -04:00
claudiol
be72a776bb More progress in binary CORDIC. 2017-05-29 12:46:28 -04:00
claudio
e036723dca Merge branch 'master' of hpgcc3.org:newrpl
Conflicts:
	tools/decimal-optimization/decimal-optimization.pro.user
2017-05-27 22:03:32 -04:00
claudiol
7980fcc699 More work on binary cordic. 2017-05-26 16:59:28 -04:00
claudio
1d7a73bf5a Merge branch 'master' of hpgcc3.org:newrpl
Conflicts:
	tools/decimal-optimization/decimal-optimization.pro.user
2017-05-24 22:02:30 -04:00
claudio
6519b89c81 Removed unnecessary file 2017-05-24 22:00:30 -04:00
claudiol
0d1e08e2b1 Finished binary CORDIC loop - sin/cos working. 2017-05-23 12:24:08 -04:00
claudiol
e3c581ff5e Added decimal optimization tool. 2017-05-19 18:20:09 -04:00
claudiol
3c81a59e15 Rebuilt fonts again, fixed bug in bmp2font. Fixed bug in reals with new locale. 2016-06-15 16:41:57 +00:00
claudiol
d89691716f Updated all fonts to match character set 2016-06-15 15:16:11 +00:00
claudiol
1a44c698c1 Reorganized fonts 2016-06-15 14:41:25 +00:00
claudiol
4218663624 Added newRPL source code into the build process 2016-01-11 17:50:59 -05:00
claudiol
ecba74d3b0 Cleaned up inexistent project 2015-09-22 17:55:00 -04:00
claudiol
3660a2aced Added many units (up to 'bu'). 2015-09-22 17:53:38 -04:00
claudiol
295a8312c8 Progress on units 2015-09-16 17:55:02 -04:00
claudio
1ed75519c8 Added macros to declare rom objects 2015-09-16 14:56:58 -04:00
claudio
67248d4581 Reorganized code in the firmware image for stability. 2015-09-16 10:38:24 -04:00
claudio
c913fa8e49 Added font 7 2015-05-30 17:19:01 -04:00
claudio
8d4aa26afd Fixed project file to build rom 2015-05-14 22:13:49 -04:00
claudio
64a0b430d9 Added elf2rom project files. 2015-05-14 19:22:54 -04:00
claudio
9728617388 Added elf2rom 2015-05-14 18:46:59 -04:00
claudio
eb538d49d2 Added Unicode Font drawing routine. 2015-05-10 21:30:49 -04:00
claudio
10e64975c2 Finished font converter 2015-05-09 08:10:54 -04:00
claudio
83acd037fc Finished font packing 2015-05-08 22:07:10 -04:00
claudio
d9869580fc Added font conversion tool (work in progress). 2015-05-08 14:18:29 -04:00
claudio
c3df750a7d Added UTF8 library (work in progress) 2015-05-02 22:28:59 -04:00