Rev 876 | Rev 1035 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 876 | Rev 1031 | ||
|---|---|---|---|
| Line 36... | Line 36... | ||
| 36 | 36 | ||
| 37 | #include<conversion.h> |
37 | #include<conversion.h> |
| 38 | #include<comparison.h> |
38 | #include<comparison.h> |
| 39 | #include<other.h> |
39 | #include<other.h> |
| 40 | 40 | ||
| 41 | #include<arch.h> |
- | |
| 42 | #include<types.h> |
- | |
| 43 | #include<functions.h> |
41 | #include<functions.h> |
| 44 | 42 | ||
| 45 | /* Arithmetic functions */ |
43 | /* Arithmetic functions */ |
| 46 | 44 | ||
| 47 | float __addsf3(float a, float b) |
45 | float __addsf3(float a, float b) |
| Line 482... | Line 480... | ||
| 482 | float __powisf2(float a, int b) |
480 | float __powisf2(float a, int b) |
| 483 | { |
481 | { |
| 484 | /* TODO: */ |
482 | /* TODO: */ |
| 485 | } |
483 | } |
| 486 | 484 | ||
| 487 | float __mulsc3(float a, float b, float c, float d) |
- | |
| 488 | { |
- | |
| 489 | /* TODO: */ |
- | |
| 490 | } |
- | |
| 491 | - | ||
| 492 | float __divsc3(float a, float b, float c, float d) |
- | |
| 493 | { |
- | |
| 494 | /* TODO: */ |
- | |
| 495 | } |
- | |
| 496 | - | ||