Home
last modified time | relevance | path

Searched refs:nodeVal (Results 1 – 21 of 21) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/bindings/js/
H A DJSXSLTProcessorCustom.cpp51 JSValue nodeVal = exec->argument(0); in importStylesheet() local
52 if (nodeVal.inherits(&JSNode::s_info)) { in importStylesheet()
53 JSNode* node = static_cast<JSNode*>(asObject(nodeVal)); in importStylesheet()
63 JSValue nodeVal = exec->argument(0); in transformToFragment() local
65 if (nodeVal.inherits(&JSNode::s_info) && docVal.inherits(&JSDocument::s_info)) { in transformToFragment()
66 WebCore::Node* node = static_cast<JSNode*>(asObject(nodeVal))->impl(); in transformToFragment()
76 JSValue nodeVal = exec->argument(0); in transformToDocument() local
77 if (nodeVal.inherits(&JSNode::s_info)) { in transformToDocument()
78 JSNode* node = static_cast<JSNode*>(asObject(nodeVal)); in transformToDocument()
/dports/math/vtk8/VTK-8.2.0/Rendering/Core/
H A DvtkColorTransferFunction.cxx681 double nodeVal[6]; in GetColor() local
684 rgb[i] = nodeVal[i + 1]; in GetColor()
1586 double nodeVal[6]; in vtkColorTransferFunctionIndexedMapData() local
1600 self->GetNanColor(&nodeVal[1]); in vtkColorTransferFunctionIndexedMapData()
1619 self->GetNanColor(&nodeVal[1]); in vtkColorTransferFunctionIndexedMapData()
1637 self->GetNanColor(&nodeVal[1]); in vtkColorTransferFunctionIndexedMapData()
1641 255. * nodeVal[1] * 0.30 + 255. * nodeVal[2] * 0.59 + 255. * nodeVal[3] * 0.11 + 0.5); in vtkColorTransferFunctionIndexedMapData()
1654 self->GetNanColor(&nodeVal[1]); in vtkColorTransferFunctionIndexedMapData()
1658 255. * nodeVal[1] * 0.30 + 255. * nodeVal[2] * 0.59 + 255. * nodeVal[3] * 0.11 + 0.5); in vtkColorTransferFunctionIndexedMapData()
1718 255. * nodeVal[1] * 0.30 + 255. * nodeVal[2] * 0.59 + 255. * nodeVal[3] * 0.11 + 0.5); in vtkColorTransferFunctionIndexedMapData()
[all …]
H A DvtkDiscretizableColorTransferFunction.cxx230 double nodeVal[6]; in Build() local
233 this->GetNodeValue( i, nodeVal ); in Build()
234 nodeVal[4] = 1.; in Build()
235 this->LookupTable->SetTableValue( i, &nodeVal[1] ); in Build()
/dports/math/vtk9/VTK-9.1.0/Rendering/Core/
H A DvtkColorTransferFunction.cxx665 double nodeVal[6]; in GetColor() local
668 rgb[i] = nodeVal[i + 1]; in GetColor()
1551 double nodeVal[6]; in vtkColorTransferFunctionIndexedMapData() local
1565 self->GetNanColor(&nodeVal[1]); in vtkColorTransferFunctionIndexedMapData()
1584 self->GetNanColor(&nodeVal[1]); in vtkColorTransferFunctionIndexedMapData()
1602 self->GetNanColor(&nodeVal[1]); in vtkColorTransferFunctionIndexedMapData()
1606 255. * nodeVal[1] * 0.30 + 255. * nodeVal[2] * 0.59 + 255. * nodeVal[3] * 0.11 + 0.5); in vtkColorTransferFunctionIndexedMapData()
1619 self->GetNanColor(&nodeVal[1]); in vtkColorTransferFunctionIndexedMapData()
1623 255. * nodeVal[1] * 0.30 + 255. * nodeVal[2] * 0.59 + 255. * nodeVal[3] * 0.11 + 0.5); in vtkColorTransferFunctionIndexedMapData()
1683 255. * nodeVal[1] * 0.30 + 255. * nodeVal[2] * 0.59 + 255. * nodeVal[3] * 0.11 + 0.5); in vtkColorTransferFunctionIndexedMapData()
[all …]
H A DvtkDiscretizableColorTransferFunction.cxx244 double nodeVal[6]; in Build() local
247 this->GetNodeValue(i, nodeVal); in Build()
248 nodeVal[4] = 1.; in Build()
249 this->LookupTable->SetTableValue(i, &nodeVal[1]); in Build()
/dports/math/vtk6/VTK-6.2.0/Rendering/Core/
H A DvtkColorTransferFunction.cxx639 double nodeVal[6]; in GetColor() local
642 rgb[i] = nodeVal[i + 1]; in GetColor()
1516 double nodeVal[6]; in vtkColorTransferFunctionIndexedMapData() local
1530 self->GetNanColor( &nodeVal[1] ); in vtkColorTransferFunctionIndexedMapData()
1549 self->GetNanColor( &nodeVal[1] ); in vtkColorTransferFunctionIndexedMapData()
1567 self->GetNanColor( &nodeVal[1] ); in vtkColorTransferFunctionIndexedMapData()
1570 output[0] = static_cast<unsigned char>(255. * nodeVal[1]*0.30 + 255. * nodeVal[2]*0.59 + in vtkColorTransferFunctionIndexedMapData()
1584 self->GetNanColor( &nodeVal[1] ); in vtkColorTransferFunctionIndexedMapData()
1587 *output++ = static_cast<unsigned char>(255. * nodeVal[1]*0.30 + 255. * nodeVal[2]*0.59 + in vtkColorTransferFunctionIndexedMapData()
1641 output[0] = static_cast<unsigned char>(255. * nodeVal[1]*0.30 + 255. * nodeVal[2]*0.59 + in vtkColorTransferFunctionIndexedMapData()
[all …]
H A DvtkDiscretizableColorTransferFunction.cxx227 double nodeVal[6]; in Build() local
230 this->GetNodeValue( i, nodeVal ); in Build()
231 nodeVal[4] = 1.; in Build()
232 this->LookupTable->SetTableValue( i, &nodeVal[1] ); in Build()
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/lib/Partitioner/
H A DPartitionerUtils.cpp148 NodeValue nodeVal = node->getNthResult(i); in getOutMemPerNode() local
149 for (auto &U : nodeVal.getUsers()) { in getOutMemPerNode()
392 NodeValue nodeVal = N->getNthInput(i); in updateGraphMemInfoByAddingNode() local
394 usedNodeValue.insert(nodeVal); in updateGraphMemInfoByAddingNode()
417 NodeValue nodeVal = newNode->getNthInput(i); in updateGraphMemInfoByAddingNode() local
418 Node *N = nodeVal.getNode(); in updateGraphMemInfoByAddingNode()
420 if (usedNodeValue.count(nodeVal)) { in updateGraphMemInfoByAddingNode()
442 usedNodeValue.insert(nodeVal); in updateGraphMemInfoByAddingNode()
451 usedNodeValue.insert(nodeVal); in updateGraphMemInfoByAddingNode()
456 auto nodeVal = newNode->getNthResult(i); in updateGraphMemInfoByAddingNode() local
[all …]
/dports/lang/smalltalk/smalltalk-3.2.5/libgst/
H A Dtree.h215 nodeVal; member
218 #define v_block nodeVal.nvBlock
219 #define v_list nodeVal.nvList
220 #define v_expr nodeVal.nvExpr
221 #define v_const nodeVal.nvConst
222 #define v_method nodeVal.nvMethod
/dports/ftp/filezilla/filezilla-3.55.1/src/engine/
H A Dxmlutils.cpp132 const char* nodeVal = child.attribute(attribute).value(); in FindElementWithAttribute() local
133 if (nodeVal && !strcmp(value, nodeVal)) { in FindElementWithAttribute()
/dports/ftp/filezilla/filezilla-3.55.1/src/interface/
H A Dlocale_initializer.cpp273 const char* nodeVal = setting.attribute("name").value(); in GetSettingFromFile() local
274 if (!nodeVal || strcmp(nodeVal, name.c_str())) { in GetSettingFromFile()
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/sigs.k8s.io/kustomize/kyaml/kio/
H A Dtree.go188 nodeVal, err := nodeToString(n)
192 val, found := resourceToOwner[nodeVal]
196 resourceToOwner[nodeVal] = &node{p: p}
197 val = resourceToOwner[nodeVal]
/dports/www/kf5-kjs/kjs-5.89.0/src/kjs/bytecode/
H A Dopargs.h50 Node *nodeVal; member
H A Dopcodes.cpp.in405 … std::fprintf(stderr,"N%p", (void*)(reinterpret_cast<WideArg*>(block.data() + offset)->nodeVal));
/dports/ftp/filezilla/filezilla-3.55.1/src/commonui/
H A Dfz_paths.cpp376 const char* nodeVal = setting.attribute("name").value(); in GetSettingFromFile() local
377 if (!nodeVal || strcmp(nodeVal, name.c_str())) { in GetSettingFromFile()
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/utils/
H A Dlog_parser.py111 def set_input(self, nodeVal: NodeValue) -> None:
114 self.inputs_.append(nodeVal)
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Dispatcher/
H A DSeekableMessageNavigator.cs873 string nodeVal; in MoveToNamespace()
883 nodeVal = this.dom.nodes[n].val; in MoveToNamespace()
884 … if ((nodeName.Length > 0 || nodeVal.Length > 0) && String.CompareOrdinal(nodeName, name) == 0) in MoveToNamespace()
1497 string nodeName, nodeVal; in FindNamespace()
1510 nodeVal = this.dom.nodes[ns].val; in FindNamespace()
1511 if (nodeName.Length == 0 && nodeVal.Length == 0) in FindNamespace()
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/lib/Converter/
H A DFunctionConverter.cpp28 FunctionConverter::getTargetTypeForOutput(const NodeValue &nodeVal) const { in getTargetTypeForOutput()
/dports/www/kf5-kjs/kjs-5.89.0/src/kjs/
H A DCompileState.h399 res.value.wide.nodeVal = in; in immNode()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DCShader.cpp2786 Value* nodeVal = m_deSSA->getNodeValue(value); in GetSymbol() local
2787 IGC_ASSERT_MESSAGE(nodeVal != value, "ICE: value must be aliaser!"); in GetSymbol()
2791 CVariable* Base = GetSymbol(nodeVal); in GetSymbol()
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/github.com/go-enry/go-enry/v2/internal/code-generator/generator/test_files/
H A Dfrequencies.gold98624 "nodeVal": -4.921986,