Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
bc
/
f1ae2be90f017aad34288120fa2ebae01ed8382a
/
src
f1ae2be
Fix style
by Gavin Howard
· 6 years ago
a0ec1e8
Remove some useless code
by Gavin Howard
· 6 years ago
a36f031
Change the name of a #define
by Gavin Howard
· 6 years ago
402d617
Fix division triggering asserts
by Gavin Howard
· 6 years ago
dd15b14
Add an optimization
by Gavin Howard
· 6 years ago
92cf905
Fix compiler warnings
by Gavin Howard
· 6 years ago
d480bca
Fix a compile error
by Gavin Howard
· 6 years ago
303572b
Fix modexp
by Gavin Howard
· 6 years ago
f596178
Fix divmod
by Gavin Howard
· 6 years ago
686ab20
Remove debugging prints
by Gavin Howard
· 6 years ago
43afd43
Make long division work
by Gavin Howard
· 6 years ago
799ee97
Remove some now-unneeded code
by Gavin Howard
· 6 years ago
1980e03
Start making a fast long division implementation
by Gavin Howard
· 6 years ago
c154280
Remove a function
by Gavin Howard
· 6 years ago
abb3b8d
Fix style
by Gavin Howard
· 6 years ago
2a84f96
Add a debug print function
by Gavin Howard
· 6 years ago
070a6ce
Start adding in long division
by Gavin Howard
· 6 years ago
8722e83
Fix style
by Gavin Howard
· 6 years ago
6134966
Do some work on my own division
by Gavin Howard
· 6 years ago
cc2974b
Fix a bug
by Gavin Howard
· 6 years ago
9b4f491
Fix style
by Gavin Howard
· 6 years ago
ed44383
Change the type and name of a var
by Gavin Howard
· 6 years ago
9d771ba
Fix a compiler warning
by Gavin Howard
· 6 years ago
4c60569
Fix parsing
by Gavin Howard
· 6 years ago
1666938
Try to make my division fast and bug free
by Gavin Howard
· 6 years ago
e7ae4f4
Fix some compiler warnings
by Gavin Howard
· 6 years ago
4007e2f
Add a useful function
by Gavin Howard
· 6 years ago
2956a5e
Make sure to use a fast type for the BcDig overflow type
by Gavin Howard
· 6 years ago
b3f1ee2
Start speeding up parsing and printing
by Gavin Howard
· 6 years ago
a58840c
Fix problems
by Gavin Howard
· 6 years ago
4039417
Update with stesser/d9
by Gavin Howard
· 6 years ago
814d287
Remove a useless call
by Gavin Howard
· 6 years ago
4b075f2
Tweak to code
by Gavin Howard
· 6 years ago
b4a9cdb
Add a procedure to print num chars more easily
by Gavin Howard
· 6 years ago
32a7cd3
Fix more missed return values
by Gavin Howard
· 6 years ago
7470457
Fix a missed return value bug
by Gavin Howard
· 6 years ago
1bebc48
Fix a seg fault
by Gavin Howard
· 6 years ago
ea8d513
Tweak another thing
by Gavin Howard
· 6 years ago
65f3019
Tweak a bit of code
by Gavin Howard
· 6 years ago
43b6fd7
Tweak a bit of code
by Gavin Howard
· 6 years ago
a86faf3
Add more to an assert
by Gavin Howard
· 6 years ago
a8c2e58
Reduce allocations even more in printing
by Gavin Howard
· 6 years ago
fbae8a5
Fix style
by Gavin Howard
· 6 years ago
c4e9a08
Reduce allocations for printing
by Gavin Howard
· 6 years ago
e34f7d8
Fix a few various things
by Gavin Howard
· 6 years ago
959d54b
Remove an allocation
by Gavin Howard
· 6 years ago
92b81ce
Fix yet more style
by Gavin Howard
· 6 years ago
af3aca2
Adjust even more style
by Gavin Howard
· 6 years ago
1d42c2f
Fix even more style
by Gavin Howard
· 6 years ago
f168515
Fix more style
by Gavin Howard
· 6 years ago
e308ef4
Remove an unneeded comment
by Gavin Howard
· 6 years ago
24e3dea
Fix style
by Gavin Howard
· 6 years ago
509a486
Prevent undefined behavior
by Gavin Howard
· 6 years ago
f0d3830
Get rid of a possible memory leak
by Gavin Howard
· 6 years ago
eedfb2c
Move the adjustment of vm->nchars
by Gavin Howard
· 6 years ago
8e74e6b
Fix problems from the merge
by Gavin Howard
· 6 years ago
a67435f
Merge branch 'master' into base9
by Gavin Howard
· 6 years ago
792b726
Fix style
by Gavin Howard
· 6 years ago
76eb0a6
Remove a compiler warning
by Gavin Howard
· 6 years ago
edcc186
Remove TODO comments
by Gavin Howard
· 6 years ago
46a7d8d
Fix a failed error test in dc
by Gavin Howard
· 6 years ago
12aedf5
Fix references
by Gavin Howard
· 6 years ago
1d85719
Fix sqrt
by Gavin Howard
· 6 years ago
8291ecd
Fix a crash on an error test
by Gavin Howard
· 6 years ago
a8ab3e6
Increase efficiency
by Gavin Howard
· 6 years ago
d1bea96
Remove a memory leak
by Gavin Howard
· 6 years ago
aafebf5
Remove some compiler warnings
by Gavin Howard
· 6 years ago
abe4fdf
Fix some temp code
by Gavin Howard
· 6 years ago
194380e
Properly request sizes for places and shifting
by Gavin Howard
· 6 years ago
28c087f
Get rid of a few question comments from Stefan
by Gavin Howard
· 6 years ago
22253c7
Remove some duplicated code
by Gavin Howard
· 6 years ago
8721e33
Make bc_num_extend more efficient
by Gavin Howard
· 6 years ago
efc1e20
Fix style
by Gavin Howard
· 6 years ago
24e3ee9
Update my division with my latest
by Gavin Howard
· 6 years ago
914a7f6
Optimize bc_num_pow10() and remove the unused bc_num_pow10 array
by Stefan Esser
· 6 years ago
e274dbe
Make shiftLeft return an error for too large shift amounts instead of crashing
by Stefan Esser
· 6 years ago
28ffb91
Add comments to the division based on the Goldschmidt algorithm
by Stefan Esser
· 6 years ago
e6bd86b
Fix length parameter which obviously should be scale not rdx
by Stefan Esser
· 6 years ago
276de8c
Mark a few places where changes might be required with // <se>
by Stefan Esser
· 6 years ago
b9db23b
Double correction value applied in bc_num_invert()
by Stefan Esser
· 6 years ago
1a503e6
Fix printing of fractional parts for obase > 10
by Stefan Esser
· 6 years ago
017f0c8
Fix width of value printed for base > 17
by Stefan Esser
· 6 years ago
7e21b3c
Adapt division algorithm to use the updated bc_num_invert()
by Stefan Esser
· 6 years ago
85f59a6
Add correction to result of Goldschmidt algorithm
by Stefan Esser
· 6 years ago
013aeff
Change type of variables in debug print function to int to silence a compiler warning
by Stefan Esser
· 6 years ago
10bca11
Fix merge errors in idivision based on Goldschmidt algorithm
by Stefan Esser
· 6 years ago
f28be31
Fix decoding of BcNum in debug print function
by Stefan Esser
· 6 years ago
ea844d2
Start implementing truncated division
by Gavin Howard
· 6 years ago
a92130f
Make debug code more useful
by Gavin Howard
· 6 years ago
5b2af58
Add back the forward declaration of bc_num_pow10.
by Stefan Esser
· 6 years ago
6167e22
Revert bc_num_pow10 to a function instead of an array that holds the results.
by Stefan Esser
· 6 years ago
4534283
Merge branch 'base9' of https://github.com/gavinhoward/bc into d9
by Stefan Esser
· 6 years ago
e396dff
Put in more checks for overflow
by Gavin Howard
· 6 years ago
a5f4c4a
Add a comment about division
by Gavin Howard
· 6 years ago
8b4656f
Fix parsing numbers
by Gavin Howard
· 6 years ago
b0642be
Fix bc_num_parseBase()
by Gavin Howard
· 6 years ago
f310462
Get rid of a useless comment
by Gavin Howard
· 6 years ago
c134992
Make scientific and engineering work
by Gavin Howard
· 6 years ago
b5e6da9
Make right shift completely work
by Gavin Howard
· 6 years ago
a187919
Make left shift completely work
by Gavin Howard
· 6 years ago
Next »