- Sort Score
- Num 10 results
- Language All
Results 11 - 20 of 21 for less_than (0.12 seconds)
-
cmd/batch-expire_test.go
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Thu Aug 01 12:53:30 GMT 2024 - 5.5K bytes - Click Count (0) -
android/guava/src/com/google/common/collect/Range.java
* <tr><td>{@code [a..+∞)} <td>{@code {x | x >= a}} <td>{@link Range#atLeast atLeast} * <tr><td>{@code (-∞..b)} <td>{@code {x | x < b}} <td>{@link Range#lessThan lessThan} * <tr><td>{@code (-∞..b]} <td>{@code {x | x <= b}} <td>{@link Range#atMost atMost} * <tr><td>{@code (-∞..+∞)}<td>{@code {x}} <td>{@link Range#all all} * </table> * * </blockquote> *
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Mon Sep 22 18:35:44 GMT 2025 - 28K bytes - Click Count (0) -
guava-tests/test/com/google/common/collect/ContiguousSetTest.java
@Override public long distance(Integer start, Integer end) { throw new AssertionError(); } }; public void testCreate_noMin() { Range<Integer> range = Range.lessThan(0); assertThrows( IllegalArgumentException.class, () -> ContiguousSet.create(range, UNBOUNDED_THROWING_DOMAIN)); } public void testCreate_noMax() {Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Aug 07 16:05:33 GMT 2025 - 19.6K bytes - Click Count (0) -
tensorflow/c/c_test_util.h
const char* name = "min"); TF_Operation* Neg(TF_Operation* n, TF_Graph* graph, TF_Status* s, const char* name = "neg"); TF_Operation* LessThan(TF_Output l, TF_Output r, TF_Graph* graph, TF_Status* s); TF_Operation* RandomUniform(TF_Operation* shape, TF_DataType dtype, TF_Graph* graph, TF_Status* s);
Created: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Thu Aug 09 01:06:53 GMT 2018 - 6K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/collect/ContiguousSetTest.java
@Override public long distance(Integer start, Integer end) { throw new AssertionError(); } }; public void testCreate_noMin() { Range<Integer> range = Range.lessThan(0); assertThrows( IllegalArgumentException.class, () -> ContiguousSet.create(range, UNBOUNDED_THROWING_DOMAIN)); } public void testCreate_noMax() {Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Aug 07 16:05:33 GMT 2025 - 19.6K bytes - Click Count (0) -
internal/bucket/lifecycle/filter.go
} // Validate - validates the filter element func (f Filter) Validate() error { if f.IsEmpty() { return errXMLNotWellFormed } // A Filter must have exactly one of Prefix, Tag, // ObjectSize{LessThan,GreaterThan} or And specified. type predType uint8 const ( nonePred predType = iota prefixPred andPred tagPred sizeLtPred sizeGtPred ) var predCount int var pType predType
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Wed Sep 04 17:01:26 GMT 2024 - 6.2K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/collect/MapsTest.java
assertEquals(empty, Maps.subMap(map, Range.lessThan(0))); assertEquals(ImmutableSortedMap.of(2, 0), Maps.subMap(map, Range.lessThan(4))); assertEquals(ImmutableSortedMap.of(2, 0, 4, 0, 6, 0), Maps.subMap(map, Range.lessThan(7))); assertEquals(map, Maps.subMap(map, Range.lessThan(20))); assertEquals(empty, Maps.subMap(map, Range.atMost(0)));Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Dec 11 22:56:33 GMT 2025 - 62.7K bytes - Click Count (0) -
guava-tests/test/com/google/common/collect/MapsTest.java
assertEquals(empty, Maps.subMap(map, Range.lessThan(0))); assertEquals(ImmutableSortedMap.of(2, 0), Maps.subMap(map, Range.lessThan(4))); assertEquals(ImmutableSortedMap.of(2, 0, 4, 0, 6, 0), Maps.subMap(map, Range.lessThan(7))); assertEquals(map, Maps.subMap(map, Range.lessThan(20))); assertEquals(empty, Maps.subMap(map, Range.atMost(0)));Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Dec 11 22:56:33 GMT 2025 - 65K bytes - Click Count (0) -
cmd/batch-expire.go
// metadata: // - key: content-type // value: image/* # match objects with 'content-type', all values starting with 'image/' // size: // lessThan: "10MiB" # match objects with size less than this value (e.g. 10MiB) // greaterThan: 1MiB # match objects with size greater than this value (e.g. 1MiB) // purge:
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Tue Apr 22 11:16:32 GMT 2025 - 23K bytes - Click Count (0) -
lib/fips140/v1.0.0-c2097c7c.zip
SUBS $64, R3 CMP $64, R3 BGE loop_64 tail: // quick end CBZ R3, end TBZ $5, R3, less_than32 VLD1.P 32(R1), [V0.B16, V1.B16] VLD1.P 32(R2), [V2.B16, V3.B16] VEOR V0.B16, V2.B16, V2.B16 VEOR V1.B16, V3.B16, V3.B16 VST1.P [V2.B16, V3.B16], 32(R0) less_than32: TBZ $4, R3, less_than16 LDP.P 16(R1), (R11, R12) LDP.P 16(R2), (R13, R14) EOR R11, R13, R13 EOR R12, R14, R14 STP.P (R13, R14), 16(R0) less_than16: TBZ $3, R3, less_than8 MOVD.P 8(R1), R11 MOVD.P 8(R2), R12 EOR R11, R12, R12 MOVD.P R12, 8(R0) less_than8:...
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Thu Sep 25 19:53:19 GMT 2025 - 642.7K bytes - Click Count (0)