Searched refs:compute (Results 1 - 25 of 58) sorted by relevance

123

/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGAnalysis.h36 // compute(Graph&) method. Clients call computeIfNecessary() when they want
57 // compute() and it may want to ASSERT() validity in those methods.
59 static_cast<T*>(this)->compute(graph);
H A DDFGDominators.h45 void compute(Graph&);
H A DDFGDominators.cpp44 void Dominators::compute(Graph& graph) function in class:JSC::DFG::Dominators
H A DDFGNaturalLoops.h96 void compute(Graph&);
H A DDFGNaturalLoops.cpp48 void NaturalLoops::compute(Graph& graph) function in class:JSC::DFG::NaturalLoops
/macosx-10.10/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DRegisterClassInfo.h61 void compute(const TargetRegisterClass *RC) const;
67 compute(RC);
/macosx-10.10/JavaScriptCore-7600.1.17/bytecode/
H A DBytecodeLivenessAnalysis.h49 void compute();
H A DBytecodeLivenessAnalysis.cpp41 compute();
357 void BytecodeLivenessAnalysis::compute() function in class:JSC::BytecodeLivenessAnalysis
/macosx-10.10/vim-55/runtime/syntax/
H A Dsensors.vim19 syn keyword sensorsKeyword bus chip label compute ignore set
H A Dnatural.vim48 syn keyword naturalKeyword add subtract multiply divide compute name
H A Dspecman.vim23 syn keyword specmanStatement var instance on compute start event expect check that routine
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/page/
H A Danalysis_peg_reachable.tcl43 proc ::page::analysis::peg::reachable::compute {t} {
48 # We compute the set of all nodes which are reachable from the
105 compute $t
H A Danalysis_peg_realizable.tcl46 proc ::page::analysis::peg::realizable::compute {t} {
52 # We compute the set of realizable nonterminal symbols by doing the
130 compute $t
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/
H A DRegisterClassInfo.cpp72 /// compute - Compute the preferred allocation order for RC with reserved
75 void RegisterClassInfo::compute(const TargetRegisterClass *RC) const { function in class:RegisterClassInfo
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Analysis/
H A DMemoryBuiltins.h137 // Utility functions to compute size of objects.
173 SizeOffsetType compute(Value *V);
207 /// May create code to compute the result at run-time.
233 SizeOffsetEvalType compute(Value *V);
/macosx-10.10/ruby-106/ruby/ext/tk/sample/
H A Dtkrttimer.rb28 But it can compute error correction about the time when
/macosx-10.10/llvmCore-3425.0.34/lib/Analysis/
H A DMemoryBuiltins.cpp336 // Utility functions to compute size of objects.
350 SizeOffsetType Data = Visitor.compute(const_cast<Value*>(Ptr));
386 SizeOffsetType ObjectSizeOffsetVisitor::compute(Value *V) { function in class:ObjectSizeOffsetVisitor
413 DEBUG(dbgs() << "ObjectSizeOffsetVisitor::compute() unhandled value: " << *V
512 SizeOffsetType PtrData = compute(GEP.getPointerOperand());
545 SizeOffsetType TrueSide = compute(I.getTrueValue());
546 SizeOffsetType FalseSide = compute(I.getFalseValue());
570 SizeOffsetEvalType ObjectSizeOffsetEvaluator::compute(Value *V) { function in class:ObjectSizeOffsetEvaluator
591 SizeOffsetType Const = Visitor.compute(V);
613 // now compute th
[all...]
/macosx-10.10/CPANInternal-159.1/Graph-0.94/lib/Graph/
H A DAdjacencyMatrix.pm137 You can use C<Graph::AdjacencyMatrix> to compute the adjacency matrix
168 By default only the adjacency matrix is computed. To compute also the
H A DTransitiveClosure.pm112 You can use C<Graph::TransitiveClosure> to compute the transitive
/macosx-10.10/CPANInternal-159.1/Graph-0.96/lib/Graph/
H A DAdjacencyMatrix.pm137 You can use C<Graph::AdjacencyMatrix> to compute the adjacency matrix
168 By default only the adjacency matrix is computed. To compute also the
H A DTransitiveClosure.pm112 You can use C<Graph::TransitiveClosure> to compute the transitive
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/math/
H A Dmachineparameters.tcl34 # In the following example, one compute the parameters of a desktop
52 # $pp compute
120 # compute --
123 method compute {} {
124 $self log "compute"
/macosx-10.10/Security-57031.1.35/Security/sec/Security/
H A DSecKeyPriv.h154 SecKeyComputeMethod compute; member in struct:__SecKeyDescriptor
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp135 SizeOffsetEvalType SizeOffset = ObjSizeEval->compute(Ptr);
/macosx-10.10/vim-55/runtime/ftplugin/
H A Dcobol.vim34 \ '-\@<!\<\%(add\|compute\|divide\|multiply\|subtract\)\>\%(.*\(\%$\|\%(\n\%(\%(\s*\|.\{6\}\)[*/].*\n\)*\)\=\s*\%(not\s\+\)\=on\s\+size\s\+error\>\)\)\@=:\%(\<not\s\+\)\@<!\<\%(not\s\+\)\=on\s\+size\s\+error\>:\<end-\%(add\|compute\|divide\|multiply\|subtract\)\>' .s:ordot . ',' .

Completed in 268 milliseconds

123