Patent Application Number: 2005218001
This discussion forum is available to allow the community of reviewers to collaborate and discuss this patent application.

Discussion that is posted on this page will not be forwarded to IP Australia. If you wish to make comment on a prior art reference and wish that comment to be considered by the patent examiner, please do so by clicking on the relevant prior art reference.

Here are some tips to facilitate discussion.
  • Flagging a post as an 'action item' signals that further research is required.
  • Flagging SPAM and ABUSE helps to manage discussion
  • Placing double brackets around a reference to a claim or prior art will create a hyperlink to the original, for example: [[claim 1]] and [[prior art 2]].
Discussion (16)
  Facilitator's Comment     Action Item
  Show without Noise
CLAIM 1

A method of converting a number to a binary representation, the method comprising the step of: converting a predetermined size segment of a number to a binary representation, the predetermined size segment based on a processor word size.

Comments
Mik Clarke (over 2 years ago)
With regard to the DPD prior art (which is summarized on Wikipedia: http://en.wikipedia.org/wiki/Densely_packed_decimal ) you could argue that the filing is about selecting an appropriate length of DPD based upon the wordsize of the target CPU - useful if your on a server building binary data to be sent to hetrogeneous CPUs. Does seem a bit obvious though - Encode the data for the 8 bit CPU using an 8bit encoding, for the 16 bit using a 16 bit encoding etc... This is basically Claim 1, although they present it as a static choice. Essentially wrapping DPD in a select (wordsize)... more...