Home
last modified time | relevance | path

Searched refs:complex_new (Results 1 – 25 of 34) sorted by relevance

12

/dports/devel/cli11/CLI11-2.1.2/tests/
H A DComplexTypeTest.cpp161 class complex_new { class
163 complex_new() = default;
164 complex_new(double v1, double v2) : val1_{v1}, val2_{v2} {}; in complex_new() function in complex_new
174 complex_new cval;
175 …static_assert(CLI::detail::is_complex<complex_new>::value, "complex new does not register as a com…
176 …static_assert(CLI::detail::classify_object<complex_new>::value == CLI::detail::object_category::co…
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libnghttp2-sys-0.1.7+1.45.0/nghttp2/third-party/mruby/mrbgems/mruby-complex/src/
H A Dcomplex.c70 complex_new(mrb_state *mrb, mrb_float real, mrb_float imaginary) in complex_new() function
102 return complex_new(mrb, real, imaginary); in complex_s_rect()
217 return complex_new(mrb, F(ldexp)(zr.s, zr.x), F(ldexp)(zi.s, zi.x)); in complex_div()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libnghttp2-sys-0.1.6+1.43.0/nghttp2/third-party/mruby/mrbgems/mruby-complex/src/
H A Dcomplex.c70 complex_new(mrb_state *mrb, mrb_float real, mrb_float imaginary) in complex_new() function
102 return complex_new(mrb, real, imaginary); in complex_s_rect()
217 return complex_new(mrb, F(ldexp)(zr.s, zr.x), F(ldexp)(zi.s, zi.x)); in complex_div()
/dports/www/libnghttp2/nghttp2-1.46.0/third-party/mruby/mrbgems/mruby-complex/src/
H A Dcomplex.c70 complex_new(mrb_state *mrb, mrb_float real, mrb_float imaginary) in complex_new() function
102 return complex_new(mrb, real, imaginary); in complex_s_rect()
217 return complex_new(mrb, F(ldexp)(zr.s, zr.x), F(ldexp)(zi.s, zi.x)); in complex_div()
/dports/www/nghttp2/nghttp2-1.46.0/third-party/mruby/mrbgems/mruby-complex/src/
H A Dcomplex.c70 complex_new(mrb_state *mrb, mrb_float real, mrb_float imaginary) in complex_new() function
102 return complex_new(mrb, real, imaginary); in complex_s_rect()
217 return complex_new(mrb, F(ldexp)(zr.s, zr.x), F(ldexp)(zi.s, zi.x)); in complex_div()
/dports/lang/python37/Python-3.7.12/Objects/clinic/
H A Dcomplexobject.c.h17 complex_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in complex_new() function
/dports/databases/py-sqlite3/Python-3.8.12/Objects/clinic/
H A Dcomplexobject.c.h17 complex_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in complex_new() function
/dports/databases/py-gdbm/Python-3.8.12/Objects/clinic/
H A Dcomplexobject.c.h17 complex_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in complex_new() function
/dports/lang/python-tools/Python-3.8.12/Objects/clinic/
H A Dcomplexobject.c.h17 complex_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in complex_new() function
/dports/lang/python39/Python-3.9.9/Objects/clinic/
H A Dcomplexobject.c.h17 complex_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in complex_new() function
/dports/lang/python38/Python-3.8.12/Objects/clinic/
H A Dcomplexobject.c.h17 complex_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in complex_new() function
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Objects/clinic/
H A Dcomplexobject.c.h17 complex_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in complex_new() function
/dports/lang/python310/Python-3.10.1/Objects/clinic/
H A Dcomplexobject.c.h84 complex_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in complex_new() function
/dports/lang/python311/Python-3.11.0a3/Objects/clinic/
H A Dcomplexobject.c.h102 complex_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in complex_new() function
/dports/math/octave/octave-6.4.0/libinterp/parse-tree/
H A Djit-typeinfo.cc1447 fn.do_return (m_builder, complex_new (real, imag)); in jit_typeinfo()
1462 fn.do_return (m_builder, complex_new (real, imag)); in jit_typeinfo()
1501 fn.do_return (m_builder, complex_new (temp, fzero), false); in jit_typeinfo()
1504 temp = complex_new (m_builder.CreateFMul (lhs, complex_real (rhs)), in jit_typeinfo()
1890 fn.do_return (m_builder, complex_new (fn.argument (m_builder, 0), zero)); in jit_typeinfo()
2332 jit_typeinfo::complex_new (llvm::Value *real, llvm::Value *imag) in complex_new() function in octave::jit_typeinfo
H A Djit-typeinfo.h741 return instance ().complex_new (real, imag); in create_complex()
895 llvm::Value * complex_new (llvm::Value *real, llvm::Value *imag);
/dports/lang/python-legacy/Python-2.7.18/Objects/
H A Dcomplexobject.c1135 complex_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in complex_new() function
1353 complex_new, /* tp_new */
/dports/lang/python27/Python-2.7.18/Objects/
H A Dcomplexobject.c1135 complex_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in complex_new() function
1353 complex_new, /* tp_new */
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dcomplexobject.c1131 complex_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in complex_new() function
1349 complex_new, /* tp_new */
/dports/lang/python310/Python-3.10.1/Objects/
H A Dcomplexobject.c1091 complex_new, /* tp_new */
/dports/databases/py-sqlite3/Python-3.8.12/Objects/
H A Dcomplexobject.c1135 complex_new, /* tp_new */
/dports/databases/py-gdbm/Python-3.8.12/Objects/
H A Dcomplexobject.c1135 complex_new, /* tp_new */
/dports/lang/python-tools/Python-3.8.12/Objects/
H A Dcomplexobject.c1135 complex_new, /* tp_new */
/dports/lang/python37/Python-3.7.12/Objects/
H A Dcomplexobject.c1154 complex_new, /* tp_new */
/dports/lang/python311/Python-3.11.0a3/Objects/
H A Dcomplexobject.c1114 complex_new, /* tp_new */

12