/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/readwrite/tests/ |
test_edgelist.py | 55 assert_equal_edges(G.edges(data=True),[(1,2,{'weight':2.0}),(2,3,{'weight':3.0})]) 60 1 2 {'weight':2.0} 62 2 3 {'weight':3.0} 70 assert_equal_edges(G.edges(data=True),[(1,2,{'weight':2.0}),(2,3,{'weight':3.0})]) 91 G.add_edge(1,2,weight=2.0) 92 G.add_edge(2,3,weight=3.0) 95 assert_equal(fh.read(),b"1 2 {'weight': 2.0}\n2 3 {'weight': 3.0}\n" [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/animation/ |
SkeletonControl.java | 136 // if hardware skinning is supported, the matrices and weight buffer 354 float weight = weights[idxWeights]; local 357 rx += (mat.m00 * vtx + mat.m01 * vty + mat.m02 * vtz + mat.m03) * weight; 358 ry += (mat.m10 * vtx + mat.m11 * vty + mat.m12 * vtz + mat.m13) * weight; 359 rz += (mat.m20 * vtx + mat.m21 * vty + mat.m22 * vtz + mat.m23) * weight; 361 rnx += (nmx * mat.m00 + nmy * mat.m01 + nmz * mat.m02) * weight; 362 rny += (nmx * mat.m10 + nmy * mat.m11 + nmz * mat.m12) * weight; 363 rnz += (nmx * mat.m20 + nmy * mat.m21 + nmz * mat.m22) * weight; 476 float weight = weights[idxWeights]; local 479 rx += (mat.m00 * vtx + mat.m01 * vty + mat.m02 * vtz + mat.m03) * weight; [all...] |
PoseTrack.java | 103 private void applyFrame(Mesh target, int frameIndex, float weight){ 108 float poseWeight = frame.weights[i] * weight; 117 public void setTime(float time, float weight, AnimControl control, AnimChannel channel, TempVars vars) { 124 applyFrame(target, 0, weight); 126 applyFrame(target, times.length - 1, weight); 137 applyFrame(target, startFrame, blend * weight); 138 applyFrame(target, endFrame, (1f - blend) * weight);
|
Track.java | 47 * @param weight The weight from 0 to 1 on how much to apply the track 51 public void setTime(float time, float weight, AnimControl control, AnimChannel channel, TempVars vars);
|
/external/clang/www/analyzer/ |
content.css | 22 .command { font-weight:bold } 23 .code_highlight { font-weight:bold; color:#2d58b7 } 53 font-weight: bold; cursor: default; 57 font-weight: bold; font-family: Verdana 80 font-weight: bold; font-family: Verdana; 93 table.checkers span.name { font-weight: bold } 94 table.checkers span.lang { font-weight: bold; padding-left: 7px; /* display:block; */ }
|
/external/llvm/docs/_static/ |
llvm.css | 18 th { border: 2px solid gray; font-weight: bold; font-size: 105%; 28 font-family: "Georgia,Palatino,Times,Roman,SanSerif"; font-weight: bold; 49 font-weight: bold; font-style: oblique; 53 .doc_author { text-align: left; font-weight: bold; padding-left: 20pt } 58 .doc_hilite { color: blue; font-weight: bold; } 63 .doc_warning { color: red; font-weight: bold } 102 th.layout { border: none; font-weight: bold; font-size: 105%;
|
/sdk/templates/docs/ |
default.css | 101 font-weight: 600; 128 font-weight: 600; 138 font-weight: 100; 143 font-weight: 600; 155 font-weight: 300; 167 font-weight: 400; 222 font-weight: 600;
|
/external/chromium-trace/trace-viewer/third_party/Paste/docs/ |
default.css | 50 font-weight: bold; 62 font-weight: bold; 79 font-weight: bold; 89 font-weight: bold; 104 font-weight: bold; 131 font-weight: bold; 230 font-weight: bold; 260 font-weight: bold; 309 font-weight: bold;
|
/external/openfst/src/include/fst/ |
test-properties.h | 79 typedef typename Arc::Weight Weight; 175 if (arc.weight != Weight::One() && arc.weight != Weight::Zero()) { 200 Weight final = fst.Final(s); 202 if (final != Weight::Zero()) { // final state 203 if (final != Weight::One()) {
|
vector-fst.h | 45 typedef typename Arc::Weight Weight; 57 Weight Final(StateId s) const { return states_[s]->final; } 65 void SetFinal(StateId s, Weight w) { states_[s]->final = w; } 168 typedef typename A::Weight Weight; 171 VectorState() : final(Weight::Zero()), niepsilons(0), noepsilons(0) {} 173 Weight final; // Final weight 198 typedef typename A::Weight Weight [all...] |
compact-fst.h | 62 // non-Zero() final weight as a transition). A typical example is a 127 // 'Final(s) != Weight::Zero()') is stored first. 213 typedef typename A::Weight Weight; 226 if (fst.Final(s) != Weight::Zero()) ++nfinals; 248 if (fst.Final(s) != Weight::Zero()) 284 typedef typename Arc::Weight Weight; 288 // For strings, allow implicit final weight. 319 Weight::One(), kNoStateId)) [all...] |
/external/skia/src/fonts/ |
SkFontMgr_fontconfig.cpp | 169 int weight = get_int(match, FC_WEIGHT); 172 // SkDebugf("old weight %d new weight %d\n", weight, map_range(weight, 0, 80, 0, 400)); 174 // fontconfig weight seems to be 0..200 or so, so we remap it here 175 weight = map_range(weight, 0, 80, 0, 400); 177 return SkFontStyle(weight, width, slant > 0 ? SkFontStyle::kItalic_Slant
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/ |
DHParametersHelper.java | 58 * Require a minimum weight of the NAF representation, since low-weight primes may be 61 * See "The number field sieve for integers of low weight", Oliver Schirokauer.
|
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/tests/yui/ |
dataurl-realdata-yuiapp.css | 53 font-weight: bold; 72 font-weight: normal; 84 font-weight: 300;
|
/external/chromium-trace/trace-viewer/tracing/tracing/extras/rail/ |
rail_score.html | 59 var weight = Math.pow(base, -scale * Math.pow(score, power)); 60 numerator += score * weight; 61 denominator += weight;
|
/external/chromium-trace/trace-viewer/tracing/tracing/ui/extras/chrome/cc/ |
picture_ops_list_view.css | 20 font-weight: bold; 35 font-weight: normal; 44 font-weight: bold;
|
/hardware/ti/omap4-aah/camera/ |
CameraHalUtilClasses.cpp | 152 ssize_t weight) 156 if ( ( 0 == top ) && ( 0 == left ) && ( 0 == bottom ) && ( 0 == right ) && ( 0 == weight ) ) { 160 if ( ( CameraArea::WEIGHT_MIN > weight ) || ( CameraArea::WEIGHT_MAX < weight ) ) { 161 CAMHAL_LOGEB("Camera area weight is invalid %d", weight); 210 ssize_t top, left, bottom, right, weight; local 282 CAMHAL_LOGEA("Parsing of the weight area coordinate failed!"); 288 weight = static_cast<ssize_t>(strtol(pEnd+1, &pEnd, 10)); 298 ret = checkArea(top, left, bottom, right, weight); [all...] |
/hardware/ti/omap4xxx/camera/ |
CameraHalUtilClasses.cpp | 154 ssize_t weight) 158 if ( ( 0 == top ) && ( 0 == left ) && ( 0 == bottom ) && ( 0 == right ) && ( 0 == weight ) ) { 162 if ( ( CameraArea::WEIGHT_MIN > weight ) || ( CameraArea::WEIGHT_MAX < weight ) ) { 163 CAMHAL_LOGEB("Camera area weight is invalid %d", weight); 212 ssize_t top, left, bottom, right, weight; local 284 CAMHAL_LOGEA("Parsing of the weight area coordinate failed!"); 290 weight = static_cast<ssize_t>(strtol(pEnd+1, &pEnd, 10)); 300 ret = checkArea(top, left, bottom, right, weight); [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/assortativity/ |
correlation.py | 16 def degree_assortativity_coefficient(G, x='out', y='in', weight=None, 33 weight: string or None, optional (default=None) 35 as a weight. If None, then each edge has weight 1. 76 M = degree_mixing_matrix(G, x=x, y=y, nodes=nodes, weight=weight) 81 weight=None, nodes=None): 100 weight: string or None, optional (default=None) 102 as a weight. If None, then each edge has weight 1 [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/centrality/ |
betweenness_subset.py | 26 weight=None): 56 weight : None or string, optional 58 Otherwise holds the name of the edge attribute used as weight. 97 if weight is None: # use BFS 100 S,P,sigma=dijkstra(G,s,weight) 108 weight=None): 136 weight : None or string, optional 138 Otherwise holds the name of the edge attribute used as weight. 179 if weight is None: # use BFS 182 S,P,sigma=dijkstra(G,s,weight) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/centrality/tests/ |
test_load_centrality.py | 11 G.add_edge(0,1,weight=3) 12 G.add_edge(0,2,weight=2) 13 G.add_edge(0,3,weight=6) 14 G.add_edge(0,4,weight=4) 15 G.add_edge(1,3,weight=5) 16 G.add_edge(1,5,weight=5) 17 G.add_edge(2,4,weight=1) 18 G.add_edge(3,4,weight=2) 19 G.add_edge(3,5,weight=1) 20 G.add_edge(4,5,weight=4 [all...] |
/system/core/include/cutils/ |
bitops.h | 81 int weight = 0; local 84 weight += __builtin_popcount(bitmask[i]); 85 return weight;
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
CollationRootElements.java | 42 * Index of the first CE with a non-zero tertiary weight. 47 * Index of the first CE with a non-zero secondary weight. 51 * Index of the first CE with a non-zero primary weight. 97 * Returns the last common secondary weight. 129 * Returns the first assigned primary weight. 143 * Returns the last root CE with a primary weight before p. 192 * Returns the first root CE with a primary weight of at least p. 213 * Returns the primary weight before p. 245 /** Returns the secondary weight before [p, s]. */ 269 /** Returns the tertiary weight before [p, s, t]. * [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/classes/ |
digraph.py | 127 >>> G.add_edge(1, 2, weight=4.7 ) 129 >>> G.add_edges_from([(1,2,{'color':'blue'}), (2,3,{'weight':8})]) 130 >>> G[1][2]['weight'] = 4.7 131 >>> G.edge[1][2]['weight'] = 4 149 ... if 'weight' in eattr: 150 ... (n,nbr,eattr['weight']) 153 >>> [ (u,v,edata['weight']) for u,v,edata in G.edges(data=True) if 'weight' in edata ] 246 >>> G.add_node(3,weight=0.4,UTM=('13S',382871,3972649)) 306 >>> G.add_nodes_from([3,4], weight=0.4 [all...] |
/external/libavc/common/arm/ |
ih264_weighted_pred_a9q.s | 69 @* weight for the weighted prediction 144 vmul.s16 q2, q2, d2[0] @weight mult. for rows 1,2 145 vmul.s16 q3, q3, d2[0] @weight mult. for rows 3,4 176 vmul.s16 q2, q2, d2[0] @weight mult. for row 1 178 vmul.s16 q3, q3, d2[0] @weight mult. for row 2 179 vmul.s16 q4, q4, d2[0] @weight mult. for row 3 180 vmul.s16 q5, q5, d2[0] @weight mult. for row 4 216 vmul.s16 q6, q6, d2[0] @weight mult. for row 1L 218 vmul.s16 q7, q7, d2[0] @weight mult. for row 1H 220 vmul.s16 q8, q8, d2[0] @weight mult. for row 2 [all...] |