Home
last modified time | relevance | path

Searched defs:log (Results 1 – 18 of 18) sorted by relevance

/reactos/sdk/tools/log2lines/
H A Dutil.h15 #define log(outFile, fmt, ...) \ macro
/reactos/boot/freeldr/freeldr/
H A Dfreeldr.c116 double log(double x) in log() function
/reactos/sdk/lib/3rdparty/stlport/src/
H A Dcomplex.cpp253 _STLP_DECLSPEC complex<float> _STLP_CALL log(const complex<float>& z) in log() function
256 _STLP_DECLSPEC complex<double> _STLP_CALL log(const complex<double>& z) in log() function
260 _STLP_DECLSPEC complex<long double> _STLP_CALL log(const complex<long double>& z) in log() function
/reactos/sdk/include/ucrt/
H A Dcomplex.h219 inline _Dcomplex __CRTDECL log(_In_ _Dcomplex _X) throw() in log() function
346 inline _Fcomplex __CRTDECL log(_In_ _Fcomplex _X) throw() in log() function
493 inline _Lcomplex __CRTDECL log(_In_ _Lcomplex _X) throw() in log() function
H A Dtgmath.h77 #define log(X) _Generic((X), \ macro
/reactos/modules/rostests/winetests/quartz/
H A Ddsoundrender.c77 static HRESULT WINAPI PB_Read(IPropertyBag *iface, LPCOLESTR name, VARIANT *var, IErrorLog *log) in PB_Read()
/reactos/dll/win32/pdh/
H A Dpdh_main.c1280 PDH_STATUS WINAPI PdhGetLogFileTypeA(const char *log, DWORD *type) in PdhGetLogFileTypeA()
1289 PDH_STATUS WINAPI PdhGetLogFileTypeW(const WCHAR *log, DWORD *type) in PdhGetLogFileTypeW()
/reactos/sdk/include/crt/
H A Dmath.h351 _Check_return_ inline float log(_In_ float x) throw() { return logf(x); } in log() function
377 _Check_return_ inline long double log(_In_ long double x) throw() { return logl(x); } in log() function
/reactos/drivers/filesystems/btrfs/zstd/
H A Dzstd_decompress_internal.h74 #define SEQSYMBOL_TABLE_SIZE(log) (1 + (1 << (log))) argument
/reactos/base/applications/notepad/
H A Ddialog.c344 TCHAR log[5]; in DoOpenFile() local
/reactos/dll/win32/ieframe/
H A Dieframe.h166 travellog_entry_t *log; member
/reactos/sdk/include/c++/stlport/stl/
H A D_valarray.h983 inline valarray<_Tp> log(const valarray<_Tp>& __x) { in log() function
/reactos/dll/3rdparty/mbedtls/
H A Daes.c433 int log[256]; in aes_gen_tables() local
/reactos/modules/rostests/winetests/gdiplus/
H A Dgraphics.c176 static void log_state(GraphicsState data, node ** log) in log_state()
186 static void check_no_duplicates(node * log) in check_no_duplicates()
/reactos/dll/win32/mmdevapi/
H A Ddevenum.c1522 static HRESULT WINAPI PB_Read(IPropertyBag *iface, LPCOLESTR name, VARIANT *var, IErrorLog *log) in PB_Read()
/reactos/modules/rosapps/applications/devutils/btrfstools/
H A Dbtrfs_structures.py1160 def logical_to_physical(self, log): argument
/reactos/dll/3rdparty/libtiff/
H A Dtif_ojpeg.c292 uint8 log; member
/reactos/dll/directx/wine/wined3d/
H A Dglsl_shader.c462 char *log; in print_glsl_info_log() local