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

/freebsd-11-stable/lib/msun/i387/
H A Ds_logb.S39 ENTRY(logb)
44 END(logb)
/freebsd-11-stable/lib/msun/src/
H A Ds_logb.c17 * double logb(x)
18 * IEEE 754 logb. Included to pass IEEE test suite. Not recommend.
31 logb(double x) function
48 __weak_reference(logb, logbl);
H A Dmath.h284 double logb(double);
/freebsd-11-stable/lib/msun/bsdsrc/
H A Db_log.c381 m = logb(x);
384 j = logb(g), m += j;
442 m = logb(x);
445 j = logb(g), m += j;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math_forward_declares.h153 __DEVICE__ double logb(double);
154 __DEVICE__ float logb(float);
271 using ::logb;
H A D__clang_cuda_complex_builtins.h124 double __logbw = std::logb(max(std::abs(__c), std::abs(__d)));
158 float __logbw = std::logb(max(std::abs(__c), std::abs(__d)));
H A D__clang_cuda_cmath.h253 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, logb)
383 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_cuda_device_functions.h1612 __DEVICE__ double logb(double __a) { return __nv_logb(__a); } function
H A Dopencl-c.h7844 float __ovld __cnfn logb(float x);
7845 float2 __ovld __cnfn logb(float2 x);
7846 float3 __ovld __cnfn logb(float3 x);
7847 float4 __ovld __cnfn logb(float4 x);
7848 float8 __ovld __cnfn logb(float8 x);
7849 float16 __ovld __cnfn logb(float16 x);
7851 double __ovld __cnfn logb(double x);
7852 double2 __ovld __cnfn logb(double2 x);
7853 double3 __ovld __cnfn logb(double3 x);
7854 double4 __ovld __cnfn logb(double
[all...]
/freebsd-11-stable/contrib/libstdc++/include/tr1/
H A Dmath.h76 using std::tr1::logb;
/freebsd-11-stable/include/
H A Dtgmath.h187 #define logb(x) __tg_simple(x, logb) macro
/freebsd-11-stable/tools/regression/include/tgmath/
H A Dtgmath.c135 TGMACRO_REAL(logb)
552 PRINT("logb",
553 PASS_REAL_ARG_REAL_RET(logb));
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
H A Dmath.h232 floating_point logb (arithmetic x);
1385 // logb
1387 inline _LIBCPP_INLINE_VISIBILITY float logb(float __lcpp_x) _NOEXCEPT {return ::logbf(__lcpp_x);}
1388 inline _LIBCPP_INLINE_VISIBILITY long double logb(long double __lcpp_x) _NOEXCEPT {return ::logbl(__lcpp_x);}
1393 logb(_A1 __lcpp_x) _NOEXCEPT {return ::logb((double)__lcpp_x);}
/freebsd-11-stable/lib/msun/
H A DMakefile219 ilogb.3 logb.3 ilogb.3 logbf.3 ilogb.3 logbl.3
/freebsd-11-stable/contrib/gcc/
H A Dsys-protos.h655 extern double logb(double);
/freebsd-11-stable/contrib/libstdc++/
H A Dconfigure31029 logb(0.0);
[all...]

Completed in 321 milliseconds