Home
last modified time | relevance | path

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

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/tr1/
A Dmodified_bessel_func.tcc387 / (__numeric_constants<_Tp>::__sqrt3() in __airy()
390 + _Tp(2) * __I_nu / __numeric_constants<_Tp>::__sqrt3()); in __airy()
394 / (__numeric_constants<_Tp>::__sqrt3() in __airy()
398 / __numeric_constants<_Tp>::__sqrt3()); in __airy()
406 - __N_nu / __numeric_constants<_Tp>::__sqrt3()) / _Tp(2); in __airy()
408 + __J_nu / __numeric_constants<_Tp>::__sqrt3()) / _Tp(2); in __airy()
411 __Aip = __absx * (__N_nu / __numeric_constants<_Tp>::__sqrt3() in __airy()
413 __Bip = __absx * (__J_nu / __numeric_constants<_Tp>::__sqrt3() in __airy()
422 __Bi = __Ai * __numeric_constants<_Tp>::__sqrt3(); in __airy()
428 __Bip = -__Aip * __numeric_constants<_Tp>::__sqrt3(); in __airy()
A Dspecial_function_util.h88 static _Tp __sqrt3() throw() in _GLIBCXX_VISIBILITY() function
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/tr1/
A Dmodified_bessel_func.tcc382 / (__numeric_constants<_Tp>::__sqrt3() in __airy()
385 + _Tp(2) * __I_nu / __numeric_constants<_Tp>::__sqrt3()); in __airy()
389 / (__numeric_constants<_Tp>::__sqrt3() in __airy()
393 / __numeric_constants<_Tp>::__sqrt3()); in __airy()
401 - __N_nu / __numeric_constants<_Tp>::__sqrt3()) / _Tp(2); in __airy()
403 + __J_nu / __numeric_constants<_Tp>::__sqrt3()) / _Tp(2); in __airy()
406 __Aip = __absx * (__N_nu / __numeric_constants<_Tp>::__sqrt3() in __airy()
408 __Bip = __absx * (__J_nu / __numeric_constants<_Tp>::__sqrt3() in __airy()
417 __Bi = __Ai * __numeric_constants<_Tp>::__sqrt3(); in __airy()
423 __Bip = -__Aip * __numeric_constants<_Tp>::__sqrt3(); in __airy()
A Dspecial_function_util.h83 static _Tp __sqrt3() throw() in _GLIBCXX_VISIBILITY() function
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/tr1/
A Dmodified_bessel_func.tcc387 / (__numeric_constants<_Tp>::__sqrt3() in __airy()
390 + _Tp(2) * __I_nu / __numeric_constants<_Tp>::__sqrt3()); in __airy()
394 / (__numeric_constants<_Tp>::__sqrt3() in __airy()
398 / __numeric_constants<_Tp>::__sqrt3()); in __airy()
406 - __N_nu / __numeric_constants<_Tp>::__sqrt3()) / _Tp(2); in __airy()
408 + __J_nu / __numeric_constants<_Tp>::__sqrt3()) / _Tp(2); in __airy()
411 __Aip = __absx * (__N_nu / __numeric_constants<_Tp>::__sqrt3() in __airy()
413 __Bip = __absx * (__J_nu / __numeric_constants<_Tp>::__sqrt3() in __airy()
422 __Bi = __Ai * __numeric_constants<_Tp>::__sqrt3(); in __airy()
428 __Bip = -__Aip * __numeric_constants<_Tp>::__sqrt3(); in __airy()
A Dspecial_function_util.h88 static _Tp __sqrt3() throw() in _GLIBCXX_VISIBILITY() function
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/tr1/
A Dmodified_bessel_func.tcc382 / (__numeric_constants<_Tp>::__sqrt3() in __airy()
385 + _Tp(2) * __I_nu / __numeric_constants<_Tp>::__sqrt3()); in __airy()
389 / (__numeric_constants<_Tp>::__sqrt3() in __airy()
393 / __numeric_constants<_Tp>::__sqrt3()); in __airy()
401 - __N_nu / __numeric_constants<_Tp>::__sqrt3()) / _Tp(2); in __airy()
403 + __J_nu / __numeric_constants<_Tp>::__sqrt3()) / _Tp(2); in __airy()
406 __Aip = __absx * (__N_nu / __numeric_constants<_Tp>::__sqrt3() in __airy()
408 __Bip = __absx * (__J_nu / __numeric_constants<_Tp>::__sqrt3() in __airy()
417 __Bi = __Ai * __numeric_constants<_Tp>::__sqrt3(); in __airy()
423 __Bip = -__Aip * __numeric_constants<_Tp>::__sqrt3(); in __airy()
A Dspecial_function_util.h83 static _Tp __sqrt3() throw() in _GLIBCXX_VISIBILITY() function
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/tr1/
A Dmodified_bessel_func.tcc397 / (__numeric_constants<_Tp>::__sqrt3() in __airy()
400 + _Tp(2) * __I_nu / __numeric_constants<_Tp>::__sqrt3()); in __airy()
404 / (__numeric_constants<_Tp>::__sqrt3() in __airy()
408 / __numeric_constants<_Tp>::__sqrt3()); in __airy()
416 - __N_nu / __numeric_constants<_Tp>::__sqrt3()) / _Tp(2); in __airy()
418 + __J_nu / __numeric_constants<_Tp>::__sqrt3()) / _Tp(2); in __airy()
421 __Aip = __absx * (__N_nu / __numeric_constants<_Tp>::__sqrt3() in __airy()
423 __Bip = __absx * (__J_nu / __numeric_constants<_Tp>::__sqrt3() in __airy()
432 __Bi = __Ai * __numeric_constants<_Tp>::__sqrt3(); in __airy()
438 __Bip = -__Aip * __numeric_constants<_Tp>::__sqrt3(); in __airy()
A Dspecial_function_util.h88 static _Tp __sqrt3() throw() in _GLIBCXX_VISIBILITY() function
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/tr1/
A Dmodified_bessel_func.tcc398 / (__numeric_constants<_Tp>::__sqrt3() in __airy()
401 + _Tp(2) * __I_nu / __numeric_constants<_Tp>::__sqrt3()); in __airy()
405 / (__numeric_constants<_Tp>::__sqrt3() in __airy()
409 / __numeric_constants<_Tp>::__sqrt3()); in __airy()
417 - __N_nu / __numeric_constants<_Tp>::__sqrt3()) / _Tp(2); in __airy()
419 + __J_nu / __numeric_constants<_Tp>::__sqrt3()) / _Tp(2); in __airy()
422 __Aip = __absx * (__N_nu / __numeric_constants<_Tp>::__sqrt3() in __airy()
424 __Bip = __absx * (__J_nu / __numeric_constants<_Tp>::__sqrt3() in __airy()
433 __Bi = __Ai * __numeric_constants<_Tp>::__sqrt3(); in __airy()
439 __Bip = -__Aip * __numeric_constants<_Tp>::__sqrt3(); in __airy()
A Dspecial_function_util.h88 static _Tp __sqrt3() throw() in _GLIBCXX_VISIBILITY() function
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/tr1/
A Dmodified_bessel_func.tcc398 / (__numeric_constants<_Tp>::__sqrt3() in __airy()
401 + _Tp(2) * __I_nu / __numeric_constants<_Tp>::__sqrt3()); in __airy()
405 / (__numeric_constants<_Tp>::__sqrt3() in __airy()
409 / __numeric_constants<_Tp>::__sqrt3()); in __airy()
417 - __N_nu / __numeric_constants<_Tp>::__sqrt3()) / _Tp(2); in __airy()
419 + __J_nu / __numeric_constants<_Tp>::__sqrt3()) / _Tp(2); in __airy()
422 __Aip = __absx * (__N_nu / __numeric_constants<_Tp>::__sqrt3() in __airy()
424 __Bip = __absx * (__J_nu / __numeric_constants<_Tp>::__sqrt3() in __airy()
433 __Bi = __Ai * __numeric_constants<_Tp>::__sqrt3(); in __airy()
439 __Bip = -__Aip * __numeric_constants<_Tp>::__sqrt3(); in __airy()
A Dspecial_function_util.h88 static _Tp __sqrt3() throw() in _GLIBCXX_VISIBILITY() function
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/tr1/
A Dmodified_bessel_func.tcc398 / (__numeric_constants<_Tp>::__sqrt3() in __airy()
401 + _Tp(2) * __I_nu / __numeric_constants<_Tp>::__sqrt3()); in __airy()
405 / (__numeric_constants<_Tp>::__sqrt3() in __airy()
409 / __numeric_constants<_Tp>::__sqrt3()); in __airy()
417 - __N_nu / __numeric_constants<_Tp>::__sqrt3()) / _Tp(2); in __airy()
419 + __J_nu / __numeric_constants<_Tp>::__sqrt3()) / _Tp(2); in __airy()
422 __Aip = __absx * (__N_nu / __numeric_constants<_Tp>::__sqrt3() in __airy()
424 __Bip = __absx * (__J_nu / __numeric_constants<_Tp>::__sqrt3() in __airy()
433 __Bi = __Ai * __numeric_constants<_Tp>::__sqrt3(); in __airy()
439 __Bip = -__Aip * __numeric_constants<_Tp>::__sqrt3(); in __airy()
A Dspecial_function_util.h88 static _Tp __sqrt3() throw() in _GLIBCXX_VISIBILITY() function

Completed in 18 milliseconds