Lines Matching full:log10
7111 '``llvm.log10.*``' Intrinsic
7117 This is an overloaded intrinsic. You can use ``llvm.log10`` on any
7123 declare float @llvm.log10.f32(float %Val)
7124 declare double @llvm.log10.f64(double %Val)
7125 declare x86_fp80 @llvm.log10.f80(x86_fp80 %Val)
7126 declare fp128 @llvm.log10.f128(fp128 %Val)
7127 declare ppc_fp128 @llvm.log10.ppcf128(ppc_fp128 %Val)
7132 The '``llvm.log10.*``' intrinsics perform the log10 function.
7143 This function returns the same values as the libm ``log10`` functions