| /freebsd-14.2/contrib/llvm-project/libcxx/include/__math/ |
| H A D | logarithms.h | 106 inline _LIBCPP_HIDE_FROM_ABI float logb(float __x) _NOEXCEPT { return __builtin_logbf(__x); } in logb() function 109 _LIBCPP_HIDE_FROM_ABI double logb(double __x) _NOEXCEPT { in logb() function 113 inline _LIBCPP_HIDE_FROM_ABI long double logb(long double __x) _NOEXCEPT { return __builtin_logbl(_… in logb() function 116 inline _LIBCPP_HIDE_FROM_ABI double logb(_A1 __x) _NOEXCEPT { in logb() function
|
| /freebsd-14.2/lib/msun/i387/ |
| H A D | s_logb.S | 37 ENTRY(logb) 42 END(logb)
|
| /freebsd-14.2/lib/msun/src/ |
| H A D | s_logb.c | 28 logb(double x) in logb() function 45 __weak_reference(logb, logbl);
|
| H A D | math.h | 273 double logb(double);
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Headers/cuda_wrappers/ |
| H A D | cmath | 35 __attribute__((device)) long double logb(long double); 69 // For logb/scalbn templates we must always provide device overloads because 77 return ::logb(__x);
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Headers/ |
| H A D | __clang_cuda_math_forward_declares.h | 130 __DEVICE__ double logb(double); 131 __DEVICE__ float logb(float); 248 using ::logb;
|
| H A D | __clang_cuda_complex_builtins.h | 42 #define _LOGBd std::logb 43 #define _LOGBf std::logb
|
| H A D | __clang_cuda_cmath.h | 282 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, logb) 412 using ::logb;
|
| H A D | __clang_hip_cmath.h | 236 __DEF_FUN1(float, logb) 524 __HIP_OVERLOAD1(double, logb) 695 using ::logb;
|
| H A D | tgmath.h | 980 __tg_logb(double __x) {return logb(__x);} in __tg_logb() 986 #undef logb 987 #define logb(__x) __tg_logb(__tg_promote1((__x))(__x)) macro
|
| H A D | __clang_cuda_math.h | 180 __DEVICE__ double logb(double __a) { return __nv_logb(__a); } in logb() function
|
| H A D | __clang_hip_math.h | 898 double logb(double __x) { return __ocml_logb_f64(__x); }
|
| H A D | opencl-c.h | 7760 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); 7767 double __ovld __cnfn logb(double); 7775 half __ovld __cnfn logb(half); 7776 half2 __ovld __cnfn logb(half2); 7777 half3 __ovld __cnfn logb(half3); 7778 half4 __ovld __cnfn logb(half4); [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Headers/openmp_wrappers/ |
| H A D | cmath | 59 __DEVICE__ float logb(float __x) { return ::logbf(__x); } 114 __DEVICE__ float logb(float __x) { return ::logbf(__x); }
|
| /freebsd-14.2/include/ |
| H A D | tgmath.h | 187 #define logb(x) __tg_simple(x, logb) macro
|
| /freebsd-14.2/lib/msun/ |
| H A D | Symbol.map | 131 logb;
|
| H A D | Makefile | 240 ilogb.3 logb.3 ilogb.3 logbf.3 ilogb.3 logbl.3
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/ |
| H A D | math.h | 479 using std::__math::logb;
|
| H A D | cmath | 239 floating_point logb (arithmetic x); 454 using ::logb _LIBCPP_USING_IF_EXISTS;
|
| /freebsd-14.2/contrib/llvm-project/libcxx/modules/std.compat/ |
| H A D | cmath.inc | 106 using ::logb;
|
| /freebsd-14.2/tools/regression/include/tgmath/ |
| H A D | tgmath.c | 133 TGMACRO_REAL(logb) in TGMACRO_REAL_FIXED_RET() 551 PASS_REAL_ARG_REAL_RET(logb)); in main()
|
| /freebsd-14.2/contrib/llvm-project/libcxx/modules/std/ |
| H A D | cmath.inc | 107 using std::logb;
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetLibraryInfo.def | 1650 /// double logb(double x); 1651 TLI_DEFINE_ENUM_INTERNAL(logb) 1652 TLI_DEFINE_STRING_INTERNAL("logb")
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| H A D | CSymbolMap.inc | 607 SYMBOL(logb, None, <math.h>)
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVBuiltins.td | 225 defm : DemangledExtendedBuiltin<"logb", OpenCL_std, 41>;
|