Home
last modified time | relevance | path

Searched refs:real_str (Results 1 – 25 of 41) sorted by relevance

12

/dports/math/mpc/mpc-1.2.1/src/
H A Dget_x.c211 char *real_str; in mpc_get_str() local
218 real_str = get_pretty_str (base, n, mpc_realref (op), MPC_RND_RE (rnd)); in mpc_get_str()
221 needed_size = strlen (real_str) + strlen (imag_str) + 4; in mpc_get_str()
227 strcat (complex_str, real_str); in mpc_get_str()
232 mpc_free_str (real_str); in mpc_get_str()
H A Dinp_str.c176 char *real_str; in mpc_inp_str() local
183 real_str = extract_string (stream); in mpc_inp_str()
184 nread += strlen(real_str); in mpc_inp_str()
190 mpc_free_str (real_str); in mpc_inp_str()
201 ret = sprintf (str, "(%s %s", real_str, imag_str); in mpc_inp_str()
205 mpc_free_str (real_str); in mpc_inp_str()
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/mpc-1.2.1-c/src/
H A Dget_x.c211 char *real_str; in mpc_get_str() local
218 real_str = get_pretty_str (base, n, mpc_realref (op), MPC_RND_RE (rnd)); in mpc_get_str()
221 needed_size = strlen (real_str) + strlen (imag_str) + 4; in mpc_get_str()
227 strcat (complex_str, real_str); in mpc_get_str()
232 mpc_free_str (real_str); in mpc_get_str()
H A Dinp_str.c176 char *real_str; in mpc_inp_str() local
183 real_str = extract_string (stream); in mpc_inp_str()
184 nread += strlen(real_str); in mpc_inp_str()
190 mpc_free_str (real_str); in mpc_inp_str()
201 ret = sprintf (str, "(%s %s", real_str, imag_str); in mpc_inp_str()
205 mpc_free_str (real_str); in mpc_inp_str()
/dports/astro/gpsd/gpsd-3.20/
H A Dtimehint.c219 char real_str[TIMESPEC_LEN]; in ntpshm_put() local
248 timespec_str(&td->real, real_str, sizeof(real_str)), in ntpshm_put()
307 char real_str[TIMESPEC_LEN]; in chrony_send() local
344 timespec_str(&td->real, real_str, sizeof(real_str)), in chrony_send()
/dports/science/qmcpack/qmcpack-3.11.0/external_codes/boost_multi/multi/test/
H A Doverload.cpp23 std::string real_str = what_is(real_A); in BOOST_AUTO_TEST_CASE() local
26 BOOST_REQUIRE( real_str == "real" ); in BOOST_AUTO_TEST_CASE()
/dports/science/py-cirq-ionq/Cirq-0.13.1/cirq-core/cirq/value/
H A Dlinear_dict.py44 real_str = '{:{fmt}}'.format(coefficient.real, fmt=format_spec)
46 if float(real_str) == 0 and float(imag_str) == 0:
49 return real_str
50 if float(real_str) == 0:
52 if real_str[0] == '-' and imag_str[0] == '-':
/dports/science/py-cirq-pasqal/Cirq-0.13.1/cirq-core/cirq/value/
H A Dlinear_dict.py44 real_str = '{:{fmt}}'.format(coefficient.real, fmt=format_spec)
46 if float(real_str) == 0 and float(imag_str) == 0:
49 return real_str
50 if float(real_str) == 0:
52 if real_str[0] == '-' and imag_str[0] == '-':
/dports/science/py-cirq-google/Cirq-0.13.0/cirq-core/cirq/value/
H A Dlinear_dict.py44 real_str = '{:{fmt}}'.format(coefficient.real, fmt=format_spec)
46 if float(real_str) == 0 and float(imag_str) == 0:
49 return real_str
50 if float(real_str) == 0:
52 if real_str[0] == '-' and imag_str[0] == '-':
/dports/science/py-cirq-core/Cirq-0.13.1/cirq-core/cirq/value/
H A Dlinear_dict.py44 real_str = '{:{fmt}}'.format(coefficient.real, fmt=format_spec)
46 if float(real_str) == 0 and float(imag_str) == 0:
49 return real_str
50 if float(real_str) == 0:
52 if real_str[0] == '-' and imag_str[0] == '-':
/dports/science/py-cirq-aqt/Cirq-0.12.0/cirq-core/cirq/value/
H A Dlinear_dict.py44 real_str = '{:{fmt}}'.format(coefficient.real, fmt=format_spec)
46 if float(real_str) == 0 and float(imag_str) == 0:
49 return real_str
50 if float(real_str) == 0:
52 if real_str[0] == '-' and imag_str[0] == '-':
/dports/math/octave-forge-control/control-3.3.1/inst/@frd/
H A Ddisplay.m102 real_str = __vec2str__ (real (H)); variable
109 str = [real_str, sign_str, imag_str];
111 str = real_str;
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavfilter/
H A Daf_afftfilt.c33 char *real_str; member
61 …{ "real", "set channels real expressions", OFFSET(real_str), AV_OPT_TYPE_STRING, {.str = "1"…
126 args = av_strdup(s->real_str); in config_input()
144 args = av_strdup(s->img_str ? s->img_str : s->real_str); in config_input()
/dports/russian/py-pytils/pytils-0.3/pytils/
H A Ddt.py149 real_str = u" ".join(real_words)
155 _result_str = alter_str or real_str
/dports/multimedia/handbrake/ffmpeg-4.4/libavfilter/
H A Daf_afftfilt.c34 char *real_str; member
64 …{ "real", "set channels real expressions", OFFSET(real_str), AV_OPT_TYPE_STRING, {.str = "re…
171 args = av_strdup(s->real_str); in config_input()
189 args = av_strdup(s->img_str ? s->img_str : s->real_str); in config_input()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavfilter/
H A Daf_afftfilt.c34 char *real_str; member
64 …{ "real", "set channels real expressions", OFFSET(real_str), AV_OPT_TYPE_STRING, {.str = "re…
171 args = av_strdup(s->real_str); in config_input()
189 args = av_strdup(s->img_str ? s->img_str : s->real_str); in config_input()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavfilter/
H A Daf_afftfilt.c34 char *real_str; member
64 …{ "real", "set channels real expressions", OFFSET(real_str), AV_OPT_TYPE_STRING, {.str = "re…
171 args = av_strdup(s->real_str); in config_input()
189 args = av_strdup(s->img_str ? s->img_str : s->real_str); in config_input()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavfilter/
H A Daf_afftfilt.c34 char *real_str; member
64 …{ "real", "set channels real expressions", OFFSET(real_str), AV_OPT_TYPE_STRING, {.str = "re…
171 args = av_strdup(s->real_str); in config_input()
189 args = av_strdup(s->img_str ? s->img_str : s->real_str); in config_input()
/dports/net-mgmt/resource-agents/resource-agents-4.9.0/ldirectord/
H A Dldirectord.in2656 my $real_str = "$nr->{server}:$nr->{port}";
2657 if (! defined($or->{$real_str}) or
2658 $or->{$real_str}->{weight} == 0) {
2659 $server_down->{$real_str} = [$nv, $nr];
2663 if (defined $server_down->{$real_str}) {
2664 delete($server_down->{$real_str});
2668 delete($or->{$real_str});
/dports/finance/grisbi/grisbi-2.0.5/src/prefs/
H A Dprefs_widget_loan.c530 gchar *real_str; in prefs_widget_loan_entry_focus_out() local
539 real_str = utils_real_get_string_with_currency (real, s_loan->currency_number, FALSE); in prefs_widget_loan_entry_focus_out()
540 gtk_entry_set_text (GTK_ENTRY (priv->entry_loan_capital), real_str); in prefs_widget_loan_entry_focus_out()
541 g_free (real_str); in prefs_widget_loan_entry_focus_out()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/go/gofrontend/
H A Dexpressions.cc1901 std::string real_str = num.substr(0, pos); in do_import() local
1902 if (mpfr_init_set_str(real, real_str.c_str(), 10, GMP_RNDN) != 0) in do_import()
1905 real_str.c_str()); in do_import()
/dports/lang/gcc48/gcc-4.8.5/gcc/go/gofrontend/
H A Dexpressions.cc2043 std::string real_str = num.substr(0, pos); in do_import() local
2044 if (mpfr_init_set_str(real, real_str.c_str(), 10, GMP_RNDN) != 0) in do_import()
2047 real_str.c_str()); in do_import()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/go/gofrontend/
H A Dexpressions.cc2058 std::string real_str = num.substr(0, pos); in do_import() local
2059 if (mpfr_init_set_str(real, real_str.c_str(), 10, GMP_RNDN) != 0) in do_import()
2062 real_str.c_str()); in do_import()
/dports/lang/gnat_util/gcc-6-20180516/gcc/go/gofrontend/
H A Dexpressions.cc2012 std::string real_str = num.substr(0, pos); in do_import() local
2013 if (mpfr_init_set_str(real, real_str.c_str(), 10, GMP_RNDN) != 0) in do_import()
2016 real_str.c_str()); in do_import()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/go/gofrontend/
H A Dexpressions.cc2012 std::string real_str = num.substr(0, pos); in do_import() local
2013 if (mpfr_init_set_str(real, real_str.c_str(), 10, GMP_RNDN) != 0) in do_import()
2016 real_str.c_str()); in do_import()

12