comparison gen/complex.h @ 164:a64becf2a702 trunk

[svn r180] Fixed complex negation, and tango.math.Math now compiles.
author lindquist
date Mon, 05 May 2008 20:28:59 +0200
parents 3efbcc81ba45
children 7816aafeea3c
comparison
equal deleted inserted replaced
163:a8cd9bc1021a 164:a64becf2a702
21 21
22 DValue* DtoComplexAdd(Type* type, DValue* lhs, DValue* rhs); 22 DValue* DtoComplexAdd(Type* type, DValue* lhs, DValue* rhs);
23 DValue* DtoComplexSub(Type* type, DValue* lhs, DValue* rhs); 23 DValue* DtoComplexSub(Type* type, DValue* lhs, DValue* rhs);
24 DValue* DtoComplexMul(Type* type, DValue* lhs, DValue* rhs); 24 DValue* DtoComplexMul(Type* type, DValue* lhs, DValue* rhs);
25 DValue* DtoComplexDiv(Type* type, DValue* lhs, DValue* rhs); 25 DValue* DtoComplexDiv(Type* type, DValue* lhs, DValue* rhs);
26 DValue* DtoComplexNeg(Type* type, DValue* val);
26 27
27 llvm::Value* DtoComplexEquals(TOK op, DValue* lhs, DValue* rhs); 28 llvm::Value* DtoComplexEquals(TOK op, DValue* lhs, DValue* rhs);
28 29
29 #endif // LLVMDC_GEN_COMPLEX_H 30 #endif // LLVMDC_GEN_COMPLEX_H