Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
bc
/
357bc257ffa25403c27c2f1ebd7376374715ec35
/
include
/
num.h
70e3d60
Make all of the VM global
by Gavin Howard
· 6 years ago
705c4bc
Remove some useless error return values
by Gavin Howard
· 6 years ago
40a085f
Fix preprocessor conditionals for busybox
by Gavin Howard
· 6 years ago
773c86b
Fix busybox and toybox release to have the minimum
by Gavin Howard
· 6 years ago
53eba8b
Fix style for busybox
by Gavin Howard
· 6 years ago
48af52e
Fix busybox style complaints
by Gavin Howard
· 6 years ago
ad0ecfe
Create functions to just die on OOM
by Gavin Howard
· 6 years ago
34edd0a
Improve coverage and remove some useless code
by Gavin Howard
· 6 years ago
9a4b6cd
Reduce LOC even further
by Gavin Howard
· 6 years ago
54b946a
Add static declarations where I can
by Gavin Howard
· 6 years ago
e7e752d
Set a better Karatsuba num default
by Gavin Howard
· 6 years ago
d6c63ad
Make toybox compile
by Gavin Howard
· 6 years ago
1844108
Add a divmod function and use it where possible
by Gavin Howard
· 6 years ago
7fbb4e2
Use a bit trick to negate numbers
by Gavin Howard
· 6 years ago
dcaf230
Make the Karatsuba script work
by Gavin Howard
· 6 years ago
cd3060d
Get rid of a warning in busybox
by Gavin Howard
· 6 years ago
b5093d7
Clean out karatsuba debug code
by Gavin Howard
· 6 years ago
305249a
Start adding Karatsuba
by Gavin Howard
· 6 years ago
d32d7df
Reduce LOC in num.c
by Gavin Howard
· 6 years ago
f8f232b
Make busybox compile without warnings
by Gavin Howard
· 6 years ago
8a921bd
Add restrict in a few places in num.c
by Gavin Howard
· 6 years ago
bb498fb
Style fixes
by Gavin Howard
· 6 years ago
844e7a5
Fix a bunch of various crash bugs
by Gavin Howard
· 6 years ago
32b2daa
Exclude some stuff
by Gavin Howard
· 6 years ago
83eb839
Add asciify and printing byte streams
by Gavin Howard
· 6 years ago
757b66a
Style fixes
by Gavin Howard
· 6 years ago
be53edd
Rename a math op to be accurate
by Gavin Howard
· 6 years ago
e6e8476
Change the defines
by Gavin Howard
· 6 years ago
c9a9c47
Make things shipshape for toybox again
by Gavin Howard
· 6 years ago
ba00980
Add an initial (non-working) modular exponentiation
by Gavin Howard
· 6 years ago
12fe781
Style fixes
by Gavin Howard
· 6 years ago
411f732
Style fixes
by Gavin Howard
· 6 years ago
6373820
Finish changing to busybox style
by Gavin Howard
· 6 years ago
1dc4f09
Style fixes
by Gavin Howard
· 6 years ago
db31998
Style fix
by Gavin Howard
· 6 years ago
8d3259a
Fix a crash found by afl
by Gavin Howard
· 6 years ago
0be26ed
Move some code to reduce LOC for toybox
by Gavin Howard
· 6 years ago
4538c90
Remove one line of code for toybox
by Gavin Howard
· 6 years ago
52e0126
Use more #defines
by Gavin Howard
· 6 years ago
6e0f3c5
Reduce LOC and fix some style for toybox
by Gavin Howard
· 6 years ago
0075913
Reduce allocation sizes for nums
by Gavin Howard
· 6 years ago
6a804cf
Make compare functions return number of equal digits through return
by Gavin Howard
· 7 years ago
902a16c
Reduce loc even further
by Gavin Howard
· 7 years ago
b49a1c3
Make toybox compile from the release script
by Gavin Howard
· 7 years ago
0011a3a
Add two environment variables
by Gavin Howard
· 7 years ago
5ce4084
Change back to lines being 69 characters
by Gavin Howard
· 7 years ago
2bc0eee
Undo the character width change
by Gavin Howard
· 7 years ago
2168fb8
Fix scan-build warnings (from Thalheim)
by Gavin Howard
· 7 years ago
a141a0f
Fix various problems with printing numbers
by Gavin Howard
· 7 years ago
9c4358c
Style fixes for num.c
by Gavin Howard
· 7 years ago
0c0d192
Various style fixes to compress code
by Gavin Howard
· 7 years ago
27fdfb9
Remove bug statuses and replace with asserts
by Gavin Howard
· 7 years ago
2949306
Put status codes and error stuff in their own header
by Gavin Howard
· 7 years ago
2a064fd
Rename the compare functions
by Gavin Howard
· 7 years ago
08bf529
Remove duplicate code in num compare funcs
by Gavin Howard
· 7 years ago
bc7cae8
Take strings into account when printing widths
by Gavin Howard
· 7 years ago
747aa5b
Fix bug where obase was triggering wrongly
by Gavin Howard
· 7 years ago
1819ecc
Fix printing
by Gavin Howard
· 7 years ago
eb9a822
More style changes for landley
by Gavin Howard
· 7 years ago
d75aaec
Exclude as many function declarations as possible
by Gavin Howard
· 7 years ago
f456d37
Make sure data is put before code in toybox
by Gavin Howard
· 7 years ago
021150b
Fix the last divide error
by Gavin Howard
· 7 years ago
4e5ee2b
Fix bugs found when testing in toybox
by Gavin Howard
· 7 years ago
32f2beb
Reuse code for bc_num_printDecimal()
by Gavin Howard
· 7 years ago
152f3e8
Make sure to not print newlines when in a print statement
by Gavin Howard
· 7 years ago
2682a1f
Add a rough implementation of non-decimal printing
by Gavin Howard
· 7 years ago
82435af
Style fix for toybox
by Gavin Howard
· 7 years ago
5cea43b
Change conversion functions to accept BcNum bases
by Gavin Howard
· 7 years ago
b11bc8a
Deduplicate some code
by Gavin Howard
· 7 years ago
f23448c
Start implementing work to search for function args
by Gavin Howard
· 7 years ago
9bb13e2
Various style fixes
by Gavin Howard
· 7 years ago
ed392aa
Redo the bc_program_read() function
by Gavin Howard
· 7 years ago
e66ce6a
Remove scale requirement from parsing
by Gavin Howard
· 7 years ago
5d74e96
Make ibase and obase BcNum's and handle conversion
by Gavin Howard
· 7 years ago
43a027f
Create zero and one constants more efficiently
by Gavin Howard
· 7 years ago
8d1f1db
Update pointer style for toybox
by Gavin Howard
· 7 years ago
025d04d
Start turning BcNum arrays into least significant first
by Gavin Howard
· 7 years ago
b5904bf
Change the license
by Gavin Howard
· 7 years ago
a83e3dc
Fix a few bugs and compile errors
by Gavin Howard
· 7 years ago
8389bb2
Rename a few things
by Gavin Howard
· 7 years ago
8e2cc69
Add functions to convert longs to BcNum's
by Gavin Howard
· 7 years ago
6f6dc94
Replace unused with cap in BcNum's
by Gavin Howard
· 7 years ago
903a1e2
Fix printing to not go over the line limit
by Gavin Howard
· 7 years ago
3ba6c8d
Move the include files
by Gavin Howard
· 7 years ago
[Renamed (99%) from include/bc/num.h]
68b8a5c
Add functions to convert to longs
by Gavin Howard
· 7 years ago
0b465d0
Style fixes
by Gavin Howard
· 7 years ago
0dbafb5
Adjust the license exemption
by Gavin Howard
· 7 years ago
b5c7721
Rip out all references to fxdpnt
by Gavin Howard
· 7 years ago
fe679f0
Write an initial shot at addition
by Gavin Howard
· 7 years ago
3eb626f
Start adding math directly into bc
by Gavin Howard
· 7 years ago