Home
last modified time | relevance | path

Searched refs:transpositions (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/npm/node_modules/spdx-correct/
Dindex.js41 var transpositions = [ variable
306 for (var i = 0; i < transpositions.length; i++) {
307 var transposition = transpositions[i]
/third_party/rust/crates/strsim-rs/src/
Dlib.rs90 let mut transpositions = 0.0; in generic_jaro() localVariable
115 transpositions += 1.0; in generic_jaro()
129 ((matches - transpositions) / matches)) in generic_jaro()
/third_party/python/Modules/_decimal/libmpdec/literature/
Dbignum.txt77 transpose.c -> transpositions needed for the sixstep algorithm.