Home
last modified time | relevance | path

Searched defs:aip (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/math/special_functions/
Dairy.hpp103 T aip = -x * (j1 - j2) / 3; in airy_ai_prime_imp() local
109 T aip = 1 / (boost::math::cbrt(T(3)) * tg); in airy_ai_prime_imp() local
122 …T aip = -cyl_bessel_k(v, p, pol) * x / (boost::math::constants::root_three<T>() * boost::math::con… in airy_ai_prime_imp() local
138 T aip = -x * (j1 + j2) / constants::root_three<T>(); in airy_bi_prime_imp() local
153 T aip = x * (j1 + j2) / boost::math::constants::root_three<T>(); in airy_bi_prime_imp() local
/third_party/icu/icu4c/source/test/intltest/
Dalphaindextst.cpp146 AlphabeticIndex &aip = index->addLabels(Locale::getJapanese(), status); in APITest() local
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_pcb.c7335 struct sctp_adaptation_layer_indication ai, *aip; local