Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__math/
H A Dspecial_functions.h44 _Real __H_n = 2 * __x; in __hermite() local
46 _Real __H_n_next = 2 * (__x * __H_n - __i * __H_n_prev); in __hermite()
47 __H_n_prev = __H_n; in __hermite()
48 __H_n = __H_n_next; in __hermite()
51 if (!__math::isfinite(__H_n)) { in __hermite()
58 return __H_n; in __hermite()