| /xsrc/external/mit/xedit/dist/lisp/ |
| math.c | 208 num.complex = 0; 237 num.complex = 0; 255 num.complex = 0; 530 complex realpart &optional imagpart 548 return (COMPLEX(realpart, imagpart)); 581 num.complex = 0; 587 return (COMPLEX(realpart, imagpart)); 619 num.complex = 0; 854 num.complex = 0; 1398 if (num.complex) [all...] |
| mathimp.c | 112 #define OCXR(object) (object)->data.complex.real 113 #define OCXI(object) (object)->data.complex.imag 137 char complex; member in struct:_n_number 201 /* complex */ 275 /* real complex */ 281 /* complex real */ 287 /* complex complex */ 593 num->complex = 0; 598 num->complex = 0 [all...] |
| helper.c | 206 if (LispObjectCompare(left->data.complex.real, 207 right->data.complex.real, 209 LispObjectCompare(left->data.complex.imag, 210 right->data.complex.imag,
|
| hash.c | 117 key = (LispHashKey(object->data.complex.imag, function) << 16) ^ 118 LispHashKey(object->data.complex.real, function);
|
| write.c | 954 object->data.complex.real, info, 0); 957 object->data.complex.imag, info, 0);
|
| lisp.c | 244 {LispFunction, Lisp_Complex, "complex realpart &optional imagpart"}, 2271 if (POINTERP(object->data.complex.real)) 2272 object->data.complex.real->mark = 1; 2273 if (POINTERP(object->data.complex.imag)) 2274 object->data.complex.imag->mark = 1; 2423 if (POINTERP(object->data.complex.real)) 2424 object->data.complex.real->prot = 1; 2425 if (POINTERP(object->data.complex.imag)) 2426 object->data.complex.imag->prot = 1; 2805 complexp->data.complex.real = realpart [all...] |
| internal.h | 277 /* complex */ 280 #define COMPLEX(real, imag) LispNewComplex(real, imag) 590 } complex; member in union:_LispObj::__anon69
|
| /xsrc/external/mit/MesaLib/dist/src/util/tests/ |
| dag_test.cpp | 206 TEST_F(dag_test, complex)
|
| /xsrc/external/mit/libXt/dist/include/X11/ |
| TranslateI.h | 203 TMComplexStateTreeRec complex; member in union:_TMStateTreeRec 229 TMComplexBindDataRec complex; member in union:_TMBindDataRec
|