/external/clang/test/CodeGen/ |
D | sparcv8-abi.c | 4 float __complex__ 5 p (float __complex__ a, float __complex__ b) in p() 10 double __complex__ 11 q (double __complex__ a, double __complex__ b) in q() 16 long long __complex__ 17 r (long long __complex__ a, long long __complex__ b) in r()
|
D | complex.c | 41 __complex__ int ci1, ci2; 42 __complex__ short cs; 69 __complex__ long long v = 2; in t3() 96 __complex__ int *x = &(__complex__ int){1}; in t8()
|
D | mandel.c | 30 volatile double __complex__ accum; 36 double __complex__ c = (START_X+x*step_X) + (START_Y+y*step_Y) * I; in mandel() 37 double __complex__ z = 0.0; in mandel()
|
D | arm-aapcs-vfp.c | 53 extern void complex_callee(__complex__ double); 56 void test_complex(__complex__ double cd) { in test_complex() 61 extern void complex_long_callee(__complex__ long double); 63 void test_complex_long(__complex__ long double cd) { in test_complex_long()
|
D | complex-indirect.c | 8 void a(int,int,int,int,int,int,__complex__ char); 9 void b(__complex__ char *y) { a(0,0,0,0,0,0,*y); } in b()
|
D | 2004-03-07-ComplexDivEquals.c | 4 void test(__complex__ double D, double X) { in test()
|
D | 2003-11-20-ComplexDivision.c | 4 __complex__ double C; in test()
|
/external/clang/test/Sema/ |
D | complex-int.c | 4 __complex__ int arr; in a() 5 __complex__ short brr; in a() 6 __complex__ unsigned xx; in a() 7 __complex__ signed yy; in a() 8 __complex__ int result; in a()
|
/external/python/cpython2/Lib/test/ |
D | test_cmath.py | 144 def __complex__(self): member in CMathTests.test_user_object.MyComplex 151 def __complex__(self): member in CMathTests.test_user_object.MyComplexOS 158 def __complex__(self): member in CMathTests.test_user_object.MyComplexException 161 def __complex__(self): member in CMathTests.test_user_object.MyComplexExceptionOS 183 def __complex__(self): member in CMathTests.test_user_object.FloatAndComplex 188 def __complex__(self): member in CMathTests.test_user_object.FloatAndComplexOS
|
D | test_complex.py | 236 def __complex__(self): return self.value member in ComplexTest.test_constructor.OS 239 def __complex__(self): return self.value member in ComplexTest.test_constructor.NS 359 def __complex__(self): member in ComplexTest.test_constructor.evilcomplex 376 def __complex__(self): member in ComplexTest.test_constructor.complex0 383 def __complex__(self): member in ComplexTest.test_constructor.complex1 389 def __complex__(self): member in ComplexTest.test_constructor.complex2
|
D | test_getargs2.py | 100 def __complex__(self): member in Complex 107 def __complex__(self): member in ComplexSubclass2 111 def __complex__(self): member in BadComplex 115 def __complex__(self): member in BadComplex2 119 def __complex__(self): member in BadComplex3
|
/external/python/cpython3/Lib/test/ |
D | test_cmath.py | 198 def __complex__(self): member in CMathTests.test_user_object.MyComplex 205 def __complex__(self): member in CMathTests.test_user_object.MyComplexOS 212 def __complex__(self): member in CMathTests.test_user_object.MyComplexException 215 def __complex__(self): member in CMathTests.test_user_object.MyComplexExceptionOS 235 def __complex__(self): member in CMathTests.test_user_object.FloatAndComplex 240 def __complex__(self): member in CMathTests.test_user_object.FloatAndComplexOS
|
D | test_complex.py | 221 def __complex__(self): return self.value member in ComplexTest.test_constructor.OS 224 def __complex__(self): return self.value member in ComplexTest.test_constructor.NS 356 def __complex__(self): member in ComplexTest.test_constructor.evilcomplex 373 def __complex__(self): member in ComplexTest.test_constructor.complex0 380 def __complex__(self): member in ComplexTest.test_constructor.complex1 386 def __complex__(self): member in ComplexTest.test_constructor.complex2
|
D | test_getargs2.py | 102 def __complex__(self): member in Complex 109 def __complex__(self): member in ComplexSubclass2 113 def __complex__(self): member in BadComplex 117 def __complex__(self): member in BadComplex2 121 def __complex__(self): member in BadComplex3
|
D | test_class.py | 466 __complex__ = __int__ variable in ClassTests.testBadTypeReturned.BadTypeClass
|
/external/python/cpython3/Lib/ |
D | numbers.py | 46 def __complex__(self): member in Complex 246 def __complex__(self): member in Real
|
/external/python/cpython2/Lib/ |
D | numbers.py | 48 def __complex__(self): member in Complex 249 def __complex__(self): member in Real
|
D | UserString.py | 26 def __complex__(self): return complex(self.data) member in UserString
|
/external/python/cpython3/Doc/c-api/ |
D | complex.rst | 130 If *op* is not a Python complex number object but has a :meth:`__complex__`
|
/external/clang/test/Analysis/ |
D | misc-ps-region-store.cpp | 697 typedef __complex__ float _ComplexT;
|
/external/python/cpython2/Doc/c-api/ |
D | complex.rst | 137 If *op* is not a Python complex number object but has a :meth:`__complex__`
|
/external/python/cpython2/Doc/library/ |
D | cmath.rst | 11 any Python object that has either a :meth:`__complex__` or a :meth:`__float__`
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7a2.rst | 7 The ``__complex__()`` method is now looked up on the class of instances to
|
/external/libchrome/third_party/jinja2/ |
D | runtime.py | 647 __float__ = __complex__ = __pow__ = __rpow__ = __sub__ = \
|
/external/python/cpython3/Doc/library/ |
D | cmath.rst | 12 any Python object that has either a :meth:`__complex__` or a :meth:`__float__`
|