Home
last modified time | relevance | path

Searched defs:ge (Results 1 – 25 of 243) sorted by relevance

12345678910

/aosp_15_r20/external/perfetto/src/trace_processor/db/
H A Dtyped_column.h117 Constraint ge(sql_value_type v) const { return ge_value(ToSqlValue(v)); } in ge() function
194 Constraint ge(uint32_t v) const { return ge_value(SqlValue::Long(v)); } in ge() function
/aosp_15_r20/external/executorch/kernels/optimized/vec/vec256/
H A Dvec256_int.h1159 inline Vectorized<int64_t> Vectorized<int64_t>::ge(const Vectorized<int64_t>& other) const { in ge() function
1183 inline Vectorized<int32_t> Vectorized<int32_t>::ge(const Vectorized<int32_t>& other) const { in ge() function
1207 inline Vectorized<int16_t> Vectorized<int16_t>::ge(const Vectorized<int16_t>& other) const { in ge() function
1231 inline Vectorized<int8_t> Vectorized<int8_t>::ge(const Vectorized<int8_t>& other) const { in ge() function
1255 inline Vectorized<uint8_t> Vectorized<uint8_t>::ge(const Vectorized<uint8_t>& other) const { in ge() function
/aosp_15_r20/external/pytorch/aten/src/ATen/cpu/vec/vec256/
H A Dvec256_int.h1208 inline Vectorized<int64_t> Vectorized<int64_t>::ge(const Vectorized<int64_t>& other) const { in ge() function
1232 inline Vectorized<int32_t> Vectorized<int32_t>::ge(const Vectorized<int32_t>& other) const { in ge() function
1256 inline Vectorized<int16_t> Vectorized<int16_t>::ge(const Vectorized<int16_t>& other) const { in ge() function
1280 inline Vectorized<int8_t> Vectorized<int8_t>::ge(const Vectorized<int8_t>& other) const { in ge() function
1304 inline Vectorized<uint8_t> Vectorized<uint8_t>::ge(const Vectorized<uint8_t>& other) const { in ge() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/
H A Dcmp.rs669 fn ge(&self, other: &Self) -> bool { in ge() method
1232 fn ge(&self, other: &Rhs) -> bool { in ge() method
1690 fn ge(&self, other: &&B) -> bool { in ge() function
1745 fn ge(&self, other: &&mut B) -> bool { in ge() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/
H A Dcmp.rs669 fn ge(&self, other: &Self) -> bool { in ge() method
1232 fn ge(&self, other: &Rhs) -> bool { in ge() method
1690 fn ge(&self, other: &&B) -> bool { in ge() function
1745 fn ge(&self, other: &&mut B) -> bool { in ge() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/
H A Dcmp.rs669 fn ge(&self, other: &Self) -> bool { in ge() method
1232 fn ge(&self, other: &Rhs) -> bool { in ge() method
1690 fn ge(&self, other: &&B) -> bool { in ge() function
1745 fn ge(&self, other: &&mut B) -> bool { in ge() function
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-core/src/
Dmetadata.rs933 fn ge(&self, other: &Level) -> bool { in ge() method
967 fn ge(&self, other: &LevelFilter) -> bool { in ge() method
1009 fn ge(&self, other: &LevelFilter) -> bool { in ge() method
1043 fn ge(&self, other: &Level) -> bool { in ge() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/
H A Dcmp.rs670 fn ge(&self, other: &Self) -> bool { in ge() method
1233 fn ge(&self, other: &Rhs) -> bool { in ge() method
1692 fn ge(&self, other: &&B) -> bool { in ge() function
1747 fn ge(&self, other: &&mut B) -> bool { in ge() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/
H A Dcmp.rs670 fn ge(&self, other: &Self) -> bool { in ge() method
1233 fn ge(&self, other: &Rhs) -> bool { in ge() method
1692 fn ge(&self, other: &&B) -> bool { in ge() function
1747 fn ge(&self, other: &&mut B) -> bool { in ge() function
/aosp_15_r20/external/pytorch/aten/src/ATen/cpu/vec/vec512/
H A Dvec512_int.h1215 inline Vectorized<int64_t> Vectorized<int64_t>::ge(const Vectorized<int64_t>& other) const { in ge() function
1239 inline Vectorized<int32_t> Vectorized<int32_t>::ge(const Vectorized<int32_t>& other) const { in ge() function
1263 inline Vectorized<int16_t> Vectorized<int16_t>::ge(const Vectorized<int16_t>& other) const { in ge() function
1287 inline Vectorized<int8_t> Vectorized<int8_t>::ge(const Vectorized<int8_t>& other) const { in ge() function
1311 inline Vectorized<uint8_t> Vectorized<uint8_t>::ge(const Vectorized<uint8_t>& other) const { in ge() function
/aosp_15_r20/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/bzip2/
H A DBZip2CompressorOutputStream.java771 int ge = gs - 1; in sendMTFValues0() local
834 final int ge = Math.min(gs + G_SIZE - 1, nMTFShadow - 1); in sendMTFValues1() local
1127 final int ge = Math.min(gs + G_SIZE - 1, nMTFShadow - 1); in sendMTFValues7() local
/aosp_15_r20/external/rust/android-crates-io/crates/arrayvec/src/
Darray_string.rs538 fn ge(&self, rhs: &Self) -> bool { **self >= **rhs } in ge() method
549 fn ge(&self, rhs: &str) -> bool { &**self >= rhs } in ge() method
560 fn ge(&self, rhs: &ArrayString<CAP>) -> bool { self >= &**rhs } in ge() method
/aosp_15_r20/external/vixl/test/aarch32/
H A Dtest-simulator-cond-rd-rn-rm-ge-a32.cc152 uint32_t ge; member
584 uint32_t ge = results[i]->outputs[j].ge; in TestHelper() local
H A Dtest-simulator-cond-rd-rn-rm-a32.cc198 uint32_t ge; member
1672 uint32_t ge = results[i]->outputs[j].ge; in TestHelper() local
H A Dtest-simulator-cond-rd-rn-rm-ge-t32.cc152 uint32_t ge; member
584 uint32_t ge = results[i]->outputs[j].ge; in TestHelper() local
H A Dtest-simulator-cond-rd-rn-rm-sel-a32.cc140 uint32_t ge; member
561 uint32_t ge = results[i]->outputs[j].ge; in TestHelper() local
H A Dtest-simulator-cond-rd-rn-rm-sel-t32.cc140 uint32_t ge; member
561 uint32_t ge = results[i]->outputs[j].ge; in TestHelper() local
H A Dtest-simulator-cond-rd-rn-rm-q-t32.cc144 uint32_t ge; member
568 uint32_t ge = results[i]->outputs[j].ge; in TestHelper() local
H A Dtest-simulator-cond-rd-rn-rm-t32.cc197 uint32_t ge; member
1670 uint32_t ge = results[i]->outputs[j].ge; in TestHelper() local
H A Dtest-simulator-cond-rd-rn-rm-q-a32.cc144 uint32_t ge; member
568 uint32_t ge = results[i]->outputs[j].ge; in TestHelper() local
/aosp_15_r20/external/mesa3d/src/gallium/frontends/dri/
H A Dloader_dri3_helper.c464 xcb_present_generic_event_t *ge) in dri3_handle_present_event()
556 xcb_present_generic_event_t *ge; in dri3_wait_for_event_locked() local
968 xcb_present_generic_event_t *ge = (void *) ev; in dri3_flush_present_events() local
/aosp_15_r20/external/clang/test/PCH/
H A Dremap-file-from-pch.cpp7 int ge = zool; variable
/aosp_15_r20/external/libcxx/test/std/utilities/function.objects/comparisons/
H A Dconstexpr_init.pass.cpp37 std::greater_equal<T> ge; in test_constexpr_context() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/function.objects/comparisons/
H A Dconstexpr_init.pass.cpp34 std::greater_equal<T> ge; in test_constexpr_context() local
/aosp_15_r20/external/eigen/unsupported/test/
H A Dcxx11_tensor_comparisons.cpp24 Tensor<bool, 3> ge(2,3,7); in test_orderings() local

12345678910