Home
last modified time | relevance | path

Searched refs:hermitef (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__math/
H A Dspecial_functions.h71 inline _LIBCPP_HIDE_FROM_ABI float hermitef(unsigned __n, float __x) { return std::hermite(__n, __x… in hermitef() function
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dcmath.cppm
H A Dcmath.inc341 using std::hermitef;
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcmath210 float hermitef(unsigned n, float x); // C++17
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc1462 SYMBOL(hermitef, std::, <cmath>)