Home
last modified time | relevance | path

Searched refs:opt1 (Results 1 – 6 of 6) sorted by relevance

/external/libcxx/test/std/experimental/optional/optional.object/optional.object.swap/
Dswap.pass.cpp72 optional<int> opt1; in main() local
74 static_assert(noexcept(opt1.swap(opt2)) == true, ""); in main()
75 assert(static_cast<bool>(opt1) == false); in main()
77 opt1.swap(opt2); in main()
78 assert(static_cast<bool>(opt1) == false); in main()
82 optional<int> opt1(1); in main() local
84 static_assert(noexcept(opt1.swap(opt2)) == true, ""); in main()
85 assert(static_cast<bool>(opt1) == true); in main()
86 assert(*opt1 == 1); in main()
88 opt1.swap(opt2); in main()
[all …]
/external/libcxx/test/std/experimental/optional/optional.specalg/
Dswap.pass.cpp71 optional<int> opt1; in main() local
73 static_assert(noexcept(swap(opt1, opt2)) == true, ""); in main()
74 assert(static_cast<bool>(opt1) == false); in main()
76 swap(opt1, opt2); in main()
77 assert(static_cast<bool>(opt1) == false); in main()
81 optional<int> opt1(1); in main() local
83 static_assert(noexcept(swap(opt1, opt2)) == true, ""); in main()
84 assert(static_cast<bool>(opt1) == true); in main()
85 assert(*opt1 == 1); in main()
87 swap(opt1, opt2); in main()
[all …]
/external/libvpx/libvpx/vpx_dsp/x86/
Dvariance_sse2.c322 #define DECLS(opt1, opt2) \ argument
324 DECL(8, opt1); \
325 DECL(16, opt1)
371 #define FNS(opt1, opt2) \ argument
372 FN(64, 64, 16, 6, 6, opt1, (int64_t)); \
373 FN(64, 32, 16, 6, 5, opt1, (int64_t)); \
374 FN(32, 64, 16, 5, 6, opt1, (int64_t)); \
375 FN(32, 32, 16, 5, 5, opt1, (int64_t)); \
376 FN(32, 16, 16, 5, 4, opt1, (int64_t)); \
377 FN(16, 32, 16, 4, 5, opt1, (int64_t)); \
[all …]
Dhighbd_variance_sse2.c253 #define DECLS(opt1, opt2) \ argument
254 DECL(8, opt1); \
255 DECL(16, opt1)
394 #define FNS(opt1, opt2) \ argument
395 FN(64, 64, 16, 6, 6, opt1, (int64_t)); \
396 FN(64, 32, 16, 6, 5, opt1, (int64_t)); \
397 FN(32, 64, 16, 5, 6, opt1, (int64_t)); \
398 FN(32, 32, 16, 5, 5, opt1, (int64_t)); \
399 FN(32, 16, 16, 5, 4, opt1, (int64_t)); \
400 FN(16, 32, 16, 4, 5, opt1, (int64_t)); \
[all …]
/external/llvm/utils/
Dfindoptdiff62 opt1="${bc1}.opt"
70 opt1="$llvm1/Debug/bin/opt"
78 $opt1 $switches_to_use "$bc1" -o - | $dis1 | $filt1 > "$opt1ll"
/external/boringssl/src/crypto/sha/asm/
Dsha1-armv4-large.pl103 my ($a,$b,$c,$d,$e,$opt1,$opt2)=@_;
117 $opt1 @ F_xx_xx