| 973 | FloatingPointType::~FloatingPointType() {} |
| 974 | |
| 975 | FloatingPointType::Precision HalfFloatType::precision() const { |
| 976 | return FloatingPointType::HALF; |
| 977 | } |
| 978 | |
| 979 | FloatingPointType::Precision FloatType::precision() const { |
| 980 | return FloatingPointType::SINGLE; |
no outgoing calls