#include <stdlib.h>#include <iostream>Include dependency graph for fixed.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | _GCC_TEMPLATE_BUG_ 1 |
Functions | |
| template<unsigned int SH> | |
| fixed< SH > | operator+ (int i, const fixed< SH > &f) |
| template<unsigned int SH> | |
| fixed< SH > | operator- (int i, const fixed< SH > &f) |
| template<unsigned int SH> | |
| fixed< SH > | operator * (int i, const fixed< SH > &f) |
| template<unsigned int SH> | |
| fixed< SH > | operator/ (int i, const fixed< SH > &f) |
| template<unsigned int SH> | |
| fixed< SH > | operator+ (double d, const fixed< SH > &f) |
| template<unsigned int SH> | |
| fixed< SH > | operator- (double d, const fixed< SH > &f) |
| template<unsigned int SH> | |
| fixed< SH > | operator * (double d, const fixed< SH > &f) |
| template<unsigned int SH> | |
| fixed< SH > | operator/ (double d, const fixed< SH > &f) |
| template<unsigned int SH> | |
| bool | operator< (double d, const fixed< SH > &f) |
| template<unsigned int SH> | |
| bool | operator> (double d, const fixed< SH > &f) |
| template<unsigned int SH> | |
| bool | operator<= (double d, const fixed< SH > &f) |
| template<unsigned int SH> | |
| bool | operator>= (double d, const fixed< SH > &f) |
| template<unsigned int SH> | |
| bool | operator== (double d, const fixed< SH > &f) |
| template<unsigned int SH> | |
| bool | operator!= (double d, const fixed< SH > &f) |
| template<unsigned int SH> | |
| bool | operator< (int i, const fixed< SH > &f) |
| template<unsigned int SH> | |
| bool | operator> (int i, const fixed< SH > &f) |
| template<unsigned int SH> | |
| bool | operator<= (int i, const fixed< SH > &f) |
| template<unsigned int SH> | |
| bool | operator>= (int i, const fixed< SH > &f) |
| template<unsigned int SH> | |
| bool | operator== (int i, const fixed< SH > &f) |
| template<unsigned int SH> | |
| bool | operator!= (int i, const fixed< SH > &f) |
| template<unsigned int SH> | |
| long int | lrint (const fixed< SH > &f) |
| template<unsigned int SH> | |
| fixed< SH > | fabs (const fixed< SH > &f) |
| template<unsigned int SH> | |
| fixed< SH > | sqrt (const fixed< SH > &f) |
|
|
|
|
||||||||||
|
||||||||||
|
Definition at line 157 of file fixed.h. References fixed< SH >::f2i(). Referenced by QOutputDev::convertSubpath(), QOutputDev::drawChar(), QOutputDev::drawImage(), QOutputDev::drawImageMask(), QOutputDev::findText(), QOutputDev::matchFont(), q_col(), QOutputDev::startPage(), and QOutputDev::updateLineAttrs(). |
|
||||||||||||||||
|
Definition at line 140 of file fixed.h. References fixed< SH >::mul(), and true. |
|
||||||||||||||||
|
Definition at line 134 of file fixed.h. References true. |
|
||||||||||||||||
|
Definition at line 155 of file fixed.h. References fixed< SH >::i2f(). |
|
||||||||||||||||
|
Definition at line 148 of file fixed.h. References fixed< SH >::d2f(). |
|
||||||||||||||||
|
Definition at line 138 of file fixed.h. References fixed< SH >::d2f(), and true. |
|
||||||||||||||||
|
Definition at line 132 of file fixed.h. References fixed< SH >::i2f(), and true. |
|
||||||||||||||||
|
Definition at line 139 of file fixed.h. References fixed< SH >::d2f(), and true. |
|
||||||||||||||||
|
Definition at line 133 of file fixed.h. References fixed< SH >::i2f(), and true. |
|
||||||||||||||||
|
Definition at line 141 of file fixed.h. References fixed< SH >::mul(), and true. |
|
||||||||||||||||
|
Definition at line 135 of file fixed.h. References fixed< SH >::div(), and true. |
|
||||||||||||||||
|
Definition at line 150 of file fixed.h. References f, i, and fixed< SH >::i2f(). |
|
||||||||||||||||
|
Definition at line 143 of file fixed.h. References d, fixed< SH >::d2f(), and f. |
|
||||||||||||||||
|
Definition at line 152 of file fixed.h. References f, i, and fixed< SH >::i2f(). |
|
||||||||||||||||
|
Definition at line 145 of file fixed.h. References d, fixed< SH >::d2f(), and f. |
|
||||||||||||||||
|
Definition at line 154 of file fixed.h. References fixed< SH >::i2f(). |
|
||||||||||||||||
|
Definition at line 147 of file fixed.h. References fixed< SH >::d2f(). |
|
||||||||||||||||
|
Definition at line 151 of file fixed.h. References fixed< SH >::i2f(). |
|
||||||||||||||||
|
Definition at line 144 of file fixed.h. References fixed< SH >::d2f(). |
|
||||||||||||||||
|
Definition at line 153 of file fixed.h. References fixed< SH >::i2f(). |
|
||||||||||||||||
|
Definition at line 146 of file fixed.h. References fixed< SH >::d2f(). |
|
||||||||||
1.4.2