Home
last modified time | relevance | path

Searched refs:subfield (Results 1 – 9 of 9) sorted by relevance

/third_party/python/Modules/_decimal/libmpdec/literature/
Dmatrix-transform.txt93 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/
Drfc1952.txt438 |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/
Drfc1952.txt438 |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/
Drfc1952.txt438 |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/
DModifyStruct.cpp678 for (const TField *subfield : subfields) in InlineStruct() local
680 const TType &subtype = *subfield->type(); in InlineStruct()
683 ModifyRecursive(state, *subfield, substorage, subpacking); in InlineStruct()
DRewritePipelines.cpp421 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/
Dnpm-view.md14 npm view [<@scope>/]<name>[@<version>] [<field>[.<subfield>]...]
/third_party/skia/third_party/externals/tint/docs/
Dspirv-ptr-ref.md90 * WGSL array-access and subfield access only works on references.
/third_party/gstreamer/gstreamer/gst/
Dgststructure.c3287 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()