MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / AVExtFloat

Class AVExtFloat

libavutil/intfloat_readwrite.c:78–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76
77AVExtFloat av_dbl2ext(double d){
78 struct AVExtFloat ext= {{0}};
79 int e, i; double f; uint64_t m;
80
81 f = fabs(frexp(d, &e));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected