Skip to content

History / Draft floating point Boogie language extension

Revisions

  • Moved functions to code snippets

    @liammachado liammachado committed Mar 25, 2019
  • Reverted rename

    @liammachado liammachado committed Mar 25, 2019
  • Changed title and summary to reflect that this is no longer a draft

    @liammachado liammachado committed Mar 25, 2019
  • Removed duplicate word

    @liammachado liammachado committed Mar 25, 2019
  • Added note regarding trailing zeros in the significand of floating-point constants.

    @liammachado liammachado committed Jan 17, 2019
  • Updated constant syntax, cleaned up links, and reworded some sentences.

    @liammachado liammachado committed Jan 17, 2019
  • Removed reference to to_fp function that accepts int; this function does not exist.

    @liammachado liammachado committed Jul 3, 2018
  • Updated Draft floating point Boogie language extension (markdown)

    @liammachado liammachado committed Mar 15, 2018
  • Updated Draft floating point Boogie language extension (markdown)

    @liammachado liammachado committed Mar 9, 2018
  • Updated Draft floating point Boogie language extension (markdown)

    @shaobo-he shaobo-he committed Mar 8, 2018
  • Updated Draft floating point Boogie language extension (markdown)

    @shaobo-he shaobo-he committed Mar 8, 2018
  • Updated Draft floating point Boogie language extension (markdown)

    @liammachado liammachado committed Mar 4, 2018
  • fixed argument in "Type conversion" example and added back in a section on the ":rm" attribute.

    @liammachado liammachado committed Mar 4, 2018
  • Fixed number of arguments in sqrt function example.

    @liammachado liammachado committed Mar 4, 2018
  • Fixed various errors (incorrect ordering of "builtin" function arguments, undeclared variables in code examples, formatting issues) and rewrote parts of some sections.

    @liammachado liammachado committed Mar 4, 2018
  • Fixed return type of fp.min and fp.max operators.

    @liammachado liammachado committed Mar 4, 2018
  • Updated Draft floating point Boogie language extension (markdown)

    @liammachado liammachado committed Mar 1, 2018
  • Updated Draft floating point Boogie language extension (markdown)

    @Checkmate50 Checkmate50 committed Jun 7, 2016
  • fp must be used declaring constants instead of float when declaring constants so that the compliter can differentiate between variable and constant declaration.

    @Checkmate50 Checkmate50 committed May 12, 2016
  • Undoing previous change (which was incorrect)

    @Checkmate50 Checkmate50 committed Mar 16, 2016
  • Using a bitvector to declare a constant defined with the float<exp, sig> (value) syntax shouldn't require a bitvector in the value field

    @Checkmate50 Checkmate50 committed Mar 16, 2016
  • Added commas for data delimination

    @Checkmate50 Checkmate50 committed Feb 26, 2016
  • Created initial draft of the body of the wiki

    @Checkmate50 Checkmate50 committed Feb 11, 2016
  • Add stub for type conversion

    @delcypher delcypher committed Jan 15, 2016
  • Stub out draft document.

    @delcypher delcypher committed Jan 15, 2016