File: halffloat.h

package info (click to toggle)
cbor2 5.8.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 684 kB
  • sloc: ansic: 5,667; python: 3,995; makefile: 14; sh: 8
file content (4 lines) | stat: -rw-r--r-- 85 bytes parent folder | download | duplicates (5)
1
2
3
4
#include <stdint.h>

float unpack_float16(uint16_t);
uint16_t pack_float16(float f);