/third_party/boost/boost/format/ |
D | parsing.hpp | 43 char wrap_narrow(const Facet& fac, Ch c, char deflt) { in wrap_narrow() 48 bool wrap_isdigit(const Facet& fac, Ch c) { in wrap_isdigit() 59 Iter wrap_scan_notdigit(const Facet & fac, Iter beg, Iter end) { in wrap_scan_notdigit() 72 const Facet& fac) in str2int() 109 const Facet& fac, in parse_printf_directive() 422 const Facet& fac, in upper_bound_from_fstring() 473 const std::ctype<Ch> & fac = BOOST_USE_FACET( std::ctype<Ch>, getloc()); in parse() local 475 io::basic_oaltstringstream<Ch, Tr, Alloc> fac; in parse() local
|
/third_party/flutter/skia/third_party/externals/dawn/src/tests/end2end/ |
D | ColorStateTests.cpp | 256 RGBA8 mix(const RGBA8& col1, const RGBA8& col2, std::array<float, 4> fac) { in mix() 267 RGBA8 mix(const RGBA8& col1, const RGBA8& col2, const RGBA8& fac) { in mix() 373 RGBA8 fac = color; in TEST_P() local 386 RGBA8 fac = RGBA8(255, 255, 255, 255) - color; in TEST_P() local 399 RGBA8 fac(color.a, color.a, color.a, color.a); in TEST_P() local 411 RGBA8 fac = RGBA8(255, 255, 255, 255) - RGBA8(color.a, color.a, color.a, color.a); in TEST_P() local 424 RGBA8 fac = base; in TEST_P() local 437 RGBA8 fac = RGBA8(255, 255, 255, 255) - base; in TEST_P() local 450 RGBA8 fac(base.a, base.a, base.a, base.a); in TEST_P() local 462 RGBA8 fac = RGBA8(255, 255, 255, 255) - RGBA8(base.a, base.a, base.a, base.a); in TEST_P() local [all …]
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
D | ColorStateTests.cpp | 265 RGBA8 mix(const RGBA8& col1, const RGBA8& col2, std::array<float, 4> fac) { in mix() 276 RGBA8 mix(const RGBA8& col1, const RGBA8& col2, const RGBA8& fac) { in mix() 386 RGBA8 fac = color; in TEST_P() local 399 RGBA8 fac = RGBA8(255, 255, 255, 255) - color; in TEST_P() local 412 RGBA8 fac(color.a, color.a, color.a, color.a); in TEST_P() local 424 RGBA8 fac = RGBA8(255, 255, 255, 255) - RGBA8(color.a, color.a, color.a, color.a); in TEST_P() local 437 RGBA8 fac = base; in TEST_P() local 450 RGBA8 fac = RGBA8(255, 255, 255, 255) - base; in TEST_P() local 463 RGBA8 fac(base.a, base.a, base.a, base.a); in TEST_P() local 475 RGBA8 fac = RGBA8(255, 255, 255, 255) - RGBA8(base.a, base.a, base.a, base.a); in TEST_P() local [all …]
|
/third_party/boost/boost/dynamic_bitset/ |
D | config.hpp | 63 #define BOOST_DYNAMIC_BITSET_WIDEN_CHAR(fac, c) \ argument 68 #define BOOST_DYNAMIC_BITSET_WIDEN_CHAR(fac, c) c argument
|
/third_party/boost/boost/geometry/srs/projections/ |
D | factory.hpp | 314 static factory<srs::detail::proj4_parameters, T, projections::parameters<T> > const fac; in create_new() local 323 static factory<srs::dpar::parameters<T>, T, projections::parameters<T> > const fac; in create_new() local
|
/third_party/boost/libs/detail/test/ |
D | test_utf8_codecvt.cpp | 258 …std::codecvt<wchar_t, char, std::mbstate_t> const& fac = std::use_facet< std::codecvt<wchar_t, cha… in test_main() local 267 …std::codecvt<wchar_t, char, std::mbstate_t> const& fac = std::use_facet< std::codecvt<wchar_t, cha… in test_main() local
|
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ |
D | dynamic_creator.h | 45 static DynCreator fac = DynCreator(); in Instance() local
|
/third_party/ffmpeg/libavcodec/ |
D | aacsbr.c | 82 float temp1, temp2, fac; in sbr_dequant() local 106 float fac; in sbr_dequant() local
|
D | aacsbr_fixed.c | 163 SoftFloat temp1, temp2, fac; in sbr_dequant() local 189 SoftFloat temp1, temp2, fac; in sbr_dequant() local
|
D | celp_filters.c | 51 const float *lagged, int lag, float fac, int n) in ff_celp_circ_addf()
|
/third_party/flutter/skia/third_party/externals/sdl/src/core/windows/ |
D | SDL_directx.h | 42 #define MAKE_HRESULT(sev,fac,code) \ argument
|
/third_party/boost/boost/date_time/ |
D | date_parsing.hpp | 261 std::ctype<wchar_t> const& fac = std::use_facet<std::ctype<wchar_t> >(loc); in from_stream_type() local 291 std::ctype<wchar_t> const& fac = std::use_facet<std::ctype<wchar_t> >(loc); in from_stream_type() local
|
/third_party/boost/libs/log/src/ |
D | syslog_backend.cpp | 74 BOOST_LOG_API facility make_facility(int fac) in make_facility() 499 BOOST_LOG_API void syslog_backend::construct(syslog::facility fac, syslog::impl_types use_impl, ip_… in construct()
|
/third_party/toybox/toys/pending/ |
D | syslogd.c | 103 char *fac = tk, *lvl; in resolve_config() local 323 int olen = len, fac, lvl; in logmsg() local
|
/third_party/boost/boost/geometry/srs/projections/proj/ |
D | lsat.hpp | 125 T fac; in fwd() local 178 T lamt, sdsq, s, lamdp, phidp, sppsq, dd, sd, sl, fac, scl, sav, spp; in inv() local
|
/third_party/python/Lib/test/ |
D | test_ast.py | 1121 def _check_arguments(self, fac, check): argument 1165 def fac(args): function 1325 def fac(args): function 1346 def _check_comprehension(self, fac): argument 1361 def _simple_comp(self, fac): argument 1461 def _sequence(self, fac): argument
|
/third_party/boost/libs/log/test/run/ |
D | form_date_time.cpp | 195 facet* fac = new facet(); in BOOST_AUTO_TEST_CASE_TEMPLATE() local 206 facet* fac = new facet(); in BOOST_AUTO_TEST_CASE_TEMPLATE() local
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/egl_tests/ |
D | EGLDirectCompositionTest.cpp | 66 void *fac = nullptr; in testSetUp() local
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
D | EGLDirectCompositionTest.cpp | 69 void *fac = nullptr; in testSetUp() local
|
/third_party/gstreamer/gstplugins_bad/sys/decklink/linux/ |
D | LinuxCOM.h | 68 #define MAKE_HRESULT(sev,fac,code) ((HRESULT) (((unsigned long)(sev)<<31) | ((unsigned long)(fac)<<… argument
|
/third_party/boost/boost/numeric/odeint/stepper/ |
D | rosenbrock4_controller.hpp | 135 value_type fac = max BOOST_PREVENT_MACRO_SUBSTITUTION ( in try_step() local
|
D | bulirsch_stoer_dense_out.hpp | 443 value_type fac; in calc_h_opt() local 540 … void calculate_finite_difference( size_t j , size_t kappa , value_type fac , const DerivIn &dxdt ) in calculate_finite_difference()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/converged/ |
D | CompositorNativeWindow11.cpp | 402 HRESULT RoHelper::GetActivationFactory(const HSTRING act, const IID &interfaceId, void **fac) in GetActivationFactory()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/converged/ |
D | CompositorNativeWindow11.cpp | 388 HRESULT RoHelper::GetActivationFactory(const HSTRING act, const IID &interfaceId, void **fac) in GetActivationFactory()
|
/third_party/boost/boost/log/detail/ |
D | attachable_sstream_buf.hpp | 289 …std::codecvt< wchar_t, char, std::mbstate_t > const& fac = std::use_facet< std::codecvt< wchar_t, … in length_until_boundary() local
|