Home
last modified time | relevance | path

Searched refs:fac2 (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/libs/numeric/odeint/doc/
Dcontrolled_stepper_table.qbk34 …['fac2 = max( 1 / 6 , min( 5 , dt[subl old] / dt[subl current] pow( val[super 2] / val[subl old] ,…
38 ['val < 1 : dt[subl new] = dt[subl current] / max( fac , fac2 ) ]
46 safe = 0.9 , fac1 = 5.0 , fac2 = 1.0 / 6.0
49 fac_pred = std::max( fac2 , std::min( fac1 , fac_pred ) );
54 fac = max( fac2 , min( fac1 , pow( err , 0.25 ) / safe ) )
/third_party/mksh/
Dlalloc.c133 aresize2(void *ptr, size_t fac1, size_t fac2, Area *ap) in aresize2() argument
135 if (notoktomul(fac1, fac2)) in aresize2()
136 internal_errorf(Tintovfl, fac1, '*', fac2); in aresize2()
137 return (aresize(ptr, fac1 * fac2, ap)); in aresize2()
/third_party/boost/boost/numeric/odeint/stepper/
Drosenbrock4_controller.hpp128 static const value_type safe = 0.9 , fac1 = 5.0 , fac2 = 1.0 / 6.0; in try_step() local
136 fac2 , min BOOST_PREVENT_MACRO_SUBSTITUTION ( in try_step()
150 fac2 , min BOOST_PREVENT_MACRO_SUBSTITUTION ( fac1 , fac_pred ) ); in try_step()
/third_party/gstreamer/gstreamer/gst/
Dgstregistry.c749 const GstPluginFeature * fac2) in type_find_factory_rank_cmp() argument
751 if (G_LIKELY (fac1->rank != fac2->rank)) in type_find_factory_rank_cmp()
752 return fac2->rank - fac1->rank; in type_find_factory_rank_cmp()
756 return strcmp (GST_OBJECT_NAME (fac1), GST_OBJECT_NAME (fac2)); in type_find_factory_rank_cmp()
/third_party/gettext/gnulib-local/lib/libxml/
Dxmlschemas.c17221 #define FACET_RESTR_MUTUAL_ERR(fac1, fac2) \ argument
17228 BAD_CAST xmlSchemaFacetTypeToString(fac2->type), NULL);
/third_party/libxml2/
Dxmlschemas.c17294 #define FACET_RESTR_MUTUAL_ERR(fac1, fac2) \ argument
17301 BAD_CAST xmlSchemaFacetTypeToString(fac2->type), NULL);