Searched refs:log10 (Results 51 - 72 of 72) sorted by relevance

123

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D920428-2.c14 double log10(double x);
/openbsd-current/gnu/llvm/clang/lib/Headers/openmp_wrappers/
H A Dcomplex_cmath.h112 // log10
114 template <class _Tp> std::complex<_Tp> log10(const std::complex<_Tp> &__x) { function in namespace:std
/openbsd-current/usr.bin/lex/
H A Dmain.c437 str = (char *) malloc(strsz = strlen(fmt) + strlen(scname[i]) + (int) (1 + log10(i)) + 2);
/openbsd-current/gnu/llvm/llvm/lib/Analysis/
H A DConstantFolding.cpp1564 case Intrinsic::log10:
1683 Name == "log10" || Name == "log10f";
2204 case Intrinsic::log10:
2206 return ConstantFoldFP(log10, APF, Ty);
2340 return ConstantFoldFP(log10, APF, Ty);
H A DVectorUtils.cpp72 case Intrinsic::log10:
H A DValueTracking.cpp3452 return Intrinsic::log10;
3849 case Intrinsic::log10:
5295 case Intrinsic::log10:
H A DInstructionSimplify.cpp5987 case Intrinsic::log10:
5988 // log10(pow(10.0, x)) -> x
/openbsd-current/gnu/usr.bin/perl/
H A Dnumeric.c1398 const NV exp_v = log10(value);
H A Dperl.h2764 # define Perl_log10 log10
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp2284 // This is only applicable to log(), log2(), log10().
2330 LogID = Intrinsic::log10;
2337 LogID = Intrinsic::log10;
2344 LogID = Intrinsic::log10;
2354 LogID == Intrinsic::log10) {
3596 case Intrinsic::log10:
/openbsd-current/gnu/gcc/gcc/
H A Dsys-protos.h653 extern double log10(double);
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dsys-protos.h653 extern double log10(double);
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A D__clang_hip_math.h884 double log10(double __x) { return __ocml_log10_f64(__x); } function
H A Dopencl-c.h7707 float __ovld __cnfn log10(float);
7708 float2 __ovld __cnfn log10(float2);
7709 float3 __ovld __cnfn log10(float3);
7710 float4 __ovld __cnfn log10(float4);
7711 float8 __ovld __cnfn log10(float8);
7712 float16 __ovld __cnfn log10(float16);
7714 double __ovld __cnfn log10(double);
7715 double2 __ovld __cnfn log10(double2);
7716 double3 __ovld __cnfn log10(double3);
7717 double4 __ovld __cnfn log10(double
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/BigInt/
H A DLib.pm740 my $log10 = log(10);
741 my $guess = int((log($xm) + $xe * $log10) / (log($bm) + $be * $log10));
/openbsd-current/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp362 return selectExtInst(ResVReg, ResType, I, CL::log10);
/openbsd-current/gnu/llvm/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1785 case Intrinsic::log10:
/openbsd-current/gnu/usr.bin/perl/ext/POSIX/
H A DPOSIX.xs195 log log10 modf pow sin sinh sqrt tan tanh
2105 log10 = 17
/openbsd-current/gnu/llvm/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp1872 case Intrinsic::log10:
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1760 case Intrinsic::log10:
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGBuiltin.cpp2124 MUTATE_LDBL(log10)
2385 Intrinsic::log10,
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5282 /// expandLog10 - Lower a log10 intrinsic. Handles the special sequences for
5292 // Scale the exponent by log10(2) [0.30102999f].
6319 case Intrinsic::log10:

Completed in 719 milliseconds

123