Home
last modified time | relevance | path

Searched refs:strongest (Results 1 – 25 of 1725) sorted by relevance

12345678910>>...69

/dports/mail/mew-devel/Mew-6.8-72-gfc4bca6/
H A Dmew-auth.el14 (let (n preference strongest)
21 (setq strongest auth))
24 (setq strongest auth))))
25 strongest))
/dports/mail/mew/mew-6.8/
H A Dmew-auth.el14 (let (n preference strongest)
21 (setq strongest auth))
24 (setq strongest auth))))
25 strongest))
/dports/science/chrono/chrono-7.0.1/src/chrono_sensor/cuda/
H A Dlidar_reduce.cu74 float strongest = 0; in strong_reduce_kernel() local
106 strongest = local_range; in strong_reduce_kernel()
118 bufOut[2 * out_index] = strongest; in strong_reduce_kernel()
210 float strongest = 0; in dual_reduce_kernel() local
246 strongest = local_range; in dual_reduce_kernel()
252 bufOut[4 * out_index] = strongest; in dual_reduce_kernel()
/dports/audio/praat/praat-6.2.03/dwtools/
H A DPitch_extensions.cpp62 double strongest = my candidates [1]. strength;
64 if (my candidates [i]. strength > strongest)
65 strongest = my candidates [pos = i]. strength;
66 if (strongest != 0)
68 my candidates [i]. strength *= maxStrength / strongest;
/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/source/JoshUGens/sc/HelpSource/Classes/
H A DPV_MaxMagN.schelp2 summary:: Return the N strongest bins
30 // let the strongest (0 - 1023) partials through
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/statistics/
H A Ddependencies.c879 MVDependency *strongest = NULL; in find_strongest_dependency() local
900 if (strongest) in find_strongest_dependency()
903 if (dependency->nattributes < strongest->nattributes) in find_strongest_dependency()
907 if (strongest->nattributes == dependency->nattributes && in find_strongest_dependency()
908 strongest->degree > dependency->degree) in find_strongest_dependency()
918 strongest = dependency; /* save new best match */ in find_strongest_dependency()
921 return strongest; in find_strongest_dependency()
/dports/databases/postgresql12-plperl/postgresql-12.9/src/backend/statistics/
H A Ddependencies.c879 MVDependency *strongest = NULL; in find_strongest_dependency() local
900 if (strongest) in find_strongest_dependency()
903 if (dependency->nattributes < strongest->nattributes) in find_strongest_dependency()
907 if (strongest->nattributes == dependency->nattributes && in find_strongest_dependency()
908 strongest->degree > dependency->degree) in find_strongest_dependency()
918 strongest = dependency; /* save new best match */ in find_strongest_dependency()
921 return strongest; in find_strongest_dependency()
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/statistics/
H A Ddependencies.c879 MVDependency *strongest = NULL; in find_strongest_dependency() local
900 if (strongest) in find_strongest_dependency()
903 if (dependency->nattributes < strongest->nattributes) in find_strongest_dependency()
907 if (strongest->nattributes == dependency->nattributes && in find_strongest_dependency()
908 strongest->degree > dependency->degree) in find_strongest_dependency()
918 strongest = dependency; /* save new best match */ in find_strongest_dependency()
921 return strongest; in find_strongest_dependency()
/dports/databases/postgresql12-docs/postgresql-12.9/src/backend/statistics/
H A Ddependencies.c879 MVDependency *strongest = NULL; in find_strongest_dependency() local
900 if (strongest) in find_strongest_dependency()
903 if (dependency->nattributes < strongest->nattributes) in find_strongest_dependency()
907 if (strongest->nattributes == dependency->nattributes && in find_strongest_dependency()
908 strongest->degree > dependency->degree) in find_strongest_dependency()
918 strongest = dependency; /* save new best match */ in find_strongest_dependency()
921 return strongest; in find_strongest_dependency()
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/statistics/
H A Ddependencies.c879 MVDependency *strongest = NULL; in find_strongest_dependency() local
900 if (strongest) in find_strongest_dependency()
903 if (dependency->nattributes < strongest->nattributes) in find_strongest_dependency()
907 if (strongest->nattributes == dependency->nattributes && in find_strongest_dependency()
908 strongest->degree > dependency->degree) in find_strongest_dependency()
918 strongest = dependency; /* save new best match */ in find_strongest_dependency()
921 return strongest; in find_strongest_dependency()
/dports/databases/postgresql12-plpython/postgresql-12.9/src/backend/statistics/
H A Ddependencies.c879 MVDependency *strongest = NULL; in find_strongest_dependency() local
900 if (strongest) in find_strongest_dependency()
903 if (dependency->nattributes < strongest->nattributes) in find_strongest_dependency()
907 if (strongest->nattributes == dependency->nattributes && in find_strongest_dependency()
908 strongest->degree > dependency->degree) in find_strongest_dependency()
918 strongest = dependency; /* save new best match */ in find_strongest_dependency()
921 return strongest; in find_strongest_dependency()
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/backend/statistics/
H A Ddependencies.c879 MVDependency *strongest = NULL; in find_strongest_dependency() local
900 if (strongest) in find_strongest_dependency()
903 if (dependency->nattributes < strongest->nattributes) in find_strongest_dependency()
907 if (strongest->nattributes == dependency->nattributes && in find_strongest_dependency()
908 strongest->degree > dependency->degree) in find_strongest_dependency()
918 strongest = dependency; /* save new best match */ in find_strongest_dependency()
921 return strongest; in find_strongest_dependency()
/dports/games/lordsawar/lordsawar-0.3.2/src/
H A DAI_Analysis.cpp118 ArmyProto *strongest = Armysetlist::getInstance()->getArmy(as, type_id); in assessStackStrength() local
121 if (strongest->getStrength() < 5) in assessStackStrength()
122 return stack->size() * strongest->getStrength(); in assessStackStrength()
/dports/databases/py-sqlite3/Python-3.8.12/Doc/library/
H A Dcrypt.rst46 hash based on the SHA-512 hash function. This is the strongest method.
79 ``crypt.METHOD_*`` objects. This list is sorted from strongest to
95 provided, the strongest method will be used (as returned by
124 *method* is given, the strongest method available as returned by
167 To generate a hash of a password using the strongest available method and
/dports/databases/py-gdbm/Python-3.8.12/Doc/library/
H A Dcrypt.rst46 hash based on the SHA-512 hash function. This is the strongest method.
79 ``crypt.METHOD_*`` objects. This list is sorted from strongest to
95 provided, the strongest method will be used (as returned by
124 *method* is given, the strongest method available as returned by
167 To generate a hash of a password using the strongest available method and
/dports/lang/python37/Python-3.7.12/Doc/library/
H A Dcrypt.rst44 hash based on the SHA-512 hash function. This is the strongest method.
77 ``crypt.METHOD_*`` objects. This list is sorted from strongest to
93 provided, the strongest method will be used (as returned by
122 *method* is given, the strongest method available as returned by
165 To generate a hash of a password using the strongest available method and
/dports/lang/python38/Python-3.8.12/Doc/library/
H A Dcrypt.rst46 hash based on the SHA-512 hash function. This is the strongest method.
79 ``crypt.METHOD_*`` objects. This list is sorted from strongest to
95 provided, the strongest method will be used (as returned by
124 *method* is given, the strongest method available as returned by
167 To generate a hash of a password using the strongest available method and
/dports/lang/python310/Python-3.10.1/Doc/library/
H A Dcrypt.rst46 hash based on the SHA-512 hash function. This is the strongest method.
79 ``crypt.METHOD_*`` objects. This list is sorted from strongest to
95 provided, the strongest method will be used (as returned by
124 *method* is given, the strongest method available as returned by
167 To generate a hash of a password using the strongest available method and
/dports/lang/python311/Python-3.11.0a3/Doc/library/
H A Dcrypt.rst46 hash based on the SHA-512 hash function. This is the strongest method.
79 ``crypt.METHOD_*`` objects. This list is sorted from strongest to
95 provided, the strongest method will be used (as returned by
124 *method* is given, the strongest method available as returned by
167 To generate a hash of a password using the strongest available method and
/dports/lang/python-tools/Python-3.8.12/Doc/library/
H A Dcrypt.rst46 hash based on the SHA-512 hash function. This is the strongest method.
79 ``crypt.METHOD_*`` objects. This list is sorted from strongest to
95 provided, the strongest method will be used (as returned by
124 *method* is given, the strongest method available as returned by
167 To generate a hash of a password using the strongest available method and
/dports/lang/python39/Python-3.9.9/Doc/library/
H A Dcrypt.rst46 hash based on the SHA-512 hash function. This is the strongest method.
79 ``crypt.METHOD_*`` objects. This list is sorted from strongest to
95 provided, the strongest method will be used (as returned by
124 *method* is given, the strongest method available as returned by
167 To generate a hash of a password using the strongest available method and
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Doc/library/
H A Dcrypt.rst46 hash based on the SHA-512 hash function. This is the strongest method.
79 ``crypt.METHOD_*`` objects. This list is sorted from strongest to
95 provided, the strongest method will be used (as returned by
124 *method* is given, the strongest method available as returned by
167 To generate a hash of a password using the strongest available method and
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/statistics/
H A Ddependencies.c877 MVDependency *strongest = NULL; in find_strongest_dependency() local
898 if (strongest) in find_strongest_dependency()
901 if (dependency->nattributes < strongest->nattributes) in find_strongest_dependency()
905 if (strongest->nattributes == dependency->nattributes && in find_strongest_dependency()
906 strongest->degree > dependency->degree) in find_strongest_dependency()
916 strongest = dependency; /* save new best match */ in find_strongest_dependency()
919 return strongest; in find_strongest_dependency()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/statistics/
H A Ddependencies.c877 MVDependency *strongest = NULL; in find_strongest_dependency() local
898 if (strongest) in find_strongest_dependency()
901 if (dependency->nattributes < strongest->nattributes) in find_strongest_dependency()
905 if (strongest->nattributes == dependency->nattributes && in find_strongest_dependency()
906 strongest->degree > dependency->degree) in find_strongest_dependency()
916 strongest = dependency; /* save new best match */ in find_strongest_dependency()
919 return strongest; in find_strongest_dependency()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/statistics/
H A Ddependencies.c877 MVDependency *strongest = NULL; in find_strongest_dependency() local
898 if (strongest) in find_strongest_dependency()
901 if (dependency->nattributes < strongest->nattributes) in find_strongest_dependency()
905 if (strongest->nattributes == dependency->nattributes && in find_strongest_dependency()
906 strongest->degree > dependency->degree) in find_strongest_dependency()
916 strongest = dependency; /* save new best match */ in find_strongest_dependency()
919 return strongest; in find_strongest_dependency()

12345678910>>...69