Loading...
Searching...
No Matches
#include <limits>
#include "core/types.h"
Go to the source code of this file.
|
| namespace | Math |
| | Different curves.
|
| |
| namespace | std |
| |
|
| half | Math::operator+ (half one, half two) |
| |
| half | Math::operator- (half one, half two) |
| |
| half | Math::operator* (half one, half two) |
| |
| half | Math::operator/ (half one, half two) |
| |
| half | Math::operator+ (half one, float two) |
| |
| half | Math::operator- (half one, float two) |
| |
| half | Math::operator* (half one, float two) |
| |
| half | Math::operator/ (half one, float two) |
| |
| float | Math::operator+ (float one, half two) |
| |
| float | Math::operator- (float one, half two) |
| |
| float | Math::operator* (float one, half two) |
| |
| float | Math::operator/ (float one, half two) |
| |