ReactOS 0.4.16-dev-1521-gb8f1da6
|
Go to the source code of this file.
Typedefs | |
typedef long double | float_t |
typedef long double | double_t |
Variables | |
const float | __INFF |
const long double | __INFL |
const double | __QNAN |
Definition at line 465 of file mingw_math.h.
Definition at line 466 of file mingw_math.h.
Definition at line 467 of file mingw_math.h.
Definition at line 209 of file mingw_math.h.
Definition at line 210 of file mingw_math.h.
Definition at line 52 of file mingw_math.h.
#define FP_NAN 0x0100 |
Definition at line 50 of file mingw_math.h.
#define FP_NORMAL 0x0400 |
Definition at line 51 of file mingw_math.h.
Definition at line 54 of file mingw_math.h.
#define FP_ZERO 0x4000 |
Definition at line 53 of file mingw_math.h.
Definition at line 86 of file mingw_math.h.
Definition at line 17 of file mingw_math.h.
Definition at line 19 of file mingw_math.h.
Definition at line 20 of file mingw_math.h.
#define isfinite | ( | x | ) | ((fpclassify(x) & FP_NAN) == 0) |
Definition at line 91 of file mingw_math.h.
Definition at line 537 of file mingw_math.h.
#define isgreaterequal | ( | x, | |
y | |||
) | ((__fp_unordered_compare (x, y) & FP_INFINITE) == 0) |
Definition at line 539 of file mingw_math.h.
#define isinf | ( | x | ) | (fpclassify(x) == FP_INFINITE) |
Definition at line 94 of file mingw_math.h.
Definition at line 538 of file mingw_math.h.
#define islessequal | ( | x, | |
y | |||
) | ((__fp_unordered_compare(y, x) & FP_INFINITE) == 0) |
Definition at line 540 of file mingw_math.h.
#define islessgreater | ( | x, | |
y | |||
) | ((__fp_unordered_compare(x, y) & FP_SUBNORMAL) == 0) |
Definition at line 541 of file mingw_math.h.
Definition at line 133 of file mingw_math.h.
#define isnormal | ( | x | ) | (fpclassify(x) == FP_NORMAL) |
Definition at line 138 of file mingw_math.h.
Definition at line 542 of file mingw_math.h.
Definition at line 22 of file mingw_math.h.
Definition at line 164 of file mingw_math.h.
Definition at line 40 of file mingw_math.h.
Definition at line 39 of file mingw_math.h.
Definition at line 529 of file mingw_math.h.
Definition at line 74 of file mingw_math.h.
Definition at line 105 of file mingw_math.h.
Definition at line 114 of file mingw_math.h.
Definition at line 123 of file mingw_math.h.
Definition at line 145 of file mingw_math.h.
Definition at line 151 of file mingw_math.h.
Definition at line 157 of file mingw_math.h.
Definition at line 54 of file fun_ieee.c.
Referenced by rpn_acosh().
Definition at line 49 of file fun_ieee.c.
Referenced by rpn_asinh().
Definition at line 63 of file fun_ieee.c.
Referenced by rpn_atanh().
Referenced by rpn_cbrt().
Referenced by float_32_to_16(), and wined3d_ftoa().
Referenced by create_cab_file(), create_cc_test_files(), extract_cabinet(), extract_cabinet_stream(), ExtractCabinet(), GdipSetLineSigmaBlend(), GdipSetPathGradientSigmaBlend(), HResultFrom(), Init(), SetupIterateCabinetA(), SetupIterateCabinetW(), test_FDICopy(), test_FDICreate(), test_FDIDestroy(), and test_FDIIsCabinet().
Definition at line 47 of file exp2.c.
Referenced by Test_ofuncs(), and test_SystemFunction003().
Referenced by GetMaxValue(), pres_min(), and test_DuplicateHandle().
__MINGW_EXTENSION __CRT_INLINE long long __cdecl llrint | ( | double | x | ) |
Definition at line 395 of file mingw_math.h.
__MINGW_EXTENSION __CRT_INLINE long long __cdecl llrintf | ( | float | x | ) |
Definition at line 403 of file mingw_math.h.
Definition at line 411 of file mingw_math.h.
__MINGW_EXTENSION long long __cdecl llround | ( | double | ) |
__MINGW_EXTENSION long long __cdecl llroundf | ( | float | ) |
Definition at line 62 of file stubs.c.
Referenced by exp2(), log2f(), logbase2(), and pres_log().
Definition at line 243 of file mingw_math.h.
Referenced by DriveVolume::ObtainInfo(), and trio_nan().
Definition at line 13 of file nextafter.c.
Definition at line 13 of file nextafterf.c.
Definition at line 12 of file nexttowardf.c.
Definition at line 75 of file remainder.c.
Referenced by cut_misaligned_tail(), IDirectSoundBufferImpl_Lock(), layout_recall_range(), positive_remainder(), stripe_next_unit(), TAB_SetItemBounds(), test_RegQueryValueExPerformanceData(), VARIANT_DecScale(), VARIANT_DI_div(), VARIANT_DI_mul(), VARIANT_DI_tostringW(), VARIANT_do_division(), VARIANT_int_addlossy(), VARIANT_int_divbychar(), widGetPosition(), wodGetPosition(), and write_integer().
Definition at line 60 of file remainderf.c.
Definition at line 14 of file scalbn.c.
Referenced by divide_ext().