Searched refs:subfield (Results 1 – 9 of 9) sorted by relevance
/third_party/python/Modules/_decimal/libmpdec/literature/ |
D | matrix-transform.txt | 93 r_R := root of the subfield of length R. 94 r_C := root of the subfield of length C. 134 r := w**((p-1)/d) # root of the subfield 210 r_R' := inverse of the root of the subfield of length R. 211 r_C' := inverse of the root of the subfield of length C.
|
/third_party/zlib/doc/ |
D | rfc1952.txt | 438 |SI1|SI2| LEN |... LEN bytes of subfield data ...| 441 SI1 and SI2 provide a subfield ID, typically two ASCII letters 443 <gzip@prep.ai.mit.edu> is maintaining a registry of subfield 444 IDs; please send him any subfield ID you wish to use. Subfield 459 LEN gives the length of the subfield data, excluding the 4
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/doc/ |
D | rfc1952.txt | 438 |SI1|SI2| LEN |... LEN bytes of subfield data ...| 441 SI1 and SI2 provide a subfield ID, typically two ASCII letters 443 <gzip@prep.ai.mit.edu> is maintaining a registry of subfield 444 IDs; please send him any subfield ID you wish to use. Subfield 459 LEN gives the length of the subfield data, excluding the 4
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/doc/ |
D | rfc1952.txt | 438 |SI1|SI2| LEN |... LEN bytes of subfield data ...| 441 SI1 and SI2 provide a subfield ID, typically two ASCII letters 443 <gzip@prep.ai.mit.edu> is maintaining a registry of subfield 444 IDs; please send him any subfield ID you wish to use. Subfield 459 LEN gives the length of the subfield data, excluding the 4
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
D | ModifyStruct.cpp | 678 for (const TField *subfield : subfields) in InlineStruct() local 680 const TType &subtype = *subfield->type(); in InlineStruct() 683 ModifyRecursive(state, *subfield, substorage, subpacking); in InlineStruct()
|
D | RewritePipelines.cpp | 421 for (const TField *subfield : textureEnv->fields()) in getUpdatedFunction() local 423 const Name name = mIdGen.createNewName({field->name(), subfield->name()}); in getUpdatedFunction() 424 TType &type = *new TType(*subfield->type()); in getUpdatedFunction()
|
/third_party/node/deps/npm/docs/content/cli-commands/ |
D | npm-view.md | 14 npm view [<@scope>/]<name>[@<version>] [<field>[.<subfield>]...]
|
/third_party/skia/third_party/externals/tint/docs/ |
D | spirv-ptr-ref.md | 90 * WGSL array-access and subfield access only works on references.
|
/third_party/gstreamer/gstreamer/gst/ |
D | gststructure.c | 3287 GstStructureField *subfield = GST_STRUCTURE_FIELD (subset, it1); in gst_structure_is_subset() local 3288 if (subfield->name == superfield->name) { in gst_structure_is_subset() 3290 gst_value_compare (&subfield->value, &superfield->value); in gst_structure_is_subset() 3302 if (!gst_value_is_subset (&subfield->value, &superfield->value)) in gst_structure_is_subset()
|