Home
last modified time | relevance | path

Searched refs:ln2f (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILIntrinsicExpansion.cpp175 float LogConstVal = numbers::ln2f) { in expandLogIntrinsic()
197 return expandLogIntrinsic(Orig, numbers::ln2f / numbers::ln10f); in expandLog10Intrinsic()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DMathExtras.h64 ln2f = .693147181F, // (0x1.62e430P-1) https://oeis.org/A002162 variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5518 DAG.getConstantFP(numbers::ln2f, dl, MVT::f32)); in expandLog()