Searched refs:integers (Results 1 – 25 of 726) sorted by relevance
12345678910>>...30
21 import static com.google.common.collect.DiscreteDomain.integers;38 return integers().next(value);42 return integers().previous(value);46 return integers().distance(start, end);50 return integers().minValue();54 return integers().maxValue();61 ContiguousSet.create(Range.closed(1, 3), integers()), in testEquals()62 ContiguousSet.create(Range.closedOpen(1, 4), integers()), in testEquals()63 ContiguousSet.create(Range.openClosed(0, 3), integers()), in testEquals()64 ContiguousSet.create(Range.open(0, 4), integers()), in testEquals()[all …]
21 import static com.google.common.collect.DiscreteDomain.integers;55 return integers().next(value);59 return integers().previous(value);63 return integers().distance(start, end);67 return integers().minValue();71 return integers().maxValue();78 ContiguousSet.create(Range.closed(1, 3), integers()), in testEquals()79 ContiguousSet.create(Range.closedOpen(1, 4), integers()), in testEquals()80 ContiguousSet.create(Range.openClosed(0, 3), integers()), in testEquals()81 ContiguousSet.create(Range.open(0, 4), integers()), in testEquals()[all …]
21 import static com.google.common.collect.DiscreteDomain.integers;542 return integers().next(value);546 return integers().previous(value);550 return integers().distance(start, end);556 Range.closed(1, 4).canonical(integers())); in testCanonical()558 Range.open(0, 5).canonical(integers())); in testCanonical()560 Range.closedOpen(1, 5).canonical(integers())); in testCanonical()562 Range.openClosed(0, 4).canonical(integers())); in testCanonical()565 Range.closedOpen(Integer.MIN_VALUE, 0).canonical(integers())); in testCanonical()568 Range.lessThan(0).canonical(integers())); in testCanonical()[all …]
12 0-D. Inclusive lower bound on the generated integers.18 0-D. Exclusive upper bound on the generated integers.24 A tensor of the specified shape filled with uniform random integers.41 summary: "Outputs random integers from a uniform distribution."43 The generated values are uniform integers in the range `[minval, maxval)`.47 The random integers are slightly biased unless `maxval - minval` is an exact
46 summary: "Outputs random integers from a uniform distribution."48 The generated values are uniform integers in the range `[minval, maxval)`.52 The random integers are slightly biased unless `maxval - minval` is an exact
34 summary: "Outputs random integers from a uniform distribution."36 The generated values are uniform integers covering the whole range of `dtype`.
44 external/libnl/lib/nl.c:694:18: warning: comparison of integers of different signs: '__kernel_size_…50 external/libnl/lib/nl.c:917:23: warning: comparison of integers of different signs: '__u32' (aka 'u…57 external/libnl/lib/addr.c:707:14: warning: comparison of integers of different signs: 'socklen_t' (…60 external/libnl/lib/addr.c:719:14: warning: comparison of integers of different signs: 'socklen_t' (…63 external/libnl/lib/addr.c:990:24: warning: comparison of integers of different signs: 'int' and 'un…82 external/libnl/lib/msg.c:168:21: warning: comparison of integers of different signs: 'const __u32' …85 external/libnl/lib/msg.c:183:18: warning: comparison of integers of different signs: 'const __u32' …88 external/libnl/lib/msg.c:367:10: warning: comparison of integers of different signs: 'size_t' (aka …103 external/libnl/lib/msg.c:836:18: warning: comparison of integers of different signs: 'int' and 'uns…112 external/libnl/lib/msg.c:915:21: warning: comparison of integers of different signs: 'int' and 'uns…[all …]
13 dEQP-GLES3.functional.state_query.integers.implementation_color_read_*14 dEQP-GLES3.functional.state_query.integers.read_buffer_*17 # dEQP-GLES3.functional.state_query.integers.draw_buffer_*
38 // type used in the suffix array index. "libdivsufsort" uses 32-bit integers39 // allowing input sizes up to 2GiB, while "libdivsufsort64" uses 64-bit integers43 // libdivsufsort using 32-bit integers for the suffix array.49 // libdivsufsort using 64-bit integers for the suffix array.
13 TESTS = test-mem test-value test-integers test-parse test-tagtable test-sorted18 check_PROGRAMS = test-mem test-mnote test-value test-integers test-parse \
5 int integers[] = {35, 28, 20, 30, 25, 23, 26, 60, 70, 65, 64, 68 }; variable20 search_tree_insert (&root, integers[i]); in main()
66 -- small integers122 -- small integers180 -- negative integers187 -- small positive integers give factorials195 -- half integers231 -- values near negative integers285 -- negative integers inputs are invalid291 -- small positive integers give factorials299 -- half integers335 -- values near negative integers
23 public String joinIntegers(int integers) { in joinIntegers() argument25 for (int i = 0; i < integers; i++) { in joinIntegers()
41 ; e.g. four integers52 ; e.g. two 32-bit integers, one 64-bit integer (needs to span two regs)63 ; e.g. two 32-bit integers, one 64-bit integer (needs to span two regs). Notice77 ; e.g. two 32-bit integers, one 64-bit integer and another 64-bit integer that93 ; e.g. one 32-bit integer, two 64-bit integers
19 import static com.google.common.collect.DiscreteDomain.integers;38 Set<Integer> set = ContiguousSet.create(Range.closed(1, elements), integers()); in setUp()
1102 // These variants are a random sample of 500 integers out of all integers1783 // These values are a random sample of 500 integers out of all integers
207 The total number of 32-bit integers encoded using the Variable Bit Rate212 The total number of 64-bit integers encoded using the Variable Bit Rate encoding217 The total number of bytes consumed by the 32-bit and 64-bit integers that use223 integers had they not been compressed with the Variable Bit Rage encoding279 The total number of 32-bit integers found in this function (for any use).283 The total number of 64-bit integers found in this function (for any use).288 integers that use the Variable Bit Rate encoding scheme.293 the 32-bit and 64-bit integers had they not been compressed with the Variable
13 Format aliases like XYZWstrq are (s+t+r+q)-bit integers in host endianness,25 - ``NORM``: Normalized integers, signed or unsigned per channel31 integers in shaders, while the latter are floats; likewise for ``UINT`` versus