unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Mario Lang <mlang@delysid.org>
To: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: emacs-devel@gnu.org
Subject: Re: osc-insert-float32
Date: Tue, 17 Dec 2019 22:10:56 +0100	[thread overview]
Message-ID: <87h81y8xpb.fsf@blind.guru> (raw)
In-Reply-To: <jwveex2ixo1.fsf-monnier+emacs@gnu.org> (Stefan Monnier's message of "Tue, 17 Dec 2019 14:02:18 -0500")

Stefan Monnier <monnier@iro.umontreal.ca> writes:

> Mario Lang [2019-12-17 19:04:11] wrote:
>
>> 14 years ago, I wrote this beast to be able to send IEEE floating point
>> values over the network (Open Sound Control).  Reading it today, I am
>> actually surprised I was driven enough to get this working.  I am
>> wondering, is there a better way to achieve this today?
>
> There's `frexp` to extract the exponent and the mantissa.

Oh, I didn't know that either.  However, it looks like `frexp' isn't very
useful when it comes to encoding to binary.  It is a bit too long ago
that I researched the binary32 encoding and wrote the code in question,
but from diving back into the matter, it looks like the mantissa
in binary format is in the 1.0..2.0 range.  frexp gives 0.5..1.0, so the
exponent is also off for what binary needs.  I guess I could just adjust
those values, but I dont really know what I am doing here, so I'll leave
it as it is for now.  Thanks for the food for thought though.

-- 
CYa,
  ⡍⠁⠗⠊⠕



  reply	other threads:[~2019-12-17 21:10 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-17 18:04 osc-insert-float32 Mario Lang
2019-12-17 18:25 ` osc-insert-float32 Andreas Schwab
2019-12-17 19:02 ` osc-insert-float32 Stefan Monnier
2019-12-17 21:10   ` Mario Lang [this message]
2022-09-30 19:02 ` osc-insert-float32 DIRO
2022-09-30 19:33 ` osc-insert-float32 Andreas Schwab

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87h81y8xpb.fsf@blind.guru \
    --to=mlang@delysid.org \
    --cc=emacs-devel@gnu.org \
    --cc=monnier@iro.umontreal.ca \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).