/dports/math/cln/cln-1.3.6/include/cln/ |
H A D | integer_io.h | 54 extern void print_integer (std::ostream& stream, unsigned int base, const cl_I& z); 63 print_integer(stream,10,x); in fprintdecimal() 68 print_integer(stream,2,x); in fprintbinary() 73 print_integer(stream,8,x); in fprintoctal() 78 print_integer(stream,16,x); in fprinthexadecimal() 86 extern void print_integer (std::ostream& stream, const cl_print_flags& flags, const cl_I& z); 87 extern void print_integer (std::ostream& stream, const cl_print_number_flags& flags, const cl_I& z); 88 extern void print_integer (std::ostream& stream, const cl_print_real_flags& flags, const cl_I& z); 89 extern void print_integer (std::ostream& stream, const cl_print_rational_flags& flags, const cl_I& … 98 print_integer(stream,default_print_flags,x); in fprint()
|
H A D | SV_integer.h | 40 extern void print_integer (std::ostream& stream, const cl_print_flags& flags, const cl_I& z); in fprint() 44 &print_integer, in fprint()
|
H A D | GV_integer.h | 74 extern void print_integer (std::ostream& stream, const cl_print_flags& flags, const cl_I& z); 78 &print_integer,
|
/dports/math/cln/cln-1.3.6/src/rational/output/ |
H A D | cl_RA_dprint.cc | 42 print_integer(stream,base,z); in print_rational() 50 print_integer(stream,10,base); in print_rational() 57 print_integer(stream,base,z); in print_rational() 61 print_integer(stream,base,numerator(z)); in print_rational() 63 print_integer(stream,base,denominator(z)); in print_rational()
|
H A D | cl_RA_print.cc | 22 print_integer(stream,base,z); in print_rational() 28 print_integer(stream,base,num); // Zähler ausgeben in print_rational() 30 print_integer(stream,base,den); // Nenner ausgeben in print_rational()
|
/dports/math/cln/cln-1.3.6/src/integer/output/ |
H A D | cl_I_dprint.cc | 16 void print_integer (std::ostream& stream, const cl_print_rational_flags& flags, const cl_I& z) in print_integer() function 37 print_integer(stream,base,z); in print_integer() 43 print_integer(stream,10,base); in print_integer() 48 print_integer(stream,base,z); in print_integer()
|
H A D | cl_I_aprint.cc | 16 void print_integer (std::ostream& stream, const cl_print_flags& flags, const cl_I& z) in print_integer() function 18 print_integer(stream,(const cl_print_number_flags&)flags,z); in print_integer()
|
H A D | cl_I_bprint.cc | 16 void print_integer (std::ostream& stream, const cl_print_number_flags& flags, const cl_I& z) in print_integer() function 18 print_integer(stream,(const cl_print_real_flags&)flags,z); in print_integer()
|
H A D | cl_I_cprint.cc | 16 void print_integer (std::ostream& stream, const cl_print_real_flags& flags, const cl_I& z) in print_integer() function 18 print_integer(stream,(const cl_print_rational_flags&)flags,z); in print_integer()
|
H A D | cl_I_print.cc | 18 void print_integer (std::ostream& stream, unsigned int base, const cl_I& z) in print_integer() function
|
/dports/math/cln/cln-1.3.6/src/float/output/ |
H A D | cl_F_printb.cc | 30 print_integer(stream,2,m); in print_float_binary() 43 print_integer(stream,10,cl_I(float_exponent(z))); in print_float_binary()
|
H A D | cl_F_dprint.cc | 475 print_integer(stream,10,expo); in print_float()
|
/dports/math/cln/cln-1.3.6/tests/ |
H A D | test_I_io.cc | 13 print_integer(buf, base, a); in test_I_io()
|
/dports/math/reduce/Reduce-svn5758-src/libraries/crlibm/scs_lib/ |
H A D | print_scs.c | 39 static void print_integer(unsigned int x, int b, int nb){ in print_integer() function
|
/dports/math/crlibm/crlibm-1.0beta4/scs_lib/ |
H A D | print_scs.c | 39 static void print_integer(unsigned int x, int b, int nb){ in print_integer() function
|
/dports/math/octave-forge-interval/interval-3.2.0/src/crlibm/scs_lib/ |
H A D | print_scs.c | 46 static void print_integer(unsigned int x, int b, int nb){ in print_integer() function
|
/dports/math/cln/cln-1.3.6/src/real/format-output/ |
H A D | cl_fmt_integer.cc | 25 print_integer(stream,base,arg); in format_integer()
|
/dports/math/tblis/tblis-1.2.0/src/external/stl_ext/include/ |
H A D | iostream.hpp | 95 print_integer(std::ostream& os, const T& val, bool is_signed) in print_integer() function 105 print_integer(std::ostream&, const T&, bool) {} in print_integer() function 345 print_integer(os, arg, _conv == 'd' || _conv == 'i'); in print()
|
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/ |
H A D | ffprobe.c | 296 void (*print_integer) (WriterContext *wctx, const char *, long long int); member 530 wctx->writer->print_integer(wctx, key, val); in writer_print_integer() 840 .print_integer = default_print_int, 1018 .print_integer = compact_print_int, 1049 .print_integer = compact_print_int, 1173 .print_integer = flat_print_int, 1277 .print_integer = ini_print_int, 1439 .print_integer = json_print_int, 1611 .print_integer = xml_print_int,
|
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/ |
H A D | ffprobe.c | 296 void (*print_integer) (WriterContext *wctx, const char *, long long int); member 530 wctx->writer->print_integer(wctx, key, val); in writer_print_integer() 840 .print_integer = default_print_int, 1018 .print_integer = compact_print_int, 1049 .print_integer = compact_print_int, 1173 .print_integer = flat_print_int, 1277 .print_integer = ini_print_int, 1439 .print_integer = json_print_int, 1611 .print_integer = xml_print_int,
|
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/fftools/ |
H A D | ffprobe.c | 438 void (*print_integer) (WriterContext *wctx, const char *, long long int); member 672 wctx->writer->print_integer(wctx, key, val); in writer_print_integer() 1008 .print_integer = default_print_int, 1186 .print_integer = compact_print_int, 1217 .print_integer = compact_print_int, 1341 .print_integer = flat_print_int, 1445 .print_integer = ini_print_int, 1607 .print_integer = json_print_int, 1779 .print_integer = xml_print_int,
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/fftools/ |
H A D | ffprobe.c | 443 void (*print_integer) (WriterContext *wctx, const char *, long long int); member 677 wctx->writer->print_integer(wctx, key, val); in writer_print_integer() 1013 .print_integer = default_print_int, 1191 .print_integer = compact_print_int, 1222 .print_integer = compact_print_int, 1346 .print_integer = flat_print_int, 1450 .print_integer = ini_print_int, 1616 .print_integer = json_print_int, 1788 .print_integer = xml_print_int,
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/fftools/ |
H A D | ffprobe.c | 444 void (*print_integer) (WriterContext *wctx, const char *, long long int); member 678 wctx->writer->print_integer(wctx, key, val); in writer_print_integer() 1014 .print_integer = default_print_int, 1192 .print_integer = compact_print_int, 1223 .print_integer = compact_print_int, 1347 .print_integer = flat_print_int, 1451 .print_integer = ini_print_int, 1617 .print_integer = json_print_int, 1789 .print_integer = xml_print_int,
|
/dports/multimedia/handbrake/ffmpeg-4.4/fftools/ |
H A D | ffprobe.c | 445 void (*print_integer) (WriterContext *wctx, const char *, long long int); member 679 wctx->writer->print_integer(wctx, key, val); in writer_print_integer() 1015 .print_integer = default_print_int, 1193 .print_integer = compact_print_int, 1224 .print_integer = compact_print_int, 1348 .print_integer = flat_print_int, 1452 .print_integer = ini_print_int, 1618 .print_integer = json_print_int, 1780 .print_integer = xml_print_int,
|
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/fftools/ |
H A D | ffprobe.c | 445 void (*print_integer) (WriterContext *wctx, const char *, long long int); member 679 wctx->writer->print_integer(wctx, key, val); in writer_print_integer() 1015 .print_integer = default_print_int, 1193 .print_integer = compact_print_int, 1224 .print_integer = compact_print_int, 1348 .print_integer = flat_print_int, 1452 .print_integer = ini_print_int, 1618 .print_integer = json_print_int, 1780 .print_integer = xml_print_int,
|