/freebsd/lib/msun/i387/ |
H A D | s_logb.S | 37 ENTRY(logb) 42 END(logb)
|
/freebsd/lib/msun/src/ |
H A D | s_logb.c | 27 logb(double x) in logb() function 44 __weak_reference(logb, logbl);
|
H A D | math.h | 283 double logb(double);
|
/freebsd/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/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 | 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); 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(double4); [all …]
|
/freebsd/include/ |
H A D | tgmath.h | 187 #define logb(x) __tg_simple(x, logb) macro
|
/freebsd/lib/msun/ |
H A D | Symbol.map | 131 logb;
|
H A D | Makefile | 238 ilogb.3 logb.3 ilogb.3 logbf.3 ilogb.3 logbl.3
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | math.h | 479 using std::__math::logb;
|
H A D | cmath | 247 floating_point logb (arithmetic x); 463 using ::logb _LIBCPP_USING_IF_EXISTS;
|
/freebsd/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/contrib/llvm-project/libcxx/modules/std.compat/ |
H A D | cmath.inc | 106 using ::logb _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | cmath.cppm |
|
H A D | cmath.inc | 107 using std::logb _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetLibraryInfo.def | 1670 /// double logb(double x); 1671 TLI_DEFINE_ENUM_INTERNAL(logb) 1672 TLI_DEFINE_STRING_INTERNAL("logb")
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | CSymbolMap.inc | 607 SYMBOL(logb, None, <math.h>)
|
H A D | StdSymbolMap.inc | 2032 SYMBOL(logb, std::, <cmath>) 2033 SYMBOL(logb, None, <cmath>) 2034 SYMBOL(logb, None, <math.h>)
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVBuiltins.td | 253 defm : DemangledExtendedBuiltin<"logb", OpenCL_std, 41>;
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | OpenCLBuiltins.td | 563 "log", "log2", "log10", "log1p", "logb",
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 2220 fun:logb=uninstrumented
|