Searched refs:aip (Results 1 – 6 of 6) sorted by relevance
103 T aip = -x * (j1 - j2) / 3; in airy_ai_prime_imp() local104 return aip; in airy_ai_prime_imp()109 T aip = 1 / (boost::math::cbrt(T(3)) * tg); in airy_ai_prime_imp() local110 return -aip; in airy_ai_prime_imp()122 …T aip = -cyl_bessel_k(v, p, pol) * x / (boost::math::constants::root_three<T>() * boost::math::con… in airy_ai_prime_imp() local123 return aip; in airy_ai_prime_imp()138 T aip = -x * (j1 + j2) / constants::root_three<T>(); in airy_bi_prime_imp() local139 return aip; in airy_bi_prime_imp()153 T aip = x * (j1 + j2) / boost::math::constants::root_three<T>(); in airy_bi_prime_imp() local154 return aip; in airy_bi_prime_imp()
124 [section:aip Airy Ai' Function]176 [endsect] [/section:aip Airy Ai' Function]
146 AlphabeticIndex &aip = index->addLabels(Locale::getJapanese(), status); in APITest() local147 TEST_ASSERT(&aip == index.getAlias()); in APITest()
215 math_toolkit/airy/aip.html
7335 struct sctp_adaptation_layer_indication ai, *aip; local7339 aip = (struct sctp_adaptation_layer_indication *)phdr;7340 if (aip) {7341 stcb->asoc.peers_adaptation = ntohl(aip->indication);
254 [def __airy_ai_prime [link math_toolkit.airy.aip airy_ai_prime]]