| /third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
| D | renderergl_utils.cpp | 7 // renderergl_utils.cpp: Conversion functions and other utility routines 37 VendorID GetVendorID(const FunctionsGL *functions) in GetVendorID() argument 39 std::string nativeVendorString(reinterpret_cast<const char *>(functions->getString(GL_VENDOR))); in GetVendorID() 63 uint32_t GetDeviceID(const FunctionsGL *functions) in GetDeviceID() argument 66 reinterpret_cast<const char *>(functions->getString(GL_RENDERER))); in GetDeviceID() 87 static bool MeetsRequirements(const FunctionsGL *functions, in MeetsRequirements() argument 96 if (!functions->hasExtension(extension)) in MeetsRequirements() 113 if (functions->version >= requirements.version) in MeetsRequirements() 121 if (!functions->hasExtension(extension)) in MeetsRequirements() 134 static bool CheckSizedInternalFormatTextureRenderability(const FunctionsGL *functions, in CheckSizedInternalFormatTextureRenderability() argument [all …]
|
| D | CompilerGL.cpp | 20 ShShaderOutput GetShaderOutputType(const FunctionsGL *functions) in GetShaderOutputType() argument 22 ASSERT(functions); in GetShaderOutputType() 24 if (functions->standard == STANDARD_GL_DESKTOP) in GetShaderOutputType() 27 if (functions->isAtLeastGL(gl::Version(4, 5))) in GetShaderOutputType() 31 else if (functions->isAtLeastGL(gl::Version(4, 4))) in GetShaderOutputType() 35 else if (functions->isAtLeastGL(gl::Version(4, 3))) in GetShaderOutputType() 39 else if (functions->isAtLeastGL(gl::Version(4, 2))) in GetShaderOutputType() 43 else if (functions->isAtLeastGL(gl::Version(4, 1))) in GetShaderOutputType() 47 else if (functions->isAtLeastGL(gl::Version(4, 0))) in GetShaderOutputType() 51 else if (functions->isAtLeastGL(gl::Version(3, 3))) in GetShaderOutputType() [all …]
|
| D | TextureGL.cpp | 224 const FunctionsGL *functions = GetFunctionsGL(context); in setImageHelper() local 229 nativegl::GetTexImageFormat(functions, features, internalFormat, format, type); in setImageHelper() 242 functions->texImage2D(ToGLenum(target), static_cast<GLint>(level), in setImageHelper() 249 functions->texImage3D(ToGLenum(target), static_cast<GLint>(level), in setImageHelper() 282 const FunctionsGL *functions = GetFunctionsGL(context); in setSubImage() local 287 nativegl::GetTexSubImageFormat(functions, features, format, type); in setSubImage() 324 functions->texSubImage2D(ToGLenum(target), static_cast<GLint>(level), area.x, area.y, in setSubImage() 331 functions->texSubImage3D(ToGLenum(target), static_cast<GLint>(level), area.x, area.y, in setSubImage() 350 const FunctionsGL *functions = GetFunctionsGL(context); in setSubImageRowByRowWorkaround() local 381 functions->texSubImage3D(ToGLenum(target), static_cast<GLint>(level), area.x, in setSubImageRowByRowWorkaround() [all …]
|
| /third_party/boost/libs/fusion/doc/html/ |
| D | quickbook_HTML.manifest | 21 fusion/iterator/functions.html 22 fusion/iterator/functions/deref.html 23 fusion/iterator/functions/next.html 24 fusion/iterator/functions/prior.html 25 fusion/iterator/functions/distance.html 26 fusion/iterator/functions/advance.html 27 fusion/iterator/functions/advance_c.html 28 fusion/iterator/functions/deref_data.html 53 fusion/sequence/intrinsic/functions.html 54 fusion/sequence/intrinsic/functions/begin.html [all …]
|
| /third_party/node/tools/node_modules/eslint/node_modules/semver/ |
| D | index.js | 11 parse: require('./functions/parse'), 12 valid: require('./functions/valid'), 13 clean: require('./functions/clean'), 14 inc: require('./functions/inc'), 15 diff: require('./functions/diff'), 16 major: require('./functions/major'), 17 minor: require('./functions/minor'), 18 patch: require('./functions/patch'), 19 prerelease: require('./functions/prerelease'), 20 compare: require('./functions/compare'), [all …]
|
| D | README.md | 43 // functions for working with versions 44 const semverParse = require('semver/functions/parse') 45 const semverValid = require('semver/functions/valid') 46 const semverClean = require('semver/functions/clean') 47 const semverInc = require('semver/functions/inc') 48 const semverDiff = require('semver/functions/diff') 49 const semverMajor = require('semver/functions/major') 50 const semverMinor = require('semver/functions/minor') 51 const semverPatch = require('semver/functions/patch') 52 const semverPrerelease = require('semver/functions/prerelease') [all …]
|
| /third_party/boost/libs/math/doc/sf/ |
| D | hankel.qbk | 1 [section:hankel Hankel Functions] 2 [section:cyl_hankel Cyclic Hankel Functions] 21 The functions __cyl_hankel_1 and __cyl_hankel_2 return the result of the 22 [@http://dlmf.nist.gov/10.2#P3 Hankel functions] of the first and second kind respectively: 32 The return type of these functions is computed using the __arg_promotion_rules 33 when T1 and T2 are different types. The functions are also optimised for the 38 Note that while the arguments to these functions are real values, the results are complex. 39 That means that the functions can only be instantiated on types `float`, `double` and `long double`. 40 The functions have also been extended to operate over the whole range of ['v] and ['x] 45 These functions are generally more efficient than two separate calls to the underlying Bessel [all …]
|
| D | airy.qbk | 8 [section:airy Airy Functions] 35 See Weisstein, Eric W. "Airy Functions." From MathWorld--A Wolfram Web Resource. 49 This function is implemented entirely in terms of the Bessel functions 50 __cyl_bessel_j and __cyl_bessel_k - refer to those functions for detailed accuracy information. 59 Since this function is implemented in terms of other special functions, there are only a few 60 basic sanity checks, using test values from [@http://functions.wolfram.com/ Wolfram Airy Functions]. 64 This function is implemented in terms of the Bessel functions using the relations: 103 This function is implemented entirely in terms of the Bessel functions 104 __cyl_bessel_i and __cyl_bessel_j - refer to those functions for detailed accuracy information. 113 Since this function is implemented in terms of other special functions, there are only a few [all …]
|
| D | bessel_introduction.qbk | 3 [h4 Ordinary Bessel Functions] 5 Bessel Functions are solutions to Bessel's ordinary differential 31 The Bessel functions satisfy the recurrence relations: 54 [h4 Modified Bessel Functions] 56 The Bessel functions are valid for complex argument /x/, and an important 58 valued result. In this case the functions are the two linearly 63 The solutions are known as the modified Bessel functions of the first and 64 second kind (or occasionally as the hyperbolic Bessel functions of the first 72 These functions are implemented in this library as __cyl_bessel_i and 75 The modified Bessel functions satisfy the recurrence relations: [all …]
|
| D | jacobi_elliptic.qbk | 8 [section:jacobi Jacobi Elliptic Functions] 10 [section:jac_over Overview of the Jacobi Elliptic Functions] 12 There are twelve Jacobi Elliptic functions, of which the three copolar functions ['sn], ['cn] and [… 14 …ote [@http://en.wikipedia.org/wiki/Jacobi_elliptic_functions Wikipedia: Jacobi elliptic functions]] 15 …am.com/JacobiEllipticFunctions.html Weisstein, Eric W. "Jacobi Elliptic Functions." From MathWorld… 16 …@http://dlmf.nist.gov/22 Digital Library of Mathematical Functions: Jacobian Elliptic Functions, R… 18 These functions each take two arguments: a parameter, and a variable as described below. 20 Like all elliptic functions these can be parameterised in a number of ways: 26 In our implementation, these functions all take the elliptic modulus /k/ as the parameter. 30 Finally note that our functions all take the elliptic modulus /k/ as the *first* argument - this is… [all …]
|
| /third_party/boost/libs/fusion/doc/ |
| D | fusion.qbk | 83 [def __next__ [link fusion.iterator.functions.next `next`]] 84 [def __prior__ [link fusion.iterator.functions.prior `prior`]] 85 [def __advance__ [link fusion.iterator.functions.advance `advance`]] 86 [def __advance_c__ [link fusion.iterator.functions.advance_c `advance_c`]] 87 [def __distance__ [link fusion.iterator.functions.distance `distance`]] 88 [def __deref__ [link fusion.iterator.functions.deref `deref`]] 89 [def __deref_data__ [link fusion.iterator.functions.deref_data `deref_data`]] 155 [def __begin__ [link fusion.sequence.intrinsic.functions.begin `begin`]] 157 [def __end__ [link fusion.sequence.intrinsic.functions.end `end`]] 159 [def __size__ [link fusion.sequence.intrinsic.functions.size `size`]] [all …]
|
| /third_party/flutter/skia/tools/gpu/gl/interface/ |
| D | interface.json5 | 1 // This file specifies which functions should be attached to GrGLInterface 19 "functions": [ 46 { // GL exclusive core functions 50 "functions": [ 59 "functions": [ 74 "functions": [ 84 "functions": [ 94 "functions": [ 106 "functions": [ 117 "functions": [ [all …]
|
| /third_party/boost/libs/outcome/doc/html/reference/ |
| D | functions.html | 3 <title>Functions - Boost.Outcome documentation</title> 12 …"../images/home.png" alt="Home"></a><a accesskey="n" href="../reference/functions/hooks.html"><img… 14 <div class="titlepage"><div><div><h1 style="clear: both">Functions</h1></div></div></div> 16 <a href="../reference/functions/hooks.html" >Hooks</a> 17 <p>Functions used to hook into the functionality of <code>basic_result</code> and <code>basic_outco… 18 …<a href="../reference/functions/hooks/spare_storage.html" ><code>uint16_t spare_storage(const basi… 20 …<a href="../reference/functions/hooks/hook_outcome_construction.html" ><code>void hook_outcome_con… 22 …<a href="../reference/functions/hooks/hook_outcome_construction2.html" ><code>void hook_outcome_co… 24 …<a href="../reference/functions/hooks/hook_outcome_copy_construction.html" ><code>void hook_outcom… 26 …<a href="../reference/functions/hooks/hook_outcome_copy_construction2.html" ><code>void hook_outco… [all …]
|
| /third_party/boost/libs/fusion/doc/html/fusion/algorithm/transformation/ |
| D | functions.html | 4 <title>Functions</title> 10 <link rel="next" href="functions/filter.html" title="filter"> 23 …../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="functions/filter.html"><im… 27 …me="fusion.algorithm.transformation.functions"></a><a class="link" href="functions.html" title="Fu… 30 <dt><span class="section"><a href="functions/filter.html">filter</a></span></dt> 31 <dt><span class="section"><a href="functions/filter_if.html">filter_if</a></span></dt> 32 <dt><span class="section"><a href="functions/transform.html">transform</a></span></dt> 33 <dt><span class="section"><a href="functions/replace.html">replace</a></span></dt> 34 <dt><span class="section"><a href="functions/replace_if.html">replace_if</a></span></dt> 35 <dt><span class="section"><a href="functions/remove.html">remove</a></span></dt> [all …]
|
| /third_party/openssl/doc/man7/ |
| D | evp.pod | 5 evp - high-level cryptographic functions 14 functions. 17 functions provide public key encryption and decryption to implement digital "envelopes". 20 L<B<EVP_DigestVerify>I<XXX>|EVP_DigestVerifyInit(3)> functions implement 23 functions. 26 functions. The L<B<EVP_Digest>I<XXX>|EVP_DigestInit(3)> functions provide message digests. 28 The B<EVP_PKEY>I<XXX> functions provide a high-level interface to 31 with a private key of a particular algorithm by using the functions 37 The EVP_PKEY functions support the full range of asymmetric algorithm operations: 46 these functions do not perform a digest of the data to be signed. Therefore, [all …]
|
| /third_party/boost/libs/local_function/doc/ |
| D | introduction.qbk | 10 …functions/ (a.k.a., [@http://en.wikipedia.org/wiki/Nested_function /nested functions/]) are a form… 11 Therefore, local functions complement other structuring possibilities such as namespaces and classe… 12 Local functions are a feature of many programming languages, notably [@http://en.wikipedia.org/wiki… 14 …X11_lambda_functions__, it is possible to implement local functions by naming lambda functions ass… 19 …allows to program local functions portably between __CXX03__ and __CXX11__ (and with performances … 24 This library supports the following features for local functions: 26 * Local functions can capture, or better [@http://en.wikipedia.org/wiki/Name_binding /bind/], any o… 28 * Local functions can be passed as template parameters so they can be conveniently used with STL al… 32 * However, local functions must be specified within a declarative context (e.g., at a point in the … 37 …__, __Boost_Phoenix__, and other C++ techniques that implement features related to local functions.
|
| D | examples.qbk | 14 …functions with the non-standard [@http://gcc.gnu.org/onlinedocs/gcc/Statement-Exprs.html statement… 23 [ [With Local Functions (GCC only)] [C++11 Lambdas] ] 27 The GCC lambda function macros are implemented using local functions (see also [@../../example/gcc_… 33 …_ in which case the implementation uses native lambdas instead of local functions in GCC statement… 35 Furthermore, local functions allow to bind data members directly while __CXX11_lambda_functions__ r… 36 …ot supported by these GCC lambda function macros because they are not supported by local functions. 43 It is possible to use local functions to check assertions between variables that are made constant … 53 …f `operator==` because both `x` and `y` are made constants (using local functions) within the bloc… 56 [ [With Local Functions] [N1613 Const-Blocks] ] 65 The constant block macros are implemented using local functions (see also [@../../example/const_blo… [all …]
|
| /third_party/boost/libs/math/doc/overview/ |
| D | overview.qbk | 7 Utility functions for dealing with floating-point arithmetic, includes functions 43 [h4 Mathematical Special Functions] 46 [link special special functions], 47 initially these were concentrated on functions used in statistical applications 50 The function families currently implemented are the gamma, beta & erf functions 51 along with the incomplete gamma and beta functions (four variants 53 various factorial functions, 54 Bessel functions, elliptic integrals, sinus cardinals (along with their 55 hyperbolic variants), inverse hyperbolic functions, Legendre/Laguerre/Hermite 57 special power and logarithmic functions. [all …]
|
| /third_party/harfbuzz/src/ |
| D | hb-unicode.cc | 42 * Unicode functions are used to access Unicode character properties. 43 * With these functions, client programs can query various properties from 47 * Client programs can optionally pass in their own Unicode functions 48 * that implement the same queries. The set of functions available is 51 * HarfBuzz provides built-in default functions for each method in 144 * Fetches a pointer to the default Unicode-functions structure that is used 145 * when no functions are explicitly set on #hb_buffer_t. 147 * Return value: (transfer none): a pointer to the #hb_unicode_funcs_t Unicode-functions structure 167 #error "Could not find any Unicode functions implementation, you have to provide your own" 173 * @parent: (nullable): Parent Unicode-functions structure [all …]
|
| /third_party/boost/libs/hana/test/experimental/view/transformed/ |
| D | ap.cpp | 24 auto functions = container(); in main() local 26 auto transformed_functions = hana::experimental::transformed(functions, hana::id); in main() 33 auto functions = container(); in main() local 35 auto transformed_functions = hana::experimental::transformed(functions, hana::id); in main() 42 auto functions = container(ct_eq<0>{}); in main() local 44 auto transformed_functions = hana::experimental::transformed(functions, hana::id); in main() 53 auto functions = container(_injection<0>{}); in main() local 55 auto transformed_functions = hana::experimental::transformed(functions, hana::id); in main() 62 auto functions = container(_injection<0>{}, _injection<1>{}); in main() local 64 auto transformed_functions = hana::experimental::transformed(functions, hana::id); in main() [all …]
|
| /third_party/boost/libs/math/doc/html/indexes/ |
| D | s01.html | 48 …ssel_first.html" title="Bessel Functions of the First and Second Kinds"><span class="index-entry-l… 55 …nding Zeros of Bessel Functions of the First and Second Kinds"><span class="index-entry-level-1">F… 98 …html" title="C99 and C++ TR1 C-style Functions"><span class="index-entry-level-1">C99 and C++ TR1 … 99 …t/main_tr1.html" title="C99 and TR1 C Functions Overview"><span class="index-entry-level-1">C99 an… 100 … href="../math_toolkit/c99.html" title="C99 C Functions"><span class="index-entry-level-1">C99 C F… 106 …html" title="C99 and C++ TR1 C-style Functions"><span class="index-entry-level-1">C99 and C++ TR1 … 107 …t/main_tr1.html" title="C99 and TR1 C Functions Overview"><span class="index-entry-level-1">C99 an… 108 … href="../math_toolkit/c99.html" title="C99 C Functions"><span class="index-entry-level-1">C99 C F… 114 …html" title="C99 and C++ TR1 C-style Functions"><span class="index-entry-level-1">C99 and C++ TR1 … 115 …t/main_tr1.html" title="C99 and TR1 C Functions Overview"><span class="index-entry-level-1">C99 an… [all …]
|
| /third_party/flutter/skia/third_party/externals/libpng/ |
| D | README | 29 access to info_ptr. These functions are the png_set_<chunk> and 30 png_get_<chunk> functions. These functions should be used when 50 Experimental functions include the ability to set weighting and cost 117 example.c => Example code for using libpng functions 119 libpng-manual.txt => Description of libpng and its functions 120 libpngpf.3 => manual page for libpng's private functions 122 png.c => Basic interface functions common to library 129 pngerror.c => Error/warning message I/O functions 130 pngget.c => Functions for retrieving info from struct 131 pngmem.c => Memory handling functions [all …]
|
| /third_party/ltp/testcases/open_posix_testsuite/stress/timers/ |
| D | plan.txt | 13 - Repetition of key clocks/timers functions. 14 - Behavior of normal functions under heavy memory usage. 15 - Behavior of normal functions under heavy CPU usage. 16 - Behavior of normal functions under heavy timers usage. 20 API testing of the clocks/timers functions is considered to be done by 41 - Set memory to 95% and run through key clocks functions. 42 - Set memory to 95% and run through key timers functions. 46 - Set CPU to 95% and run through key clocks functions. 47 - Set CPU to 95% and run through key timers functions. 51 - Set up >10,000 timers and run through key clocks functions. [all …]
|
| /third_party/ffmpeg/libavutil/ |
| D | cpu.h | 32 #define AV_CPU_FLAG_MMXEXT 0x0002 ///< SSE integer functions or AMD MMX ext 33 #define AV_CPU_FLAG_MMX2 0x0002 ///< SSE integer functions or AMD MMX ext 35 #define AV_CPU_FLAG_SSE 0x0008 ///< SSE functions 36 #define AV_CPU_FLAG_SSE2 0x0010 ///< PIV SSE2 functions 40 #define AV_CPU_FLAG_SSE3 0x0040 ///< Prescott SSE3 functions 43 #define AV_CPU_FLAG_SSSE3 0x0080 ///< Conroe SSSE3 functions 46 #define AV_CPU_FLAG_SSE4 0x0100 ///< Penryn SSE4.1 functions 47 #define AV_CPU_FLAG_SSE42 0x0200 ///< Nehalem SSE4.2 functions 48 #define AV_CPU_FLAG_AESNI 0x80000 ///< Advanced Encryption Standard functions 49 #define AV_CPU_FLAG_AVX 0x4000 ///< AVX functions: requires OS support even if YMM registe… [all …]
|
| /third_party/boost/libs/fusion/doc/html/fusion/sequence/intrinsic/ |
| D | functions.html | 4 <title>Functions</title> 10 <link rel="next" href="functions/begin.html" title="begin"> 23 …../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="functions/begin.html"><img… 27 <a name="fusion.sequence.intrinsic.functions"></a><a class="link" href="functions.html" title="Func… 30 <dt><span class="section"><a href="functions/begin.html">begin</a></span></dt> 31 <dt><span class="section"><a href="functions/end.html">end</a></span></dt> 32 <dt><span class="section"><a href="functions/empty.html">empty</a></span></dt> 33 <dt><span class="section"><a href="functions/front.html">front</a></span></dt> 34 <dt><span class="section"><a href="functions/back.html">back</a></span></dt> 35 <dt><span class="section"><a href="functions/size.html">size</a></span></dt> [all …]
|