Home
last modified time | relevance | path

Searched defs:numbers (Results 1 – 25 of 5074) sorted by relevance

12345678910>>...203

/dports/converters/p5-LaTeXML/LaTeXML-0.8.6/t/complex/
H A Dsi.tex116 \subsubsection{input-comparators}
129 \subsubsection{input-complex-roots}
133 \subsubsection{input-protect-tokens}
135 \subsubsection{parse-numbers}
168 \subsubsection{round-minimum}
178 \subsubsection{round-half}
202 \subsubsection{minimum-integer-digits}
243 \subsubsection{omit-uncertainty}
265 \subsubsection{group-minimum-digits}
280 \subsubsection{complex-root-position}
[all …]
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/STLport-5.2.1/test/unit/
H A Drm_cp_test.cpp56 int numbers[6] = { 0, 1, 2, 3, 4, 5 }; in reverse1() local
69 int numbers[6] = { 0, 1, 2, 3, 4, 5 }; in revcopy1() local
105 int numbers[6] = { 0, 1, 2, 0, 1, 2 }; in replcpy1() local
119 int numbers[6] = { 0, 1, 2, 0, 1, 2 }; in replace0() local
189 int numbers[6] = { 1, 2, 3, 1, 2, 3 }; in remove1() local
203 int numbers[6] = { 0, 0, 1, 1, 2, 2 }; in remif1() local
218 int numbers[6] = { 1, 2, 3, 1, 2, 3 }; in remcopy1() local
233 int numbers[6] = { 1, 2, 3, 1, 2, 3 }; in remcpif1() local
H A Dpartial_test.cpp63 int numbers[6] = { 5, 2, 4, 3, 1, 6 }; in parsrt0() local
80 int numbers[10] ={ 8, 8, 5, 3, 7, 6, 5, 3, 2, 4 }; in parsrt1() local
125 int numbers[6] = { 5, 2, 4, 3, 1, 6 }; in parsrtc0() local
137 int numbers[10] ={ 3, 0, 4, 3, 2, 8, 2, 7, 7, 5 }; in parsrtc1() local
176 int numbers[] = { 0, 0, 1, 0, 0, 1, 0, 0 }; in bad_predicate_detected() local
202 int numbers[6] = { 1, 2, 3, 4, 5, 6 }; in partsum0() local
H A Dnthelm_test.cpp35 int numbers[7] = { 5, 2, 4, 1, 0, 3 ,77}; in nthelem0() local
49 int numbers[10] = { 6, 8, 5, 1, 7, 4, 1, 5, 2, 6 }; in nthelem1() local
70 int numbers[10] = { 4, 5, 4, 2, 1, 7, 4, 3, 1, 6 }; in nthelem2() local
/dports/devel/xtl/xtl-1.4.2/examples/bench/rpcgen/
H A Dalltests.x15 struct numbers { struct
16 bool aBool;
17 char aChar; unsigned char anUChar;
18 char aShort; unsigned short anUShort;
19 int anInt; unsigned int anUInt;
20 long aLong; unsigned long anULong;
21 bench_hyper aLongLong; bench_hyper anULongLong;
22 float aFloat;
23 double aDouble;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libphonenumber/dist/
H A DFAQ.md95 ### What is the difference between isPossibleNumber and isValidNumber?
101 ### Why does PhoneNumberUtil return false for valid short numbers?
108 ### What does it mean for a phone number to be valid?
137 ### When should I use isValidNumberForRegion?
151 ### Some "valid" numbers are not formatting correctly.
169 ### What types of phone numbers can SMSs be sent to?
175 …ame="fixed_line_or_mobile"></a>Why did I get `FIXED_LINE_OR_MOBILE` as the type of my phone number?
181 ### What is mobile number portability?
185 ### Since it's possible to change the carrier for a phone number, how is the data kept up-to-date?
189 ### What about M2M (machine to machine) numbers?
[all …]
/dports/math/py-sympy/sympy-1.9/doc/src/modules/
H A Dcore.rst107 Number
112 Float
137 igcd
141 ilcm
145 seterr
149 Zero
155 One
167 Half
173 NaN
197 Exp1
[all …]
/dports/math/py-Diofant/Diofant-0.13.0/docs/modules/
H A Dcore.rst89 numbers section in Core
93 Number
98 Float
103 Rational
108 Integer
126 Zero
132 One
144 Half
150 NaN
174 Exp1
[all …]
/dports/devel/libphonenumber/libphonenumber-8.12.39/
H A DFAQ.md95 ### What is the difference between isPossibleNumber and isValidNumber?
101 ### Why does PhoneNumberUtil return false for valid short numbers?
108 ### What does it mean for a phone number to be valid?
137 ### When should I use isValidNumberForRegion?
151 ### Some "valid" numbers are not formatting correctly.
169 ### What types of phone numbers can SMSs be sent to?
175 …ame="fixed_line_or_mobile"></a>Why did I get `FIXED_LINE_OR_MOBILE` as the type of my phone number?
181 ### What is mobile number portability?
185 ### Since it's possible to change the carrier for a phone number, how is the data kept up-to-date?
189 ### What about M2M (machine to machine) numbers?
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/app/src/test/java/org/mozilla/gecko/activitystream/ranking/
H A DTestRankingUtils.java27 final List<Integer> numbers = new ArrayList<>(Arrays.asList(5, 7, 3, 2, 1, 9, 0, 10, 4)); in testFilter() local
58 final List<Integer[]> numbers = Arrays.asList( in testApply() local
112 final List<Integer[]> numbers = Arrays.asList( in testApplyInPairs() local
139 final List<Integer> numbers = Arrays.asList(5, 7, 3, 2); in testReduce() local
155 final List<Integer> numbers = Arrays.asList(5, 7, 3, 2); in testMapWithLimit() local
174 final List<Integer> numbers = Arrays.asList(5, 7, 3, 2); in testMapWithLimitAndLargeLimit() local
/dports/databases/py-couchdb/CouchDB-1.1/couchdb/tests/
H A Dmapping.py122 numbers = mapping.ListField(mapping.DecimalField) variable in ListFieldTestCase.test_proxy_append.Thing
130 numbers = mapping.ListField(mapping.DecimalField) variable in ListFieldTestCase.test_proxy_append_kwargs.Thing
136 numbers = mapping.ListField(mapping.DecimalField) variable in ListFieldTestCase.test_proxy_contains.Thing
144 numbers = mapping.ListField(mapping.DecimalField) variable in ListFieldTestCase.test_proxy_count.Thing
151 numbers = mapping.ListField(mapping.DecimalField) variable in ListFieldTestCase.test_proxy_index.Thing
158 numbers = mapping.ListField(mapping.DecimalField) variable in ListFieldTestCase.test_proxy_insert.Thing
166 numbers = mapping.ListField(mapping.DecimalField) variable in ListFieldTestCase.test_proxy_insert_kwargs.Thing
172 numbers = mapping.ListField(mapping.DecimalField) variable in ListFieldTestCase.test_proxy_remove.Thing
179 numbers = mapping.ListField(mapping.DecimalField) variable in ListFieldTestCase.test_proxy_iter.Thing
193 numbers = mapping.ListField(mapping.DecimalField) variable in ListFieldTestCase.test_proxy_pop.Thing
[all …]
/dports/games/gbrainy/gbrainy-2.4.3/src/Games/Logic/
H A DPuzzleNumericRelation.cs31 private int[] numbers; field in gbrainy.Games.Logic.PuzzleNumericRelation
141 public static bool Validate (int[] numbers, Formula formula, int question) in Validate()
155 static bool ThirdSubstractingGroup (int[] numbers, int start, int len) in ThirdSubstractingGroup()
160 static bool ValidateAddinginGroupsOfTree (int[] numbers, int question) in ValidateAddinginGroupsOfTree()
186 static int SumGroup (int[] numbers, int start, int len) in SumGroup()
198 static bool ValidateAllAdding (int[] numbers, int question) in ValidateAllAdding()
/dports/cad/py-ezdxf/ezdxf-0.16.3/tests/test_00_dxf_low_level_structs/
H A Dtest_005_packed_tags.py11 def numbers(): function
15 def test_tag_array_init(numbers): argument
21 def test_tag_array_clone(numbers): argument
29 def test_inherited_array(numbers): argument
/dports/science/py-spglib/spglib-1.16.2/python/examples/
H A Dexample.py34 def show_cell(lattice, positions, numbers): argument
193 lattice, positions, numbers = spglib.refine_cell(rutile_dist, symprec=1e-1) variable
199 lattice, positions, numbers = spglib.find_primitive(silicon_dist, symprec=1e-1) variable
206 lattice, positions, numbers = spglib.standardize_cell(rutile_dist, variable
216 lattice, positions, numbers = spglib.standardize_cell(rutile_dist, variable
226 lattice, positions, numbers = spglib.standardize_cell(silicon_dist, variable
236 lattice, positions, numbers = spglib.standardize_cell(silicon_dist, variable
/dports/science/octopus/octopus-10.5/external_libs/spglib-1.9.9/python/examples/
H A Dexample.py34 def show_cell(lattice, positions, numbers): argument
193 lattice, positions, numbers = spglib.refine_cell(rutile_dist, symprec=1e-1) variable
199 lattice, positions, numbers = spglib.find_primitive(silicon_dist, symprec=1e-1) variable
206 lattice, positions, numbers = spglib.standardize_cell(rutile_dist, variable
216 lattice, positions, numbers = spglib.standardize_cell(rutile_dist, variable
226 lattice, positions, numbers = spglib.standardize_cell(silicon_dist, variable
236 lattice, positions, numbers = spglib.standardize_cell(silicon_dist, variable
/dports/science/spglib/spglib-1.16.2/python/examples/
H A Dexample.py34 def show_cell(lattice, positions, numbers): argument
193 lattice, positions, numbers = spglib.refine_cell(rutile_dist, symprec=1e-1) variable
199 lattice, positions, numbers = spglib.find_primitive(silicon_dist, symprec=1e-1) variable
206 lattice, positions, numbers = spglib.standardize_cell(rutile_dist, variable
216 lattice, positions, numbers = spglib.standardize_cell(rutile_dist, variable
226 lattice, positions, numbers = spglib.standardize_cell(silicon_dist, variable
236 lattice, positions, numbers = spglib.standardize_cell(silicon_dist, variable
/dports/devel/lyra/Lyra-1.6/tests/
H A Dcardinality_run_test.cpp27 std::vector<int> numbers; in main() local
37 std::vector<int> numbers; in main() local
60 std::vector<int> numbers; in main() local
75 std::vector<int> numbers; in main() local
/dports/textproc/libcyaml/libcyaml-1.3.0/examples/numerical/
H A Dmain.c19 struct numbers { struct
40 struct numbers, name, argument
/dports/science/py-ase/ase-3.22.0/ase/test/atoms/
H A Dtest_atoms_instantiation.py15 numbers = [7, 7] variable
31 def test_symbols(numbers=numbers, symbols=symbols): argument
36 def test_momenta(numbers=numbers, momenta=dummy_array): argument
41 def test_positions(numbers=numbers, positions=dummy_array): argument
/dports/net-mgmt/phpipam/phpipam-a14bc06/app/tools/pstn-prefixes/
H A Dsingle-prefix.php52 $numbers = array(); variable
56 $numbers = array_merge($numbers, $subprefix_numbers); variable
62 … $numbers = $Tools->fetch_multiple_objects ("pstnNumbers", "prefix", $prefix->id, "number", true); variable
/dports/www/moodle310/moodle/lib/mlbackend/php/phpml/src/Phpml/Math/Statistic/
H A DMean.php14 public static function arithmetic(array $numbers): float
26 public static function median(array $numbers)
47 public static function mode(array $numbers)
/dports/www/moodle311/moodle/lib/mlbackend/php/phpml/src/Phpml/Math/Statistic/
H A DMean.php14 public static function arithmetic(array $numbers): float
26 public static function median(array $numbers)
47 public static function mode(array $numbers)
/dports/www/moodle39/moodle/lib/mlbackend/php/phpml/src/Phpml/Math/Statistic/
H A DMean.php14 public static function arithmetic(array $numbers): float
26 public static function median(array $numbers)
47 public static function mode(array $numbers)
/dports/devel/py-monty/monty-2021.8.17/monty/
H A Dfractions.py8 def gcd(*numbers):
24 def lcm(*numbers):
40 def gcd_float(numbers, tol=1e-8): argument
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/byteorder-1.3.4/benches/
H A Dbench.rs269 let mut numbers: Vec<$numty> = rand::thread_rng() localVariable
284 let mut numbers: Vec<$numty> = rand::thread_rng() localVariable
299 let numbers: Vec<$numty> = rand::thread_rng() localVariable
313 let numbers: Vec<$numty> = rand::thread_rng() localVariable

12345678910>>...203