Home
last modified time | relevance | path

Searched refs:PRINT_FLOAT (Results 1 – 3 of 3) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/tests/hello_world/
H A Dfloat.c15 #define PRINT_FLOAT(mesg, prec, val)\ macro
18 #define PRINT_FLOAT(mesg, prec, val)\ macro
38 PRINT_FLOAT("val flt",9, x); in main_double()
39 PRINT_FLOAT("last", 9, last); in main_double()
40 PRINT_FLOAT("+", 9, last + x); in main_double()
41 PRINT_FLOAT("-", 9, last - x); in main_double()
42 PRINT_FLOAT("*", 9, last * x); in main_double()
43 PRINT_FLOAT("/", 9, last / x); in main_double()
63 PRINT_FLOAT("val flt",9, x); in main_float()
64 PRINT_FLOAT("last", 3, last); in main_float()
[all …]
/dports/graphics/vips/vips-8.12.0/libvips/foreign/
H A Dcsvsave.c90 #define PRINT_FLOAT( TYPE ) { \ macro
145 PRINT_FLOAT( float ); break; in vips_foreign_save_csv_block()
147 PRINT_FLOAT( double ); break; in vips_foreign_save_csv_block()
/dports/graphics/nip2/nip2-8.7.1/src/
H A Dimageinfo.c1921 #define PRINT_FLOAT( T, I ) vips_buf_appendg( buf, ((T *)p)[I] ); in imageinfo_to_text() macro
1953 PRINT_FLOAT( float, i ); in imageinfo_to_text()
1958 PRINT_FLOAT( float, (i << 1) ); in imageinfo_to_text()
1960 PRINT_FLOAT( float, (i << 1) + 1 ); in imageinfo_to_text()
1965 PRINT_FLOAT( double, i ); in imageinfo_to_text()
1970 PRINT_FLOAT( double, i << 1 ); in imageinfo_to_text()
1972 PRINT_FLOAT( double, (i << 1) + 1 ); in imageinfo_to_text()