Searched defs:kDelta (Results 1 - 25 of 31) sorted by relevance

12

/external/openfst/src/script/
H A Dequal.cc24 bool Equal(const FstClass &fst1, const FstClass &fst2, float kDelta) { argument
27 EqualInnerArgs args(fst1, fst2, kDelta);
/external/openfst/src/include/fst/
H A Dequal.h31 bool Equal(const Fst<Arc> &fst1, const Fst<Arc> &fst2, float delta = kDelta) { argument
H A Dpush.h100 float delta = kDelta,
127 float delta = kDelta) {
98 Push(MutableFst<Arc> *fst, ReweightType type, float delta = kDelta, bool remove_total_weight = false) argument
124 Push(const Fst<Arc> &ifst, MutableFst<Arc> *ofst, uint32 ptype, float delta = kDelta) argument
H A Drandequivalent.h123 ssize_t num_paths, float delta = kDelta,
122 RandEquivalent(const Fst<Arc> &fst1, const Fst<Arc> &fst2, ssize_t num_paths, float delta = kDelta, int seed = time(0), int path_length = INT_MAX, bool *error = 0) argument
H A Dweight.h92 const float kDelta = 1.0F/1024.0F; member in namespace:fst
H A Dequivalent.h131 double delta = kDelta, bool *error = 0) {
129 Equivalent(const Fst<Arc> &fst1, const Fst<Arc> &fst2, double delta = kDelta, bool *error = 0) argument
H A Dfloat-weight.h148 float delta = kDelta) {
218 TropicalWeightTpl<T> Quantize(float delta = kDelta) const {
343 LogWeightTpl<T> Quantize(float delta = kDelta) const {
478 MinMaxWeightTpl<T> Quantize(float delta = kDelta) const {
146 ApproxEqual(const FloatWeightTpl<T> &w1, const FloatWeightTpl<T> &w2, float delta = kDelta) argument
H A Dpair-weight.h97 PairWeight<W1, W2> Quantize(float delta = kDelta) const {
228 float delta = kDelta) {
226 ApproxEqual(const PairWeight<W1, W2> &w1, const PairWeight<W1, W2> &w2, float delta = kDelta) argument
H A Dprune.h53 vector<Weight> *d = 0, float e = kDelta)
200 double delta = kDelta) {
331 float delta = kDelta) {
52 PruneOptions(const Weight& w, StateId s, ArcFilter f, vector<Weight> *d = 0, float e = kDelta) argument
197 Prune(MutableFst<Arc> *fst, typename Arc::Weight weight_threshold, typename Arc::StateId state_threshold = kNoStateId, double delta = kDelta) argument
327 Prune(const Fst<Arc> &ifst, MutableFst<Arc> *ofst, typename Arc::Weight weight_threshold, typename Arc::StateId state_threshold = kNoStateId, float delta = kDelta) argument
H A Dshortest-distance.h56 float d = kDelta)
283 float delta = kDelta) {
322 typename Arc::Weight ShortestDistance(const Fst<Arc> &fst, float delta = kDelta) { argument
55 ShortestDistanceOptions(Queue *q, ArcFilter filt, StateId src = kNoStateId, float d = kDelta) argument
280 ShortestDistance(const Fst<Arc> &fst, vector<typename Arc::Weight> *distance, bool reverse = false, float delta = kDelta) argument
H A Dshortest-path.h57 bool hasdist = false, float d = kDelta,
280 float delta = kDelta,
494 kDelta, first_path, weight_threshold,
56 ShortestPathOptions(Queue *q, ArcFilter filt, size_t n = 1, bool u = false, bool hasdist = false, float d = kDelta, bool fp = false, Weight w = Weight::Zero(), StateId s = kNoStateId) argument
H A Dsigned-log-weight.h77 ProductWeight<X1, X2> Quantize(float delta = kDelta) const {
191 float delta = kDelta) {
189 ApproxEqual(const SignedLogWeightTpl<T> &w1, const SignedLogWeightTpl<T> &w2, float delta = kDelta) argument
H A Dsparse-power-weight.h139 SparsePowerWeight<W, K> Quantize(float delta = kDelta) const {
194 float delta = kDelta) {
196 SparseTupleWeightApproxMapper<W, K> operator_mapper(kDelta);
192 ApproxEqual(const SparsePowerWeight<W, K> &w1, const SparsePowerWeight<W, K> &w2, float delta = kDelta) argument
H A Dtuple-weight.h115 TupleWeight<W, n> Quantize(float delta = kDelta) const {
266 float delta = kDelta) {
264 ApproxEqual(const TupleWeight<W, n> &w1, const TupleWeight<W, n> &w2, float delta = kDelta) argument
H A Dstring-weight.h118 StringWeight<L, S> Quantize(float delta = kDelta) const {
320 float delta = kDelta) {
318 ApproxEqual(const StringWeight<L, S> &w1, const StringWeight<L, S> &w2, float delta = kDelta) argument
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dweight.h84 const float kDelta = 1.0F/1024.0F; member in namespace:fst
H A Dfloat-weight.h81 float delta = kDelta) {
140 TropicalWeight Quantize(float delta = kDelta) const {
206 LogWeight Quantize(float delta = kDelta) const {
80 ApproxEqual(const FloatWeight &w1, const FloatWeight &w2, float delta = kDelta) argument
H A Dproduct-weight.h80 ProductWeight<W1, W2> Quantize(float delta = kDelta) const {
120 float delta = kDelta) {
118 ApproxEqual(const ProductWeight<W1, W2> &w1, const ProductWeight<W1, W2> &w2, float delta = kDelta) argument
H A Dshortest-distance.h43 float d = kDelta)
42 ShortestDistanceOptions(Queue *q, ArcFilter filt, StateId src = kNoStateId, float d = kDelta) argument
H A Dshortest-path.h43 bool hasdist = false, float d = kDelta)
42 ShortestPathOptions(Queue *q, ArcFilter filt, size_t n = 1, bool u = false, bool hasdist = false, float d = kDelta) argument
/external/chromium/chrome/browser/chromeos/login/
H A Drounded_view.h108 const SkScalar kDelta = 0.3; local
122 view_rect.fLeft -= kDelta;
123 view_rect.fTop -= kDelta;
124 view_rect.offset(rounded_view::kStrokeWidth - kDelta,
125 rounded_view::kStrokeWidth - kDelta);
/external/openfst/src/include/fst/script/
H A Dprune.h39 vector<WeightClass> *d = 0, float e = kDelta)
142 float delta = kDelta);
38 PruneOptions(const WeightClass& w, int64 s, vector<WeightClass> *d = 0, float e = kDelta) argument
H A Drmepsilon.h49 RmEpsilonOptions(QueueType qt = AUTO_QUEUE, float d = kDelta, bool c = true, argument
200 float delta = fst::kDelta);
/external/skia/src/effects/
H A DSkEmbossMask.cpp44 #define kDelta 32 // small enough to show off angle differences macro
64 uint16_t value = SkToU16((1 << 15) / SkSqrt32(dx * dx + dy * dy + kDelta*kDelta/4));
75 ::fprintf(file, "};\n#define kDeltaUsedToBuildTable\t%d\n", kDelta);
82 SkASSERT(kDelta == kDeltaUsedToBuildTable);
91 SkFixed lz_dot_nz = lz * kDelta;
118 int denom = SkSqrt32(nx * nx + ny * ny + kDelta*kDelta);
/external/chromium/chrome/browser/safe_browsing/
H A Dprefix_set_unittest.cc216 const unsigned kDelta = 10 * 1000 * 1000; local
219 prefix < kVeryPositive; prefix += kDelta) {

Completed in 233 milliseconds

12