Home
last modified time | relevance | path

Searched defs:F3 (Results 1 – 25 of 50) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DBitmaskEnumTest.cpp20 F3 = 4, enumerator
90 F3 = 4, enumerator
101 enum Flags { F0 = 0, F1 = 1, F2 = 2, F3 = 4, LLVM_MARK_AS_BITMASK_ENUM(F3) }; enumerator
121 F3 = 4, enumerator
/external/llvm/unittests/ADT/
DBitmaskEnumTest.cpp20 F3 = 4, enumerator
90 F3 = 4, enumerator
101 enum Flags { F0 = 0, F1 = 1, F2 = 2, F3 = 4, LLVM_MARK_AS_BITMASK_ENUM(F3) }; enumerator
121 F3 = 4, enumerator
/external/clang/test/Lexer/
D11-27-2007-FloatLiterals.c13 float F3 = 0xFp100000000000000000000F; variable
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DTaskQueueTest.cpp45 std::future<void> F3 = TQ.async([&] { in TEST_F() local
81 std::future<void> F3 = TQ.async([&M, &Z] { in TEST_F() local
DCasting.cpp125 const foo *F3 = cast<foo>(B2); in TEST() local
169 const foo *F3 = dyn_cast<foo>(B4); in TEST() local
183 const foo *F3 = dyn_cast_or_null<foo>(B4); in TEST() local
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DGlobalsModRefTest.cpp42 const Function &F3 = *I; in TEST() local
/external/clang/test/Layout/
Dms-x86-basic-layout.cpp621 struct F3 : A4, virtual A16f { struct
623 F3() : a(0xf00000f3) {} in F3() function
624 virtual void g() {printf("F3");} in g() argument
/external/compiler-rt/test/asan/TestCases/Posix/
Dcoverage-direct-large.cc32 #define F3(Q, x) \ macro
/external/llvm/unittests/Support/
DCasting.cpp113 const foo *F3 = cast<foo>(B2); in TEST() local
146 const foo *F3 = dyn_cast<foo>(B4); in TEST() local
160 const foo *F3 = dyn_cast_or_null<foo>(B4); in TEST() local
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dlogistic.h79 using F3 = gemmlowp::FixedPoint<std::int16_t, 3>; in Logistic() local
/external/clang/test/SemaCXX/
Dwarn-enum-compare.cpp9 enum Foo {F1, F2, F3}; enumerator
/external/clang/test/Sema/
Dattr-aligned.c58 array_with_align_attr F3; variable
/external/google-breakpad/src/common/
Dmd5.cc155 #define F3(x, y, z) (x ^ y ^ z) macro
/external/webrtc/webrtc/base/
Dmd5.cc133 #define F3(x, y, z) (x ^ y ^ z) macro
/external/libvpx/libvpx/
Dmd5_utils.c142 #define F3(x, y, z) (x ^ y ^ z) macro
/external/libaom/libaom/common/
Dmd5_utils.c141 #define F3(x, y, z) (x ^ y ^ z) macro
/external/libjpeg-turbo/md5/
Dmd5.c182 #define F3(x, y, z) (x ^ y ^ z) macro
/external/openssh/openbsd-compat/
Dmd5.c144 #define F3(x, y, z) (x ^ y ^ z) macro
/external/wpa_supplicant_8/src/crypto/
Dmd5-internal.c196 #define F3(x, y, z) (x ^ y ^ z) macro
Dmd4-internal.c186 #define F3(x, y, z) (x ^ y ^ z) macro
/external/clang/test/CodeGen/
Dvolatile.c20 struct { struct { int y; } x; } F3; variable
/external/u-boot/lib/
Dmd5.c170 #define F3(x, y, z) (x ^ y ^ z) macro
/external/dynamic_depth/internal/xmpmeta/
Dmd5.cc117 #define F3(x, y, z) (x ^ y ^ z) macro
/external/clang/test/Misc/
Ddiag-template-diffing.cpp634 Foo1<2> F2, F3; in Play1() local
684 Foo2<> F2, F3; in Play2() local
733 Foo3<2, 1> F2, F3; in Play3() local
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DVerifierTest.cpp73 Function *F3 = cast<Function>(M3.getOrInsertFunction("foo3", FTy)); in TEST() local

12