Searched refs:logb (Results 1 - 19 of 19) sorted by relevance

/freebsd-current/lib/msun/i387/
H A Ds_logb.S37 ENTRY(logb)
42 END(logb)
/freebsd-current/lib/msun/src/
H A Ds_logb.c13 * double logb(x)
14 * IEEE 754 logb. Included to pass IEEE test suite. Not recommend.
27 logb(double x) function
44 __weak_reference(logb, logbl);
H A Dmath.h288 double logb(double);
/freebsd-current/contrib/llvm-project/libcxx/include/__math/
H A Dlogarithms.h104 // logb
106 inline _LIBCPP_HIDE_FROM_ABI float logb(float __x) _NOEXCEPT { return __builtin_logbf(__x); }
109 _LIBCPP_HIDE_FROM_ABI double logb(double __x) _NOEXCEPT {
113 inline _LIBCPP_HIDE_FROM_ABI long double logb(long double __x) _NOEXCEPT { return __builtin_logbl(__x); }
116 inline _LIBCPP_HIDE_FROM_ABI double logb(_A1 __x) _NOEXCEPT {
/freebsd-current/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math_forward_declares.h130 __DEVICE__ double logb(double);
131 __DEVICE__ float logb(float);
248 using ::logb;
H A D__clang_cuda_complex_builtins.h42 #define _LOGBd std::logb
43 #define _LOGBf std::logb
H A D__clang_cuda_cmath.h282 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, logb)
412 using ::logb;
H A Dtgmath.h972 // logb
980 __tg_logb(double __x) {return logb(__x);}
986 #undef logb macro
987 #define logb(__x) __tg_logb(__tg_promote1((__x))(__x)) macro
H A D__clang_hip_cmath.h236 __DEF_FUN1(float, logb)
524 __HIP_OVERLOAD1(double, logb)
695 using ::logb;
H A D__clang_cuda_math.h180 __DEVICE__ double logb(double __a) { return __nv_logb(__a); } function
H A D__clang_hip_math.h898 double logb(double __x) { return __ocml_logb_f64(__x); } function
H A Dopencl-c.h7760 float __ovld __cnfn logb(float);
7761 float2 __ovld __cnfn logb(float2);
7762 float3 __ovld __cnfn logb(float3);
7763 float4 __ovld __cnfn logb(float4);
7764 float8 __ovld __cnfn logb(float8);
7765 float16 __ovld __cnfn logb(float16);
7767 double __ovld __cnfn logb(double);
7768 double2 __ovld __cnfn logb(double2);
7769 double3 __ovld __cnfn logb(double3);
7770 double4 __ovld __cnfn logb(double
[all...]
/freebsd-current/include/
H A Dtgmath.h187 #define logb(x) __tg_simple(x, logb) macro
/freebsd-current/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcmath.inc106 using ::logb;
/freebsd-current/contrib/llvm-project/libcxx/include/
H A Dmath.h232 floating_point logb (arithmetic x);
479 using std::__math::logb;
/freebsd-current/tools/regression/include/tgmath/
H A Dtgmath.c133 TGMACRO_REAL(logb)
550 PRINT("logb",
551 PASS_REAL_ARG_REAL_RET(logb));
/freebsd-current/contrib/llvm-project/libcxx/modules/std/
H A Dcmath.inc107 using std::logb;
/freebsd-current/lib/msun/
H A DMakefile238 ilogb.3 logb.3 ilogb.3 logbf.3 ilogb.3 logbl.3
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp2448 MUTATE_LDBL(logb)

Completed in 409 milliseconds