Home
last modified time | relevance | path

Searched defs:bn2_1 (Results 1 – 3 of 3) sorted by relevance

/llvm-project/flang/runtime/
H A Dtransformational.cpp169 CppTypeFor<CAT, KIND> bn2_1, const char *sourceFile, int line) { in DoBesselJn() argument
[all...]
/llvm-project/flang/lib/Optimizer/Builder/Runtime/
H A DTransformational.cpp159 genBesselJn(fir::FirOpBuilder & builder,mlir::Location loc,mlir::Value resultBox,mlir::Value n1,mlir::Value n2,mlir::Value x,mlir::Value bn2,mlir::Value bn2_1) genBesselJn() argument
/llvm-project/flang/lib/Optimizer/Builder/
H A DIntrinsicCall.cpp2645 mlir::Value bn2_1 = genRuntimeCall("bessel_jn", resultType, {n2_1, x}); genBesselJn() local