Home
last modified time | relevance | path

Searched refs:log2f (Results 1 – 25 of 25) sorted by relevance

/openbsd/regress/lib/libm/msun/
H A Dlogarithm_test.c81 test(log2f, x, result, exceptmask, excepts); \
135 ATF_CHECK_EQ(i, log2f(ldexpf(1.0, i))); in ATF_TC_BODY()
164 test(log2f, 1.0, 0.0, ALL_STD_EXCEPT, 0); in ATF_TC_BODY()
228 test_tol(log2f, tests[i].x, tests[i].log2x, FLT_ULP()); in ATF_TC_BODY()
/openbsd/lib/libm/src/
H A De_log2f.c33 log2f(float x) in log2f() function
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DVecFuncs.def236 TLI_DEFINE_VECFUNC("log2f", "__log2f4", FIXED(4))
385 TLI_DEFINE_VECFUNC("log2f", "__svml_log2f4", FIXED(4))
386 TLI_DEFINE_VECFUNC("log2f", "__svml_log2f8", FIXED(8))
387 TLI_DEFINE_VECFUNC("log2f", "__svml_log2f16", FIXED(16))
581 TLI_DEFINE_VECFUNC( "log2f", "_ZGVnN4v_log2f", FIXED(4))
H A DTargetLibraryInfo.def1595 /// float log2f(float x);
1596 TLI_DEFINE_ENUM_INTERNAL(log2f)
1597 TLI_DEFINE_STRING_INTERNAL("log2f")
/openbsd/lib/libm/
H A DSymbols.map204 log2f;
/openbsd/lib/libm/hidden/
H A Dmath.h138 PROTO_STD_DEPRECATED(log2f);
/openbsd/include/
H A Dmath.h312 float log2f(float);
/openbsd/gnu/llvm/clang/lib/Headers/openmp_wrappers/
H A Dcmath58 __DEVICE__ float log2(float __x) { return ::log2f(__x); }
/openbsd/gnu/llvm/libcxx/include/
H A Dcharconv95 #include <cmath> // for log2f
726 std::cout << std::format("{},\n", log2f(i));
729 /// log2f table for bases [2, 36].
H A Dcmath236 float log2f(float x);
451 using ::log2f _LIBCPP_USING_IF_EXISTS;
/openbsd/gnu/llvm/clang/lib/Headers/
H A D__clang_cuda_cmath.h476 using ::log2f;
H A D__clang_cuda_math.h177 __DEVICE__ float log2f(float __a) { in log2f() function
H A D__clang_hip_cmath.h763 using ::log2f;
H A Dtgmath.h959 __tg_log2(float __x) {return log2f(__x);} in __tg_log2()
H A D__clang_hip_math.h332 float log2f(float __x) { return __ocml_log2_f32(__x); }
/openbsd/gnu/gcc/libstdc++-v3/include/tr1/
H A Dcmath101 #undef log2f
240 using ::log2f;
/openbsd/gnu/llvm/compiler-rt/lib/dfsan/
H A Ddone_abilist.txt121 fun:log2f=functional
H A Dlibc_ubuntu1404_abilist.txt2213 fun:log2f=uninstrumented
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DRuntimeLibcalls.def145 HANDLE_LIBCALL(LOG2_F32, "log2f")
/openbsd/gnu/gcc/gcc/
H A Dbuiltins.def317 DEF_C99_BUILTIN (BUILT_IN_LOG2F, "log2f", BT_FN_FLOAT_FLOAT, ATTR_MATHFN_FPROUNDING_ERRNO)
/openbsd/gnu/llvm/clang/include/clang/Tooling/Inclusions/
H A DCSymbolMap.inc605 SYMBOL(log2f, None, <math.h>)
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DBuiltins.def1375 LIBBUILTIN(log2f, "ff", "fne", MATH_H, ALL_LANGUAGES)
/openbsd/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt2744 libc/src/math/log2f.h
2846 libc/src/math/generic/log2f.cpp
/openbsd/gnu/gcc/gcc/doc/
H A Dextend.texi5482 @findex log2f
5689 @code{log1pf}, @code{log1pl}, @code{log1p}, @code{log2f}, @code{log2l},
H A Dgcc.info20356 `log1pf', `log1pl', `log1p', `log2f', `log2l', `log2', `logbf',