Home
last modified time | relevance | path

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

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