Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
bc
/
11b9afd3b678b34f484fc2c88498b123d64e5810
/
src
/
num.c
11b9afd
Style fixes to num.c
by Gavin Howard
· 6 years ago
4097415
Fix a bug in compare
by Gavin Howard
· 6 years ago
a2514a0
Remove memset() calls where possible
by Gavin Howard
· 6 years ago
7fbb4e2
Use a bit trick to negate numbers
by Gavin Howard
· 6 years ago
d1a7836
Style fixes for num.c
by Gavin Howard
· 6 years ago
88c2530
Reduce LOC
by Gavin Howard
· 6 years ago
b5093d7
Clean out karatsuba debug code
by Gavin Howard
· 6 years ago
23d8d25
Fix some bugs in Karatsuba
by Gavin Howard
· 6 years ago
305249a
Start adding Karatsuba
by Gavin Howard
· 6 years ago
60136d7
Make sure to use ints in math as much as possible
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
3cf769e
Add a few important asserts
by Gavin Howard
· 6 years ago
38a10a1
Fix a bug in add and sub
by Gavin Howard
· 6 years ago
4c4f5f0
Get rid of a needless status
by Gavin Howard
· 6 years ago
0bfcf7a
Fix a math in sqrt
by Gavin Howard
· 6 years ago
844e7a5
Fix a bunch of various crash bugs
by Gavin Howard
· 6 years ago
4c09154
Fix lots of bugs with printing
by Gavin Howard
· 6 years ago
83eb839
Add asciify and printing byte streams
by Gavin Howard
· 6 years ago
d5bbf28
Reduce LOC
by Gavin Howard
· 6 years ago
ec82bdc
Remove the need for libm
by Gavin Howard
· 6 years ago
b20c2db
Change a few names
by Gavin Howard
· 6 years ago
022606d
Rename some local vars for an upcoming change
by Gavin Howard
· 6 years ago
b11e9e2
Change the sqrt solution
by Gavin Howard
· 6 years ago
2bc5418
Style fixes for busybox
by Gavin Howard
· 6 years ago
9f2395b
Attempt again to fix the sqrt math bug
by Gavin Howard
· 6 years ago
74f829f
Style fix
by Gavin Howard
· 6 years ago
108ef83
Fix math bug in sqrt
by Gavin Howard
· 6 years ago
757b66a
Style fixes
by Gavin Howard
· 6 years ago
8c01998
Fix an assert gone wrong
by Gavin Howard
· 6 years ago
9ab772a
Reduce LOC
by Gavin Howard
· 6 years ago
2c8959e
Get rid of unnecessary modexp error checking
by Gavin Howard
· 6 years ago
5ef610b
Style fixes to modexp
by Gavin Howard
· 6 years ago
841a388
Reduce LOC even further
by Gavin Howard
· 6 years ago
be53edd
Rename a math op to be accurate
by Gavin Howard
· 6 years ago
3115c01
Fix a math bug in mod
by Gavin Howard
· 6 years ago
c39fd49
Style fixes to reduce LOC for toybox
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
e112977
Revert bc_num_free() to what it was recently
by Gavin Howard
· 6 years ago
da4cfc0
Start making assigning strings to vars work
by Gavin Howard
· 6 years ago
3e10ae0
Silence a warning
by Gavin Howard
· 6 years ago
af90560
Fix a bug with divmod
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
9019886
Refactor vectors a bit
by Gavin Howard
· 6 years ago
5065154
Style fixes
by Gavin Howard
· 6 years ago
a1c4439
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
4ad418e
Fix a bug found by inspection
by Gavin Howard
· 6 years ago
bbe28fd
Style fix
by Gavin Howard
· 6 years ago
b6b1684
Fix a bug found by inspection
by Gavin Howard
· 6 years ago
5f46ee3
Style fixes
by Gavin Howard
· 6 years ago
1a5cac2
Make my bc follow the standard for printing numbers
by Gavin Howard
· 6 years ago
eb0fd03
Fix more num error handling code
by Gavin Howard
· 6 years ago
7f45f1a
Fix an error handling bug in num.c
by Gavin Howard
· 6 years ago
d555167
Reorganize the code
by Gavin Howard
· 6 years ago
1dc4f09
Style fixes
by Gavin Howard
· 6 years ago
96710ad
Fix a bug where bc_num_ulong() was not reporting overflow
by Gavin Howard
· 6 years ago
a628aa2
Refactor the lexer's string code
by Gavin Howard
· 6 years ago
2444f27
Change boolean not operator to have same prec as negate
by Gavin Howard
· 6 years ago
bc20f3d
Add some asserts and other style fixes
by Gavin Howard
· 6 years ago
0976b61
Style fixes
by Gavin Howard
· 6 years ago
4bb4855
Add a test and fix for a bug in division
by Gavin Howard
· 6 years ago
8e90a47
Fix the bug in add
by Gavin Howard
· 6 years ago
73cce1a
Add a comment that is needed
by Gavin Howard
· 6 years ago
b56eb1a
Remove 1 LOC
by Gavin Howard
· 6 years ago
24434e1
Style fix
by Gavin Howard
· 6 years ago
695e5d9
Fix subtraction bug
by Gavin Howard
· 6 years ago
80977b2
Fix a print bug
by Gavin Howard
· 6 years ago
07c2335
Fix the failing mod test
by Gavin Howard
· 6 years ago
5d149cf
Make mod pass the new mod test
by Gavin Howard
· 6 years ago
be261e7
Fix warnings on 32-bit gcc
by Gavin Howard
· 6 years ago
8317a79
Style fixes to reduce the LOC even more
by Gavin Howard
· 6 years ago
c0f65d7
Rename a procedure
by Gavin Howard
· 6 years ago
c8c64a5
Fix the problems with sine
by Gavin Howard
· 6 years ago
e57525d
Allow bc_num_alg_s() to clear nums to zero
by Gavin Howard
· 6 years ago
6dbf6bf
Style fixes
by Gavin Howard
· 6 years ago
337fe60
Refactor some common code in multiply and division
by Gavin Howard
· 6 years ago
0be26ed
Move some code to reduce LOC for toybox
by Gavin Howard
· 6 years ago
3c6115b
Make sure to clear to zero for division
by Gavin Howard
· 6 years ago
f9fec2a
Clean up some unnecessary code from two commits ago
by Gavin Howard
· 6 years ago
a376f78
Fix infinite loop problem in sine
by Gavin Howard
· 6 years ago
4538c90
Remove one line of code for toybox
by Gavin Howard
· 6 years ago
ed742ce
Fix the math problems in sqrt
by Gavin Howard
· 6 years ago
ea13169
Fix more memory leaks in sqrt()
by Gavin Howard
· 6 years ago
8e8e5bc
Fix a memory leak when a particular error occurs
by Gavin Howard
· 6 years ago
40e769c
Reduce sqrt request size to min
by Gavin Howard
· 6 years ago
52e0126
Use more #defines
by Gavin Howard
· 6 years ago
88fb797
Fix valgrind errors found by Sasha/Graff
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
f6e3fb3
Fix warnings found by Thalheim
by Gavin Howard
· 6 years ago
8b22bb2
Fix leak on error found by Thalheim
by Gavin Howard
· 6 years ago
68f8471
Add more sig int checks
by Gavin Howard
· 6 years ago
2ea7dc4
Put in more checks for sig ints
by Gavin Howard
· 6 years ago
0dfe292
Make interrupts work better
by Gavin Howard
· 6 years ago
6a804cf
Make compare functions return number of equal digits through return
by Gavin Howard
· 7 years ago
Next »