Home
last modified time | relevance | path

Searched defs:log2 (Results 1 – 7 of 7) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/machine/
H A Dfastmath.h46 #define log2(x) fast_log2(x) macro
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dmath.h214 #define log2(x) (log (x) / M_LOG2_E) macro
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-sde-elf_include/
H A Dmath.h267 #define log2(x) (log (x) / _M_LOG2_E) macro
H A Dtgmath.h150 #define log2(x) __TGMATH_REAL(x, log2) macro
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dtgmath.h315 #define log2(Val) __TGMATH_UNARY_REAL_ONLY (Val, log2) macro
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvMSC.c107 U32 i, log2; in ms_get_value_log2() local
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvSCSI.c127 U32 i, log2; in get_value_log2() local