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

12

/openbsd-current/lib/libm/arch/i387/
H A Ds_logb.S9 ENTRY(logb)
14 END_STD(logb)
/openbsd-current/lib/libm/arch/amd64/
H A Ds_logb.S11 ENTRY(logb)
12 RETGUARD_SETUP(logb, r11)
18 RETGUARD_CHECK(logb, r11)
20 END_STD(logb)
/openbsd-current/lib/libm/src/
H A Ds_logb.c14 * double logb(x)
15 * IEEE 754 logb. Included to pass IEEE test suite. Not recommend.
23 logb(double x) function
30 if((ix>>=20)==0) /* IEEE 754 logb */
35 DEF_STD(logb); variable
36 LDBL_MAYBE_UNUSED_CLONE(logb); variable
H A Db_log__D.c364 m = logb(x);
367 j = logb(g);
/openbsd-current/gnu/llvm/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.h893 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...]
/openbsd-current/gnu/gcc/libstdc++-v3/include/tr1/
H A Dmath.h76 using std::tr1::logb;
/openbsd-current/include/
H A Dtgmath.h146 #define logb(x) __tg_simple(x, logb) macro
H A Dmath.h212 double logb(double);
/openbsd-current/gnu/gcc/gcc/config/m68k/
H A Dmath-68881.h470 logb (double x) function
/openbsd-current/gnu/usr.bin/gcc/gcc/config/m68k/
H A Dmath-68881.h470 logb (double x) function
/openbsd-current/lib/libm/hidden/
H A Dmath.h140 PROTO_NORMAL(logb); variable
/openbsd-current/gnu/llvm/libcxx/include/
H A Dmath.h232 floating_point logb (arithmetic x);
1388 // logb
1390 inline _LIBCPP_HIDE_FROM_ABI float logb(float __x) _NOEXCEPT {return __builtin_logbf(__x);}
1393 _LIBCPP_HIDE_FROM_ABI double logb(double __x) _NOEXCEPT {
1397 inline _LIBCPP_HIDE_FROM_ABI long double logb(long double __x) _NOEXCEPT {return __builtin_logbl(__x);}
1402 logb(_A1 __x) _NOEXCEPT {return __builtin_logb((double)__x);}
/openbsd-current/lib/libm/
H A DMakefile150 lgamma.3 logb.3 lrint.3 lround.3 nan.3 nextafter.3 \
/openbsd-current/gnu/usr.bin/perl/ext/POSIX/t/
H A Dexport.t165 isnormal isunordered j0 j1 jn lgamma log1p log2 logb lrint lround nan
/openbsd-current/gnu/usr.bin/perl/ext/POSIX/lib/
H A DPOSIX.pm431 jn lgamma log1p log2 logb lrint lround nan nearbyint nextafter nexttoward
/openbsd-current/gnu/gcc/gcc/
H A Dsys-protos.h655 extern double logb(double);
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dsys-protos.h655 extern double logb(double);
/openbsd-current/gnu/usr.bin/perl/ext/POSIX/
H A DPOSIX.xs206 log1p log2 logb lrint lround nan nearbyint nextafter nexttoward remainder
348 # define c99_logb logb
2108 logb = 20
2248 not_here("logb");

Completed in 482 milliseconds

12