Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__math/
H A Dspecial_functions.h55 _Real __inf = std::numeric_limits<_Real>::infinity(); in __hermite() local
56 return (__n & 1) ? __math::copysign(__inf, __x) : __inf; in __hermite()