Home
last modified time | relevance | path

Searched refs:flt2ieee (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/autotrace/autotrace-0.31.1/
H A Doutput-dr2d.c74 static void flt2ieee(float *, unsigned char *);
645 flt2ieee(&value, bytes); in FloatAsIEEEBytes()
648 static void flt2ieee(float * flt, unsigned char * bytes) { in flt2ieee() function
/dports/graphics/grads/grads-1.9b4/src/
H A Dgrads.h1127 int flt2ieee(float , unsigned char *);
H A Dwgrib.c241 int flt2ieee(float x, unsigned char *ieee);
1500 int flt2ieee(float x, unsigned char *ieee) { in flt2ieee() function
1595 flt2ieee(array[i], buff + nbuf); in wrtieee()
H A Dgautil.c2050 int flt2ieee(float x, unsigned char *ieee) { in flt2ieee() function