Searched defs:kDelta (Results 1 - 25 of 34) sorted by last modified time

12

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Ddeterminize.h105 explicit DeterminizeFstOptions(const CacheOptions &opts, float del = kDelta) argument
108 explicit DeterminizeFstOptions(float del = kDelta) : delta(del) {} argument
687 DeterminizeOptions() :delta(kDelta) {}
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 Drmepsilon.h45 RmEpsilonOptions(Queue *q, float d = kDelta, bool c = true) argument
294 opts(&state_queue, kDelta, connect);
303 RmEpsilonFstOptions(const CacheOptions &opts, float delta = kDelta) argument
306 explicit RmEpsilonFstOptions(float delta = kDelta) : delta(delta) {} 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
H A Dstring-weight.h110 StringWeight<L, S> Quantize(float delta = kDelta) const {
312 float delta = kDelta) {
310 ApproxEqual(const StringWeight<L, S> &w1, const StringWeight<L, S> &w2, float delta = kDelta) argument
H A Dweight.h84 const float kDelta = 1.0F/1024.0F; member in namespace:fst
/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/openfst/src/include/fst/
H A Ddeterminize.h338 float del = kDelta, Label lab = 0,
344 explicit DeterminizeFstOptions(float del = kDelta, Label lab = 0, argument
954 explicit DeterminizeOptions(float d = kDelta, Weight w = Weight::Zero(), argument
337 DeterminizeFstOptions(const CacheOptions &opts, float del = kDelta, Label lab = 0, F *filt = 0, T *table = 0) argument
H A Dequal.h31 bool Equal(const Fst<Arc> &fst1, const Fst<Arc> &fst2, float delta = kDelta) { argument
H A Dequivalent.h132 double delta = kDelta, bool *error = 0) {
130 Equivalent(const Fst<Arc> &fst1, const Fst<Arc> &fst2, double delta = kDelta, bool *error = 0) argument
H A Dfloat-weight.h151 float delta = kDelta) {
221 TropicalWeightTpl<T> Quantize(float delta = kDelta) const {
346 LogWeightTpl<T> Quantize(float delta = kDelta) const {
481 MinMaxWeightTpl<T> Quantize(float delta = kDelta) const {
149 ApproxEqual(const FloatWeightTpl<T> &w1, const FloatWeightTpl<T> &w2, float delta = kDelta) argument
H A Dminimize.h533 float delta = kDelta) {
531 Minimize(MutableFst<A>* fst, MutableFst<A>* sfst = 0, 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 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 Drmepsilon.h59 explicit RmEpsilonOptions(Queue *q, float d = kDelta, bool c = true, argument
353 float delta = kDelta) {
370 RmEpsilonFstOptions(const CacheOptions &opts, float delta = kDelta) argument
373 explicit RmEpsilonFstOptions(float delta = kDelta) : delta(delta) {} argument
349 RmEpsilon(MutableFst<Arc> *fst, bool connect = true, typename Arc::Weight weight_threshold = Arc::Weight::Zero(), typename Arc::StateId state_threshold = kNoStateId, float delta = kDelta) argument
H A Dshortest-distance.h57 float d = kDelta)
284 float delta = kDelta) {
323 typename Arc::Weight ShortestDistance(const Fst<Arc> &fst, float delta = kDelta) { argument
56 ShortestDistanceOptions(Queue *q, ArcFilter filt, StateId src = kNoStateId, float d = kDelta) argument
281 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
/external/openfst/src/include/fst/extensions/far/
H A Dequal.h30 float delta = kDelta,
28 FarEqual(const string &filename1, const string &filename2, float delta = kDelta, const string &begin_key = string(), const string &end_key = string()) argument
/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);

Completed in 3064 milliseconds

12