class TFPInfo : public tObject;
Contains device information specific to floating point math.
Properties
| Name | Type | Description |
|---|---|---|
| Denorms | bool | Device supports denormals. |
| FusedMA | bool | Device supports fused multiply and add instruction. |
| InfNan | bool | Device supports INF and NAN numbers. |
| RoundToInf | bool | Device supports round to infinity. |
| RoundToNearest | bool | Device supports round to nearest integer. |
| RoundToZero | bool | Device supports round to towards zero. |
Methods
| Name | Description |
|---|---|
| Update |