Searched refs:ip5 (Results 1 – 5 of 5) sorted by relevance
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/ |
D | GraggBulirschStoerStepInterpolator.java | 212 final int ip5 = i + 5; in resetTables() local 213 errfac[i] = 1.0 / (ip5 * ip5); in resetTables() 214 final double e = 0.5 * FastMath.sqrt (((double) (i + 1)) / ip5); in resetTables()
|
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/ |
D | p1-11.cpp | 26 IP<np> ip5; variable 27 IP<nonconst_np> ip5; // expected-error{{non-type template argument of type 'std::nullptr_t' (aka 'n… variable
|
/external/clang/test/PCH/ |
D | namespaces.cpp | 18 t3 *ip5 = &int_val; variable
|
/external/clang/test/SemaTemplate/ |
D | typename-specifier.cpp | 69 N::X<N::B>::type *ip5 = &i; // expected-note{{in instantiation of template class 'N::X<N::B>' reque… variable
|
/external/python/cpython3/Lib/test/ |
D | test_ipaddress.py | 1372 ip5 = ipaddress.IPv4Address('1.1.1.4') 1376 [ip1, ip2, ip3, ip4, ip5, ip6]) 1398 ip5 = ipaddress.IPv4Network('1.1.4.0/24') 1403 collapsed = ipaddress.collapse_addresses([ip1, ip2, ip3, ip4, ip5,
|