HomeSort by relevance Sort by last modified time
    Searched full:py_complex (Results 1 - 7 of 7) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
complexobject.h 12 } Py_complex;
24 PyAPI_FUNC(Py_complex) c_sum(Py_complex, Py_complex);
25 PyAPI_FUNC(Py_complex) c_diff(Py_complex, Py_complex);
26 PyAPI_FUNC(Py_complex) c_neg(Py_complex);
27 PyAPI_FUNC(Py_complex) c_prod(Py_complex, Py_complex)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
complexobject.h 12 } Py_complex;
24 PyAPI_FUNC(Py_complex) c_sum(Py_complex, Py_complex);
25 PyAPI_FUNC(Py_complex) c_diff(Py_complex, Py_complex);
26 PyAPI_FUNC(Py_complex) c_neg(Py_complex);
27 PyAPI_FUNC(Py_complex) c_prod(Py_complex, Py_complex)
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
complex.pxd 4 ctypedef struct Py_complex:
16 cdef Py_complex cval
33 object PyComplex_FromCComplex(Py_complex v)
35 # Create a new Python complex number object from a C Py_complex value.
47 Py_complex PyComplex_AsCComplex(object op)
48 # Return the Py_complex value of the complex number op.
  /external/chromium_org/third_party/cython/src/Cython/Includes/Deprecated/
python2.5.pxd 95 ctypedef struct Py_complex:
101 Py_complex PyComplex_AsCComplex (object) # Always succeeds.
104 object PyComplex_FromCComplex (Py_complex)
108 Py_complex _Py_c_diff (Py_complex, Py_complex)
109 Py_complex _Py_c_neg (Py_complex)
110 Py_complex _Py_c_pow (Py_complex, Py_complex
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/
Shadow.py 323 if type not in (py_int, py_long, py_float, py_complex):
348 py_complex = typedef(complex, "double complex") variable
379 gs[name] = typedef(py_complex, to_repr(name, name))
393 type_ordering = [py_int, py_long, py_float, py_complex]
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Builtin.py 230 ("complex", "PyComplex_Type", [BuiltinAttribute('cval', field_type_name = 'Py_complex'),
336 ('Py_complex', 'Py_complex',
PyrexTypes.py     [all...]

Completed in 103 milliseconds