Home
last modified time | relevance | path

Searched defs:A8 (Results 151 – 175 of 1248) sorted by relevance

12345678910>>...50

/dports/devel/dyncall/dyncall-1.3/test/suite_floats/
H A Dcase.cc61 #define VF8(id,A1,A2,A3,A4,A5,A6,A7,A8,S) void S (A1 a1, A2 a2,A3 a3,A4 a4,A5 a5,A6 a6,A7 a7,A8 a8)… argument
62 #define VF9(id,A1,A2,A3,A4,A5,A6,A7,A8,A9,S) void S (A1 a1, A2 a2,A3 a3,A4 a4,A5 a5,A6 a6,A7 a7,A8 … argument
63 #define VF10(id,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,S) void S (A1 a1, A2 a2,A3 a3,A4 a4,A5 a5,A6 a6,A7 a… argument
89 #define VF8(id,A1,A2,A3,A4,A5,A6,A7,A8,S) reinterpret_cast<void(*)()>(S), argument
90 #define VF9(id,A1,A2,A3,A4,A5,A6,A7,A8,A9,S) reinterpret_cast<void(*)()>(S), argument
91 #define VF10(id,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,S) reinterpret_cast<void(*)()>(S), argument
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.target/i386/
H A Dpr85819-3.c9 #define A8(I) A4(I), A4(4+I) macro
/dports/devel/cxxtools/cxxtools-2.2.1/include/cxxtools/
H A Dserviceregistry.h109 void registerFunction(const std::string& name, R (*fn)(A1, A2, A3, A4, A5, A6, A7, A8)) in registerFunction() argument
116 … void registerFunction(const std::string& name, R (*fn)(A1, A2, A3, A4, A5, A6, A7, A8, A9)) in registerFunction() argument
123 … void registerFunction(const std::string& name, R (*fn)(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10)) in registerFunction() argument
193 …egisterCallable(const std::string& name, const Callable<R, A1, A2, A3, A4, A5, A6, A7, A8, A9>& cb) in registerCallable() argument
200 …erCallable(const std::string& name, const Callable<R, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10>& cb) in registerCallable() argument
263 …id registerMethod(const std::string& name, C& obj, R (C::*method)(A1, A2, A3, A4, A5, A6, A7, A8) ) in registerMethod() argument
270 …egisterMethod(const std::string& name, C& obj, R (C::*method)(A1, A2, A3, A4, A5, A6, A7, A8, A9) ) in registerMethod() argument
277 …erMethod(const std::string& name, C& obj, R (C::*method)(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10) ) in registerMethod() argument
/dports/devel/dyncall/dyncall-1.3/test/callback_suite/
H A D_auto_invoke_macros.h10 #define F9(ID,R,A0,A1,A2,A3,A4,A5,A6,A7,A8) void ID(void* addr) { Result.R = ((CONFIG_API R(*)(A0,A… argument
11 #define F10(ID,R,A0,A1,A2,A3,A4,A5,A6,A7,A8,A9) void ID(void* addr) { Result.R = ((CONFIG_API R(*)(… argument
12 #define F11(ID,R,A0,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10) void ID(void* addr) { Result.R = ((CONFIG_API R… argument
13 #define F12(ID,R,A0,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11) void ID(void* addr) { Result.R = ((CONFIG_A… argument
14 #define F13(ID,R,A0,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12) void ID(void* addr) { Result.R = ((CONF… argument
15 #define F14(ID,R,A0,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13) void ID(void* addr) { Result.R = ((… argument
16 #define F15(ID,R,A0,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14) void ID(void* addr) { Result.R … argument
17 #define F16(ID,R,A0,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15) void ID(void* addr) { Resul… argument
18 #define F17(ID,R,A0,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16) void ID(void* addr) { R… argument
19 #define F18(ID,R,A0,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17) void ID(void* addr)… argument
[all …]
/dports/cad/ghdl/ghdl-1.0.0/testsuite/vests/vhdl-93/billowitch/compliant/
H A Dtc1032.vhd48 type A8 is array (TWO) of A7; type
/dports/science/py-scipy/scipy-1.7.1/scipy/special/cephes/
H A Dexpn.h13 static const double A8[] = {-40320.0000000000000, 341136.000000000000, -785304.000000000000, 644020… variable
/dports/devel/boost-docs/boost_1_72_0/boost/qvm/
H A Dvec_access.hpp64 …me enable_if_c<is_vec<V>::value,typename vec_traits<V>::scalar_type>::type A8( V const & a ) { BOO… in A8() function
75 … enable_if_c<is_vec<V>::value,typename vec_traits<V>::scalar_type &>::type A8( V & a ) { BOOST_ST… in A8() function
/dports/devel/hyperscan/boost_1_75_0/boost/qvm/
H A Dvec_access.hpp64 …me enable_if_c<is_vec<V>::value,typename vec_traits<V>::scalar_type>::type A8( V const & a ) { BOO… in A8() function
75 … enable_if_c<is_vec<V>::value,typename vec_traits<V>::scalar_type &>::type A8( V & a ) { BOOST_ST… in A8() function
/dports/devel/boost-python-libs/boost_1_72_0/boost/qvm/
H A Dvec_access.hpp64 …me enable_if_c<is_vec<V>::value,typename vec_traits<V>::scalar_type>::type A8( V const & a ) { BOO… in A8() function
75 … enable_if_c<is_vec<V>::value,typename vec_traits<V>::scalar_type &>::type A8( V & a ) { BOOST_ST… in A8() function
/dports/devel/R-cran-BH/BH/inst/include/boost/qvm/
H A Dvec_access.hpp58 …me enable_if_c<is_vec<V>::value,typename vec_traits<V>::scalar_type>::type A8( V const & a ) { BOO… in A8() function
69 … enable_if_c<is_vec<V>::value,typename vec_traits<V>::scalar_type &>::type A8( V & a ) { BOOST_QV… in A8() function
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/qvm/
H A Dvec_access.hpp64 …me enable_if_c<is_vec<V>::value,typename vec_traits<V>::scalar_type>::type A8( V const & a ) { BOO… in A8() function
75 … enable_if_c<is_vec<V>::value,typename vec_traits<V>::scalar_type &>::type A8( V & a ) { BOOST_ST… in A8() function
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/qvm/
H A Dvec_access.hpp64 …me enable_if_c<is_vec<V>::value,typename vec_traits<V>::scalar_type>::type A8( V const & a ) { BOO… in A8() function
75 … enable_if_c<is_vec<V>::value,typename vec_traits<V>::scalar_type &>::type A8( V & a ) { BOOST_ST… in A8() function
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/qvm/
H A Dvec_access.hpp64 …me enable_if_c<is_vec<V>::value,typename vec_traits<V>::scalar_type>::type A8( V const & a ) { BOO… in A8() function
75 … enable_if_c<is_vec<V>::value,typename vec_traits<V>::scalar_type &>::type A8( V & a ) { BOOST_ST… in A8() function
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/qvm/
H A Dvec_access.hpp64 …me enable_if_c<is_vec<V>::value,typename vec_traits<V>::scalar_type>::type A8( V const & a ) { BOO… in A8() function
75 … enable_if_c<is_vec<V>::value,typename vec_traits<V>::scalar_type &>::type A8( V & a ) { BOOST_ST… in A8() function
/dports/devel/boost-libs/boost_1_72_0/boost/qvm/
H A Dvec_access.hpp64 …me enable_if_c<is_vec<V>::value,typename vec_traits<V>::scalar_type>::type A8( V const & a ) { BOO… in A8() function
75 … enable_if_c<is_vec<V>::value,typename vec_traits<V>::scalar_type &>::type A8( V & a ) { BOOST_ST… in A8() function
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/qvm/
H A Dvec_access.hpp64 …me enable_if_c<is_vec<V>::value,typename vec_traits<V>::scalar_type>::type A8( V const & a ) { BOO… in A8() function
75 … enable_if_c<is_vec<V>::value,typename vec_traits<V>::scalar_type &>::type A8( V & a ) { BOOST_ST… in A8() function
/dports/graphics/qt5-wayland/kde-qtwayland-5.15.2p37/src/compositor/hardware_integration/
H A Dqwlserverbufferintegration_p.h68 A8, enumerator
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/inc/
H A Dsalbmp.hxx123 A8, enumerator
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/D3D8/
H A DCapabilities.cpp41 bool Capabilities::Surface::A8 = true; member in D3D8::Capabilities::Surface
73 bool Capabilities::Volume::A8 = true; member in D3D8::Capabilities::Volume
125 bool Capabilities::CubeMap::A8 = true; member in D3D8::Capabilities::CubeMap
157 bool Capabilities::VolumeTexture::A8 = true; member in D3D8::Capabilities::VolumeTexture
209 bool Capabilities::Texture::A8 = true; member in D3D8::Capabilities::Texture
/dports/science/aircraft-datcom/aircraft-datcom-ed877bb/src/
H A Datmos.f1 SUBROUTINE ATMOS (A3,A8,A4) argument
/dports/devel/boost-docs/boost_1_72_0/boost/phoenix/core/detail/cpp03/preprocessed/
H A Dcall_20.hpp296 …result_of::child_c<Expr, 7>::type A7; typedef typename proto::result_of::child_c<Expr, 8>::type A8; typedef
330 …pr, 7>::type A7; typedef typename proto::result_of::child_c<Expr, 8>::type A8; typedef typename pr… typedef
364 …pr, 7>::type A7; typedef typename proto::result_of::child_c<Expr, 8>::type A8; typedef typename pr… typedef
398 …pr, 7>::type A7; typedef typename proto::result_of::child_c<Expr, 8>::type A8; typedef typename pr… typedef
432 …pr, 7>::type A7; typedef typename proto::result_of::child_c<Expr, 8>::type A8; typedef typename pr… typedef
466 …pr, 7>::type A7; typedef typename proto::result_of::child_c<Expr, 8>::type A8; typedef typename pr… typedef
500 …pr, 7>::type A7; typedef typename proto::result_of::child_c<Expr, 8>::type A8; typedef typename pr… typedef
534 …pr, 7>::type A7; typedef typename proto::result_of::child_c<Expr, 8>::type A8; typedef typename pr… typedef
568 …pr, 7>::type A7; typedef typename proto::result_of::child_c<Expr, 8>::type A8; typedef typename pr… typedef
602 …pr, 7>::type A7; typedef typename proto::result_of::child_c<Expr, 8>::type A8; typedef typename pr… typedef
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/phoenix/core/detail/cpp03/preprocessed/
H A Dcall_20.hpp296 …result_of::child_c<Expr, 7>::type A7; typedef typename proto::result_of::child_c<Expr, 8>::type A8; typedef
330 …pr, 7>::type A7; typedef typename proto::result_of::child_c<Expr, 8>::type A8; typedef typename pr… typedef
364 …pr, 7>::type A7; typedef typename proto::result_of::child_c<Expr, 8>::type A8; typedef typename pr… typedef
398 …pr, 7>::type A7; typedef typename proto::result_of::child_c<Expr, 8>::type A8; typedef typename pr… typedef
432 …pr, 7>::type A7; typedef typename proto::result_of::child_c<Expr, 8>::type A8; typedef typename pr… typedef
466 …pr, 7>::type A7; typedef typename proto::result_of::child_c<Expr, 8>::type A8; typedef typename pr… typedef
500 …pr, 7>::type A7; typedef typename proto::result_of::child_c<Expr, 8>::type A8; typedef typename pr… typedef
534 …pr, 7>::type A7; typedef typename proto::result_of::child_c<Expr, 8>::type A8; typedef typename pr… typedef
568 …pr, 7>::type A7; typedef typename proto::result_of::child_c<Expr, 8>::type A8; typedef typename pr… typedef
602 …pr, 7>::type A7; typedef typename proto::result_of::child_c<Expr, 8>::type A8; typedef typename pr… typedef
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/phoenix/core/detail/cpp03/preprocessed/
H A Dcall_20.hpp296 …result_of::child_c<Expr, 7>::type A7; typedef typename proto::result_of::child_c<Expr, 8>::type A8; typedef
330 …pr, 7>::type A7; typedef typename proto::result_of::child_c<Expr, 8>::type A8; typedef typename pr… typedef
364 …pr, 7>::type A7; typedef typename proto::result_of::child_c<Expr, 8>::type A8; typedef typename pr… typedef
398 …pr, 7>::type A7; typedef typename proto::result_of::child_c<Expr, 8>::type A8; typedef typename pr… typedef
432 …pr, 7>::type A7; typedef typename proto::result_of::child_c<Expr, 8>::type A8; typedef typename pr… typedef
466 …pr, 7>::type A7; typedef typename proto::result_of::child_c<Expr, 8>::type A8; typedef typename pr… typedef
500 …pr, 7>::type A7; typedef typename proto::result_of::child_c<Expr, 8>::type A8; typedef typename pr… typedef
534 …pr, 7>::type A7; typedef typename proto::result_of::child_c<Expr, 8>::type A8; typedef typename pr… typedef
568 …pr, 7>::type A7; typedef typename proto::result_of::child_c<Expr, 8>::type A8; typedef typename pr… typedef
602 …pr, 7>::type A7; typedef typename proto::result_of::child_c<Expr, 8>::type A8; typedef typename pr… typedef
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/phoenix/core/detail/preprocessed/
H A Dcall_20.hpp298 …result_of::child_c<Expr, 7>::type A7; typedef typename proto::result_of::child_c<Expr, 8>::type A8; typedef
332 …pr, 7>::type A7; typedef typename proto::result_of::child_c<Expr, 8>::type A8; typedef typename pr… typedef
366 …pr, 7>::type A7; typedef typename proto::result_of::child_c<Expr, 8>::type A8; typedef typename pr… typedef
400 …pr, 7>::type A7; typedef typename proto::result_of::child_c<Expr, 8>::type A8; typedef typename pr… typedef
434 …pr, 7>::type A7; typedef typename proto::result_of::child_c<Expr, 8>::type A8; typedef typename pr… typedef
468 …pr, 7>::type A7; typedef typename proto::result_of::child_c<Expr, 8>::type A8; typedef typename pr… typedef
502 …pr, 7>::type A7; typedef typename proto::result_of::child_c<Expr, 8>::type A8; typedef typename pr… typedef
536 …pr, 7>::type A7; typedef typename proto::result_of::child_c<Expr, 8>::type A8; typedef typename pr… typedef
570 …pr, 7>::type A7; typedef typename proto::result_of::child_c<Expr, 8>::type A8; typedef typename pr… typedef
604 …pr, 7>::type A7; typedef typename proto::result_of::child_c<Expr, 8>::type A8; typedef typename pr… typedef
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/phoenix/core/detail/cpp03/preprocessed/
H A Dcall_20.hpp296 …result_of::child_c<Expr, 7>::type A7; typedef typename proto::result_of::child_c<Expr, 8>::type A8; typedef
330 …pr, 7>::type A7; typedef typename proto::result_of::child_c<Expr, 8>::type A8; typedef typename pr… typedef
364 …pr, 7>::type A7; typedef typename proto::result_of::child_c<Expr, 8>::type A8; typedef typename pr… typedef
398 …pr, 7>::type A7; typedef typename proto::result_of::child_c<Expr, 8>::type A8; typedef typename pr… typedef
432 …pr, 7>::type A7; typedef typename proto::result_of::child_c<Expr, 8>::type A8; typedef typename pr… typedef
466 …pr, 7>::type A7; typedef typename proto::result_of::child_c<Expr, 8>::type A8; typedef typename pr… typedef
500 …pr, 7>::type A7; typedef typename proto::result_of::child_c<Expr, 8>::type A8; typedef typename pr… typedef
534 …pr, 7>::type A7; typedef typename proto::result_of::child_c<Expr, 8>::type A8; typedef typename pr… typedef
568 …pr, 7>::type A7; typedef typename proto::result_of::child_c<Expr, 8>::type A8; typedef typename pr… typedef
602 …pr, 7>::type A7; typedef typename proto::result_of::child_c<Expr, 8>::type A8; typedef typename pr… typedef
[all …]

12345678910>>...50