Home
last modified time | relevance | path

Searched defs:large (Results 1 – 4 of 4) sorted by relevance

/reactos/sdk/lib/crt/math/libm_sse2/
H A Dhypotf.c55 const double large = 3.40282346638528859812e+38; /* 0x47efffffe0000000 */ in FN_PROTOTYPE() local
H A Dhypot.c51 const double large = 1.79769313486231570815e+308; /* 0x7fefffffffffffff */ in FN_PROTOTYPE() local
/reactos/dll/opengl/glu32/src/libnurbs/internals/
H A Darctess.cc52 #define steps_function(large, small, rate) (max(1, 1+ (int) ((large-small)/rate))); argument
/reactos/dll/win32/shell32/
H A Diconcache.cpp91 static HICON SIC_OverlayShortcutImage(HICON SourceIcon, BOOL large) in SIC_OverlayShortcutImage()