Home
last modified time | relevance | path

Searched refs:hermitel (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/libcxx/include/__math/
HDspecial_functions.h73 inline _LIBCPP_HIDE_FROM_ABI long double hermitel(unsigned __n, long double __x) { return std::herm… in hermitel() function
/freebsd-13-stable/contrib/llvm-project/libcxx/modules/std/
HDcmath.inc342 using std::hermitel;
/freebsd-13-stable/contrib/llvm-project/libcxx/include/
HDcmath211 long double hermitel(unsigned n, long double x); // C++17
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
HDStdSymbolMap.inc1463 SYMBOL(hermitel, std::, <cmath>)