Searched defs:log2 (Results 1 - 25 of 78) sorted by path

1234

/netbsd-current/external/cddl/osnet/dev/dtrace/x86/
H A Ddis_tables.c5423 log2(int size) function
/netbsd-current/include/
H A Dtgmath.h172 #define log2(a) __TG_FN1(log2, (a)) macro
/netbsd-current/lib/libm/noieee_src/
H A Dn_log2.c50 log2(double x) function
/netbsd-current/lib/libm/src/
H A Dw_log2.c27 log2(double x) /* wrapper log10 */ function
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A D__clang_cuda_math.h174 __DEVICE__ double log2(double __a) { return __nv_log2(__a); } function
H A D__clang_hip_math.h863 double log2(double __x) { return __ocml_log2_f64(__x); } function
H A Dtgmath.h969 #undef log2 macro
970 #define log2(__x) __tg_log2(__tg_promote1((__x))(__x)) macro
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp11052 unsigned log2 = divisor->logBase2(); // floor(log_2(divisor)) local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp841 static double log2(double V) { function in namespace:llvm
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dcombine.c10621 int count, log2; local
H A Dfold-const.c11592 unsigned HOST_WIDE_INT log2 = tree_log2 (arg01); local
H A Dtrans-mem.c955 equal(const tm_log_entry *log1, const tm_log_entry *log2) argument
H A Dtree-phinodes.c146 int log2, new_len; local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dsimplify.c7198 mpfr_t exp, absv, log2, pow2, frac; local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/ginclude/
H A Dtgmath.h103 #define log2(x) __TGMATH_REAL(x, log2) macro
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dcombine.cc10494 int count, log2; local
H A Ddwarf2out.cc19267 const int log2 = exact_log2 (tree_to_uhwi (TREE_OPERAND (loc, 1))); local
H A Dtrans-mem.cc958 equal(const tm_log_entry *log1, const tm_log_entry *log2) argument
H A Dtree-phinodes.cc146 int log2, new_len; local
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddeclaration.h497 log2, member in class:BUILTIN
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dsimplify.cc7310 mpfr_t exp, absv, log2, pow2, frac; local
/netbsd-current/external/gpl3/gcc/dist/gcc/ginclude/
H A Dtgmath.h103 #define log2(x) __TGMATH_REAL(x, log2) macro
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dmath.in.h1587 # undef log2 macro
1588 # define log2 rpl_log2 macro
1594 # undef log2 macro
1600 _GL_CXXALIASWARN (log2); variable
1603 # undef log2 macro
[all...]
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/aarch64/gnulib/import/
H A Dmath.h2083 # undef log2 macro
[all...]
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/aarch64eb/gnulib/import/
H A Dmath.h2083 # undef log2 macro
[all...]

Completed in 771 milliseconds

1234