Home
last modified time | relevance | path

Searched +defs:sign +defs:imag +defs:err (Results 1 – 12 of 12) sorted by relevance

/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/
H A Dnumber.c268 int k, sign; in nextfloat() local
277 int k, sign; in prevfloat() local
302 int k, sign, test; in algorithmR() local
365 SgObject err = Sg_SimpleConditions(Sg_MakeReaderCondition(m)); in number_read_error() local
1599 int exp, sign; in Sg_Exact() local
2397 SgObject imag; in Sg_Quotient() local
2658 int exp, sign; in expt_body() local
2973 double err = y2 * 2.0e-52; in Sg_NumCmp() local
3425 double imag; in Sg_Log() local
3656 int sign = 1; in Sg_ModInverse() local
[all …]
/dports/lang/gauche/Gauche-0.9.10/src/
H A Dnumber.c183 unsigned int sign:1; member
215 unsigned int sign:1; member
374 int *exp, int *sign) in decode_double()
415 ScmObj Scm_DecodeFlonum(double d, int *exp, int *sign) in Scm_DecodeFlonum()
606 double Scm_EncodeFlonum(ScmObj mant, int exp, int sign) in Scm_EncodeFlonum()
829 double imag = mag * sin(angle); in Scm_MakeComplexPolar() local
837 double imag = mag * Scm_SinPi(pi_angle); in Scm_MakeComplexPolarPI() local
2771 int sign = Scm_Sign(y); in Scm_ExactIntegerExpt() local
2985 double err = y * 2.0e-52; in Scm_NumCmp() local
3579 int exp, sign; in print_double() local
/dports/audio/snd/snd-21.2/
H A Dsnd-sig.c691 int j, n, err; in swap_channels() local
857 int err; in reverse_channel() local
1089 int j, ofd = 0, datumb = 0, err = 0; in src_channel_with_error() local
1738 int n, err; in clm_channel() local
1991 int j = 0, ofd = 0, datumb = 0, err = 0; in direct_filter() local
2665 int err; in apply_env() local
2710 int err; in apply_env() local
3165 int j, ofd = 0, datumb = 0, err = 0, srate = 0, olen; in scale_and_src() local
3352 int err = MUS_NO_ERROR, i, j = 0, rpt = 0; in map_channel_to_temp_file() local
5178 static Xen g_fft(Xen reals, Xen imag, Xen sign)
[all …]
/dports/lang/chicken5/chicken-5.3.0/
H A Druntime.c1688 C_word err = error_hook_symbol; in barf() local
8398 imag = C_u_i_cplxnum_imag(y); local
8420 imag = C_u_i_cplxnum_imag(y); local
8440 imag = C_u_i_cplxnum_imag(y); local
8460 imag = C_u_i_cplxnum_imag(y); local
8476 imag = C_u_i_cplxnum_imag(x); local
8609 imag = C_s_a_i_negate(ptr, 1, C_u_i_cplxnum_imag(y)); local
8631 imag = C_s_a_i_negate(ptr, 1, C_u_i_cplxnum_imag(y)); local
8651 imag = C_s_a_i_negate(ptr, 1, C_u_i_cplxnum_imag(y)); local
8687 imag = C_u_i_cplxnum_imag(x); local
[all …]
/dports/lang/ruby26/ruby-2.6.9/
H A Dinternal.h706 #define BIGNUM_SET_SIGN(b,sign) \ argument
752 const VALUE imag; member
1108 #define THROW_DATA_P(err) RB_TYPE_P((VALUE)(err), T_IMEMO) argument
1506 # define rb_syserr_fail_path(err, path) rb_syserr_fail_path_in(RUBY_FUNCTION_NAME_STRING, (err), (p… argument
1509 # define rb_syserr_fail_path(err, path) rb_syserr_fail_str((err), (path)) argument
/dports/biology/py-macs2/MACS-2.2.7.1/MACS2/
H A DPeakModel.c1082 typedef struct { float real, imag; } __pyx_t_float_complex; member
1094 typedef struct { double real, imag; } __pyx_t_double_complex; member
1891 #define __Pyx_PyErr_ExceptionMatches(err) __Pyx_PyErr_ExceptionMatchesInState(__pyx_tstate, err) argument
1894 #define __Pyx_PyErr_ExceptionMatches(err) PyErr_ExceptionMatches(err) argument
2355 #define __Pyx_PyErr_GivenExceptionMatches(err, type) PyErr_GivenExceptionMatches(err, type) argument
15265 int pos, err; in __Pyx_import_all_from() local
17831 PyObject *sign = NULL, *padding = NULL; in __Pyx_PyUnicode_BuildFromAscii() local
19286 static CYTHON_INLINE int __Pyx_PyErr_ExceptionMatchesInState(PyThreadState* tstate, PyObject* err) { in __Pyx_PyErr_ExceptionMatchesInState()
21853 static int __Pyx_inner_PyErr_GivenExceptionMatches2(PyObject *err, PyObject* exc_type1, PyObject* e… in __Pyx_inner_PyErr_GivenExceptionMatches2()
21904 static CYTHON_INLINE int __Pyx_PyErr_GivenExceptionMatches(PyObject *err, PyObject* exc_type) { in __Pyx_PyErr_GivenExceptionMatches()
[all …]
/dports/science/py-dipy/dipy-1.4.1/dipy/denoise/
H A Denhancement_kernel.c1164 typedef struct { float real, imag; } __pyx_t_float_complex; member
1176 typedef struct { double real, imag; } __pyx_t_double_complex; member
1732 #define __Pyx_PyErr_ExceptionMatches(err) __Pyx_PyErr_ExceptionMatchesInState(__pyx_tstate, err) argument
1735 #define __Pyx_PyErr_ExceptionMatches(err) PyErr_ExceptionMatches(err) argument
1879 #define __Pyx_PyErr_GivenExceptionMatches(err, type) PyErr_GivenExceptionMatches(err, type) argument
24883 PyObject *sign = NULL, *padding = NULL; in __Pyx_PyUnicode_BuildFromAscii() local
25421 static CYTHON_INLINE int __Pyx_PyErr_ExceptionMatchesInState(PyThreadState* tstate, PyObject* err) { in __Pyx_PyErr_ExceptionMatchesInState()
26251 static int __Pyx_inner_PyErr_GivenExceptionMatches2(PyObject *err, PyObject* exc_type1, PyObject* e… in __Pyx_inner_PyErr_GivenExceptionMatches2()
26273 static CYTHON_INLINE int __Pyx_inner_PyErr_GivenExceptionMatches2(PyObject *err, PyObject* exc_type… in __Pyx_inner_PyErr_GivenExceptionMatches2()
26302 static CYTHON_INLINE int __Pyx_PyErr_GivenExceptionMatches(PyObject *err, PyObject* exc_type) { in __Pyx_PyErr_GivenExceptionMatches()
[all …]
/dports/science/py-dipy/dipy-1.4.1/dipy/align/
H A Dtransforms.c1164 typedef struct { float real, imag; } __pyx_t_float_complex; member
1176 typedef struct { double real, imag; } __pyx_t_double_complex; member
2040 #define __Pyx_PyErr_ExceptionMatches(err) __Pyx_PyErr_ExceptionMatchesInState(__pyx_tstate, err) argument
2043 #define __Pyx_PyErr_ExceptionMatches(err) PyErr_ExceptionMatches(err) argument
2168 #define __Pyx_PyErr_GivenExceptionMatches(err, type) PyErr_GivenExceptionMatches(err, type) argument
31333 PyObject *sign = NULL, *padding = NULL; in __Pyx_PyUnicode_BuildFromAscii() local
32200 static CYTHON_INLINE int __Pyx_PyErr_ExceptionMatchesInState(PyThreadState* tstate, PyObject* err) { in __Pyx_PyErr_ExceptionMatchesInState()
32788 static int __Pyx_inner_PyErr_GivenExceptionMatches2(PyObject *err, PyObject* exc_type1, PyObject* e… in __Pyx_inner_PyErr_GivenExceptionMatches2()
32810 static CYTHON_INLINE int __Pyx_inner_PyErr_GivenExceptionMatches2(PyObject *err, PyObject* exc_type… in __Pyx_inner_PyErr_GivenExceptionMatches2()
32839 static CYTHON_INLINE int __Pyx_PyErr_GivenExceptionMatches(PyObject *err, PyObject* exc_type) { in __Pyx_PyErr_GivenExceptionMatches()
[all …]
H A Dvector_fields.c1164 typedef struct { float real, imag; } __pyx_t_float_complex; member
1176 typedef struct { double real, imag; } __pyx_t_double_complex; member
2476 #define __Pyx_PyErr_ExceptionMatches(err) __Pyx_PyErr_ExceptionMatchesInState(__pyx_tstate, err) argument
2479 #define __Pyx_PyErr_ExceptionMatches(err) PyErr_ExceptionMatches(err) argument
2573 #define __Pyx_PyErr_GivenExceptionMatches(err, type) PyErr_GivenExceptionMatches(err, type) argument
121676 PyObject *sign = NULL, *padding = NULL; in __Pyx_PyUnicode_BuildFromAscii() local
121874 static CYTHON_INLINE int __Pyx_PyErr_ExceptionMatchesInState(PyThreadState* tstate, PyObject* err) { in __Pyx_PyErr_ExceptionMatchesInState()
122357 static int __Pyx_inner_PyErr_GivenExceptionMatches2(PyObject *err, PyObject* exc_type1, PyObject* e… in __Pyx_inner_PyErr_GivenExceptionMatches2()
122379 static CYTHON_INLINE int __Pyx_inner_PyErr_GivenExceptionMatches2(PyObject *err, PyObject* exc_type… in __Pyx_inner_PyErr_GivenExceptionMatches2()
122408 static CYTHON_INLINE int __Pyx_PyErr_GivenExceptionMatches(PyObject *err, PyObject* exc_type) { in __Pyx_PyErr_GivenExceptionMatches()
[all …]
/dports/math/py-yt/yt-4.0.1/yt/utilities/lib/
H A Dmisc_utilities.cpp1200 typedef struct { float real, imag; } __pyx_t_float_complex; member
1212 typedef struct { double real, imag; } __pyx_t_double_complex; member
3202 #define __Pyx_PyErr_ExceptionMatches(err) __Pyx_PyErr_ExceptionMatchesInState(__pyx_tstate, err) argument
3205 #define __Pyx_PyErr_ExceptionMatches(err) PyErr_ExceptionMatches(err) argument
3291 #define __Pyx_PyErr_GivenExceptionMatches(err, type) PyErr_GivenExceptionMatches(err, type) argument
44792 PyObject *sign = NULL, *padding = NULL; in __Pyx_PyUnicode_BuildFromAscii() local
45412 static CYTHON_INLINE int __Pyx_PyErr_ExceptionMatchesInState(PyThreadState* tstate, PyObject* err) { in __Pyx_PyErr_ExceptionMatchesInState()
45900 static int __Pyx_inner_PyErr_GivenExceptionMatches2(PyObject *err, PyObject* exc_type1, PyObject* e… in __Pyx_inner_PyErr_GivenExceptionMatches2()
45922 static CYTHON_INLINE int __Pyx_inner_PyErr_GivenExceptionMatches2(PyObject *err, PyObject* exc_type… in __Pyx_inner_PyErr_GivenExceptionMatches2()
45951 static CYTHON_INLINE int __Pyx_PyErr_GivenExceptionMatches(PyObject *err, PyObject* exc_type) { in __Pyx_PyErr_GivenExceptionMatches()
[all …]
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/tsa/statespace/
H A D_tools.c1250 typedef struct { float real, imag; } __pyx_t_float_complex; member
1262 typedef struct { double real, imag; } __pyx_t_double_complex; member
1952 #define __Pyx_PyErr_ExceptionMatches(err) __Pyx_PyErr_ExceptionMatchesInState(__pyx_tstate, err) argument
1955 #define __Pyx_PyErr_ExceptionMatches(err) PyErr_ExceptionMatches(err) argument
2080 #define __Pyx_PyErr_GivenExceptionMatches(err, type) PyErr_GivenExceptionMatches(err, type) argument
50335 PyObject *sign = NULL, *padding = NULL; in __Pyx_PyUnicode_BuildFromAscii() local
51523 static CYTHON_INLINE int __Pyx_PyErr_ExceptionMatchesInState(PyThreadState* tstate, PyObject* err) { in __Pyx_PyErr_ExceptionMatchesInState()
52119 static int __Pyx_inner_PyErr_GivenExceptionMatches2(PyObject *err, PyObject* exc_type1, PyObject* e… in __Pyx_inner_PyErr_GivenExceptionMatches2()
52141 static CYTHON_INLINE int __Pyx_inner_PyErr_GivenExceptionMatches2(PyObject *err, PyObject* exc_type… in __Pyx_inner_PyErr_GivenExceptionMatches2()
52170 static CYTHON_INLINE int __Pyx_PyErr_GivenExceptionMatches(PyObject *err, PyObject* exc_type) { in __Pyx_PyErr_GivenExceptionMatches()
[all …]
/dports/x11-toolkits/gtk40/gtk-4.4.1/docs/reference/gtk/gtk4/
H A Dindex.json1 …type":"alias","name":"Allocation","ctype":"GtkAllocation","summary":"The rectangle representing th… array