File: halffloat.h

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

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