![]() |
Blender V2.61 - r43446
|
Go to the source code of this file.
Defines | |
| #define | fabsf(a) fabs((double)(a)) |
| #define | facos acosf |
| #define | acosf(a) acos((double)(a)) |
| #define | fasin asinf |
| #define | asinf(a) asin((double)(a)) |
| #define | fatan atanf |
| #define | atanf(a) atan((double)(a)) |
| #define | fatan2 atan2f |
| #define | atan2f(a, b) atan2((double)(a), (double)(b)) |
| #define | fmodf(a, b) fmod((double)(a), (double)(b)) |
| #define | fcos cosf |
| #define | cosf(a) cos((double)(a)) |
| #define | fsin sinf |
| #define | sinf(a) sin((double)(a)) |
| #define | ftan tanf |
| #define | tanf(a) tan((double)(a)) |
| #define | fexp expf |
| #define | expf(a) exp((double)(a)) |
| #define | flog logf |
| #define | logf(a) log((double)(a)) |
| #define | flog10 log10f |
| #define | log10f(a) log10((double)(a)) |
| #define | fsqrt sqrtf |
| #define | sqrtf(a) sqrt((double)(a)) |
| #define | fceil ceilf |
| #define | ceilf(a) ceil((double)(a)) |
| #define | ffloor floorf |
| #define | floorf(a) floor((double)(a)) |
| #define | fpow powf |
| #define | powf(a, b) pow((double)(a), (double)(b)) |
Definition in file floatpatch.h.
| #define acosf | ( | a | ) | acos((double)(a)) |
Definition at line 44 of file floatpatch.h.
| #define asinf | ( | a | ) | asin((double)(a)) |
Definition at line 47 of file floatpatch.h.
| #define atan2f | ( | a, | |
| b | |||
| ) | atan2((double)(a), (double)(b)) |
Definition at line 53 of file floatpatch.h.
| #define atanf | ( | a | ) | atan((double)(a)) |
Definition at line 50 of file floatpatch.h.
| #define ceilf | ( | a | ) | ceil((double)(a)) |
Definition at line 79 of file floatpatch.h.
| #define cosf | ( | a | ) | cos((double)(a)) |
Definition at line 58 of file floatpatch.h.
| #define expf | ( | a | ) | exp((double)(a)) |
Definition at line 67 of file floatpatch.h.
| #define fabsf | ( | a | ) | fabs((double)(a)) |
Definition at line 41 of file floatpatch.h.
| #define facos acosf |
Definition at line 43 of file floatpatch.h.
| #define fasin asinf |
Definition at line 46 of file floatpatch.h.
| #define fatan atanf |
Definition at line 49 of file floatpatch.h.
| #define fatan2 atan2f |
Definition at line 52 of file floatpatch.h.
| #define fceil ceilf |
Definition at line 78 of file floatpatch.h.
| #define fcos cosf |
Definition at line 57 of file floatpatch.h.
| #define fexp expf |
Definition at line 66 of file floatpatch.h.
| #define ffloor floorf |
Definition at line 81 of file floatpatch.h.
| #define flog logf |
Definition at line 69 of file floatpatch.h.
| #define flog10 log10f |
Definition at line 72 of file floatpatch.h.
| #define floorf | ( | a | ) | floor((double)(a)) |
Definition at line 82 of file floatpatch.h.
| #define fmodf | ( | a, | |
| b | |||
| ) | fmod((double)(a), (double)(b)) |
Definition at line 55 of file floatpatch.h.
| #define fpow powf |
Definition at line 84 of file floatpatch.h.
| #define fsin sinf |
Definition at line 60 of file floatpatch.h.
| #define fsqrt sqrtf |
Definition at line 75 of file floatpatch.h.
| #define ftan tanf |
Definition at line 63 of file floatpatch.h.
| #define log10f | ( | a | ) | log10((double)(a)) |
Definition at line 73 of file floatpatch.h.
| #define logf | ( | a | ) | log((double)(a)) |
Definition at line 70 of file floatpatch.h.
| #define powf | ( | a, | |
| b | |||
| ) | pow((double)(a), (double)(b)) |
Definition at line 85 of file floatpatch.h.
| #define sinf | ( | a | ) | sin((double)(a)) |
Definition at line 61 of file floatpatch.h.
| #define sqrtf | ( | a | ) | sqrt((double)(a)) |
Definition at line 76 of file floatpatch.h.
| #define tanf | ( | a | ) | tan((double)(a)) |
Definition at line 64 of file floatpatch.h.