Home
last modified time | relevance | path

Searched defs:orI (Results 1 – 6 of 6) sorted by relevance

/dports/devel/boost-docs/boost_1_72_0/libs/optional/test/
H A Doptional_test_flat_map.cpp151 optional<Int&> orI (I); in test_flat_map_ref_to_ref() local
162 optional<Int&> orI (I); in test_flat_map_ref_to_ref() local
167 optional<Int&> orI; in test_flat_map_ref_to_ref() local
/dports/devel/boost-python-libs/boost_1_72_0/libs/optional/test/
H A Doptional_test_flat_map.cpp151 optional<Int&> orI (I); in test_flat_map_ref_to_ref() local
162 optional<Int&> orI (I); in test_flat_map_ref_to_ref() local
167 optional<Int&> orI; in test_flat_map_ref_to_ref() local
/dports/devel/boost-libs/boost_1_72_0/libs/optional/test/
H A Doptional_test_flat_map.cpp151 optional<Int&> orI (I); in test_flat_map_ref_to_ref() local
162 optional<Int&> orI (I); in test_flat_map_ref_to_ref() local
167 optional<Int&> orI; in test_flat_map_ref_to_ref() local
/dports/devel/hyperscan/boost_1_75_0/libs/optional/test/
H A Doptional_test_flat_map.cpp151 optional<Int&> orI (I); in test_flat_map_ref_to_ref() local
162 optional<Int&> orI (I); in test_flat_map_ref_to_ref() local
167 optional<Int&> orI; in test_flat_map_ref_to_ref() local
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/Rules/
H A DDef.hs564 orI [] = i0 function
565 orI [t] = t function
566 orI (t:ts) = imax `apply` [argN t, argN (orI ts)] function
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-core-util/src/main/java/de/lmu/ifi/dbs/elki/utilities/datastructures/
H A DBitsUtil.java531 public static long[] orI(long[] v, long[] o) { in orI() method in BitsUtil
550 public static long[] orI(long[] v, long[] o, int off) { in orI() method in BitsUtil