Home
last modified time | relevance | path

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

/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
Dp1-11.cpp26 IP<np> ip5; variable
27 IP<nonconst_np> ip5; // expected-error{{non-type template argument of type 'std::nullptr_t' (aka 'n… variable
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
DGraggBulirschStoerStepInterpolator.java212 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/PCH/
Dnamespaces.cpp18 t3 *ip5 = &int_val; variable
/external/clang/test/SemaTemplate/
Dtypename-specifier.cpp69 N::X<N::B>::type *ip5 = &i; // expected-note{{in instantiation of template class 'N::X<N::B>' reque… variable