Searched refs:f (Results 1 – 6 of 6) sorted by relevance
/tinycbor-2.7.6/examples/ |
D | simplereader.c | 12 FILE *f = fopen(fname, "rb"); in readfile() local 13 if (!f) in readfile() 15 if (fstat(fileno(f), &st) == -1) in readfile() 18 *size = fread(buf, st.st_size, 1, f); in readfile() 19 fclose(f); in readfile() 125 float f; in dumprecursive() local 127 cbor_value_get_float(it, &f); in dumprecursive() 128 val = f; in dumprecursive()
|
/tinycbor-2.7.6/tests/encoder/ |
D | tst_encoder.cpp | 76 float f; in myNaNf() local 77 memcpy(&f, &v, sizeof(f)); in myNaNf() 78 Q_ASSERT(qIsNaN(f)); in myNaNf() 79 return f; in myNaNf() 85 float f; in myInff() local 86 memcpy(&f, &v, sizeof(f)); in myInff() 87 Q_ASSERT(qIsInf(f)); in myInff() 88 return f; in myInff() 94 float f; in myNInff() local 95 memcpy(&f, &v, sizeof(f)); in myNInff() [all …]
|
/tinycbor-2.7.6/src/ |
D | cborpretty.c | 403 float f; in value_to_pretty() local 405 cbor_value_get_float(it, &f); in value_to_pretty() 406 val = f; in value_to_pretty()
|
D | cbortojson.c | 603 float f; in value_to_json() local 606 cbor_value_get_float(it, &f); in value_to_json() 607 val = f; in value_to_json()
|
/tinycbor-2.7.6/tests/tojson/ |
D | tst_tojson.cpp | 203 FILE *f = open_memstream(&buffer, &size); in parseOne() local 204 CborError err = cbor_value_to_json_advance(f, it, flags); in parseOne() 205 fclose(f); in parseOne()
|
/tinycbor-2.7.6/ |
D | Doxyfile | 277 # and .f files as C (default is Fortran), use: inc=Fortran f=C. 773 # *.md, *.mm, *.dox, *.py, *.f90, *.f, *.for, *.tcl, *.vhd, *.vhdl, *.ucf,
|