update comments
[ieee754fpu.git] / src / add / fsqrt.py
2019-04-30 Luke Kenneth Casso... move normalise function, add lowbits param, call it
2019-04-30 Aleksandar KostovicCreated the normalise function
2019-04-30 Luke Kenneth Casso... add comment
2019-04-30 Luke Kenneth Casso... minor code-shuffle on sqrt() fn
2019-04-30 Luke Kenneth Casso... return remainder from sqrt() to see what it looks like
2019-04-29 Luke Kenneth Casso... extra tests to find out rounding conditions
2019-04-29 Luke Kenneth Casso... total shock! experimentation worked!
2019-04-29 Luke Kenneth Casso... guessing / experimenting...
2019-04-29 Luke Kenneth Casso... hmmm... experimenting...
2019-04-29 Luke Kenneth Casso... add printout of binary version
2019-04-29 Luke Kenneth Casso... sorting out...
2019-04-29 Aleksandar KostovicTried to make final assignemnt of the sqrt
2019-04-29 Luke Kenneth Casso... decode xbits (an integer) not x (an object)
2019-04-29 Aleksandar KostovicCreated small test for decode_fp32 function
2019-04-28 Luke Kenneth Casso... add fast sqrt paper link
2019-04-28 Luke Kenneth Casso... get the sqrt m/e, print out the original m/e side-by...
2019-04-28 Luke Kenneth Casso... find MSB-pow-2 in different way
2019-04-28 Luke Kenneth Casso... minor tidyup
2019-04-28 Aleksandar KostovicCreated two nested for loops for testing
2019-04-28 Aleksandar KostovicCommented the right function
2019-04-28 Luke Kenneth Casso... add convenience routines
2019-04-28 Luke Kenneth Casso... add a few comments
2019-04-28 Luke Kenneth Casso... add some functions copied from unit_test_single for...
2019-04-28 Luke Kenneth Casso... add an __main__ test thing
2019-04-28 Luke Kenneth Casso... little trick when it comes to if else and a return...
2019-04-28 Luke Kenneth Casso... remove Q function thing
2019-04-28 Aleksandar KostovicCreated the main function
2019-04-28 Luke Kenneth Casso... fixed sqrt bugs
2019-04-28 Aleksandar KostovicAdapted the C version of sqrt to python
2019-04-27 Aleksandar KostovicRemoved left semicolons
2019-04-27 Luke Kenneth Casso... whitespace cleanup
2019-04-27 Aleksandar KostovicNemoved the example number
2019-04-27 Aleksandar KostovicCreated the sqrt function found on wikipedia page
2019-04-27 Aleksandar KostovicVery simple function for sqrt
2019-04-13 Luke Kenneth Casso... add c version from original paper
2019-04-12 Aleksandar KostovicCreate fsqrt.py file and put the verilog code in commen...