Home
last modified time | relevance | path

Searched refs:Wrap (Results 1 – 25 of 66) sorted by relevance

123

/external/swiftshader/third_party/LLVM/unittests/Support/
DConstantRangeTest.cpp25 static ConstantRange Wrap; member in __anonbd6c175d0111::ConstantRangeTest
32 ConstantRange ConstantRangeTest::Wrap(APInt(16, 0xaaa), APInt(16, 0xa)); member in __anonbd6c175d0111::ConstantRangeTest
74 EXPECT_FALSE(Wrap.isFullSet()); in TEST_F()
75 EXPECT_FALSE(Wrap.isEmptySet()); in TEST_F()
76 EXPECT_TRUE(Wrap.isWrappedSet()); in TEST_F()
77 EXPECT_TRUE(Wrap.contains(APInt(16, 0x0))); in TEST_F()
78 EXPECT_TRUE(Wrap.contains(APInt(16, 0x9))); in TEST_F()
79 EXPECT_FALSE(Wrap.contains(APInt(16, 0xa))); in TEST_F()
80 EXPECT_FALSE(Wrap.contains(APInt(16, 0xaa9))); in TEST_F()
81 EXPECT_TRUE(Wrap.contains(APInt(16, 0xaaa))); in TEST_F()
[all …]
/external/llvm/unittests/IR/
DConstantRangeTest.cpp25 static ConstantRange Wrap; member in __anon10950d6f0111::ConstantRangeTest
32 ConstantRange ConstantRangeTest::Wrap(APInt(16, 0xaaa), APInt(16, 0xa)); member in __anon10950d6f0111::ConstantRangeTest
74 EXPECT_FALSE(Wrap.isFullSet()); in TEST_F()
75 EXPECT_FALSE(Wrap.isEmptySet()); in TEST_F()
76 EXPECT_TRUE(Wrap.isWrappedSet()); in TEST_F()
77 EXPECT_TRUE(Wrap.contains(APInt(16, 0x0))); in TEST_F()
78 EXPECT_TRUE(Wrap.contains(APInt(16, 0x9))); in TEST_F()
79 EXPECT_FALSE(Wrap.contains(APInt(16, 0xa))); in TEST_F()
80 EXPECT_FALSE(Wrap.contains(APInt(16, 0xaa9))); in TEST_F()
81 EXPECT_TRUE(Wrap.contains(APInt(16, 0xaaa))); in TEST_F()
[all …]
/external/libcxx/test/std/utilities/function.objects/refwrap/
Dtype_properties.pass.cpp48 typedef std::reference_wrapper<T> Wrap; in test() typedef
49 static_assert(std::is_copy_constructible<Wrap>::value, ""); in test()
50 static_assert(std::is_copy_assignable<Wrap>::value, ""); in test()
52 static_assert(std::is_trivially_copyable<Wrap>::value, ""); in test()
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/
Dapply_extended_types.pass.cpp93 typedef A_wrap_0 Wrap; in test_ext_int_0() typedef
131 Wrap a; in test_ext_int_0()
163 Wrap const a; in test_ext_int_0()
188 Wrap a{42}; in test_ext_int_0()
205 typedef A_wrap_1 Wrap; in test_ext_int_1() typedef
240 Wrap a; in test_ext_int_1()
272 Wrap const a; in test_ext_int_1()
290 typedef A_wrap_2 Wrap; in test_ext_int_2() typedef
325 Wrap a; in test_ext_int_2()
357 Wrap const a; in test_ext_int_2()
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DValueMap.h116 return Map.count(Wrap(Val)); in count()
120 return iterator(Map.find(Wrap(Val))); in find()
123 return const_iterator(Map.find(Wrap(Val))); in find()
129 return Map.lookup(Wrap(Val)); in lookup()
137 Map.insert(std::make_pair(Wrap(KV.first), KV.second)); in insert()
150 return Map.erase(Wrap(Val)); in erase()
157 return Map.FindAndConstruct(Wrap(Key)); in FindAndConstruct()
161 return Map[Wrap(Key)];
182 ValueMapCVH Wrap(KeyT key) const { in Wrap() function
/external/llvm/include/llvm/IR/
DValueMap.h169 auto MapResult = Map.insert(std::make_pair(Wrap(KV.first), KV.second)); in insert()
175 Map.insert(std::make_pair(Wrap(KV.first), std::move(KV.second))); in insert()
200 return Map.FindAndConstruct(Wrap(Key)); in FindAndConstruct()
204 return Map[Wrap(Key)];
225 ValueMapCVH Wrap(KeyT key) const { in Wrap() function
/external/kmod/libkmod/python/kmod/
Dlist.pyx21 "Wrap a struct kmod_list* list item"
27 "Wrap a struct kmod_list* list with iteration"
/external/libvncserver/utils/
Dgit2cl.pl38 use Text::Wrap qw(wrap);
90 my $text = Text::Wrap::wrap($indent1, $indent2, @text);
/external/webrtc/webrtc/modules/
Dmodule_common_types_unittest.cc85 TEST(LatestSequenceNumber, Wrap) { in TEST() argument
103 TEST(LatestTimestamp, Wrap) { in TEST() argument
/external/webrtc/webrtc/common_audio/
Dring_buffer.c20 enum Wrap { enum
30 enum Wrap rw_wrap;
/external/clang/docs/
DClangFormatStyleOptions.rst339 * ``bool AfterClass`` Wrap class definitions.
340 * ``bool AfterControlStatement`` Wrap control statements (``if``/``for``/``while``/``switch``/..).
341 * ``bool AfterEnum`` Wrap enum definitions.
342 * ``bool AfterFunction`` Wrap function definitions.
343 * ``bool AfterNamespace`` Wrap namespace definitions.
344 * ``bool AfterObjCDeclaration`` Wrap ObjC definitions (``@autoreleasepool``, interfaces, ..).
345 * ``bool AfterStruct`` Wrap struct definitions.
346 * ``bool AfterUnion`` Wrap union definitions.
347 * ``bool BeforeCatch`` Wrap before ``catch``.
348 * ``bool BeforeElse`` Wrap before ``else``.
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/
DDESede.java128 public static class Wrap class in DESede
131 public Wrap() in Wrap() method in DESede.Wrap
DAES.java261 static public class Wrap class in AES
264 public Wrap() in Wrap() method in AES.Wrap
/external/clang/test/CodeGen/
Dms-align-tentative.c22 struct Wrap { struct
/external/webrtc/webrtc/modules/desktop_capture/
Dshared_desktop_frame.h25 static SharedDesktopFrame* Wrap(DesktopFrame* desktop_frame);
Dscreen_capture_frame_queue.cc36 frames_[current_].reset(SharedDesktopFrame::Wrap(frame)); in ReplaceCurrentFrame()
Dshared_desktop_frame.cc50 SharedDesktopFrame* SharedDesktopFrame::Wrap( in Wrap() function in webrtc::SharedDesktopFrame
Ddesktop_and_cursor_composer_unittest.cc234 SharedDesktopFrame::Wrap(CreateTestFrame())); in TEST_F()
/external/webrtc/talk/session/media/
Dtypewrapping.h.pump103 (wrapper<toType, fromType>::Wrap(from))
207 static FORCE_INLINE T1 Wrap(T1 from) { \
233 static FORCE_INLINE wrappedType Wrap(unwrappedType var) { \
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeISelLowering.h76 Wrap, enumerator
DMBlazeISelLowering.cpp47 case MBlazeISD::Wrap : return "MBlazeISD::Wrap"; in getTargetNodeName()
597 return DAG.getNode(MBlazeISD::Wrap, dl, MVT::i32, GA); in LowerGlobalAddress()
617 return DAG.getNode(MBlazeISD::Wrap, dl, MVT::i32, JTI); in LowerJumpTable()
629 return DAG.getNode(MBlazeISD::Wrap, dl, MVT::i32, CP); in LowerConstantPool()
/external/tensorflow/tensorflow/contrib/nccl/
DBUILD2 # Wrap NVIDIA (https://github.com/NVIDIA/nccl) NCCL with tensorflow ops.
/external/kmod/
DCODING-STYLE21 1) Wrap line at 80 char limit.
/external/clang/test/SemaCXX/
Dcxx98-compat.cpp246 struct Wrap { struct
/external/tensorflow/tensorflow/contrib/tensorrt/
DBUILD2 # Wrap NVIDIA TensorRT (http://developer.nvidia.com/tensorrt) with tensorflow

123