Home
last modified time | relevance | path

Searched refs:sig1 (Results 1 - 5 of 5) sorted by relevance

/third_party/vixl/test/aarch64/
H A Dtest-assembler-fp-aarch64.cc907 double sig1 = RawbitsToDouble(0x7ff5555511111111); in TEST() local
913 VIXL_ASSERT(IsSignallingNaN(sig1)); in TEST()
990 FmaddFmsubHelper(sig1, in TEST()
1005 FmaddFmsubHelper(sig1, in TEST()
1019 FmaddFmsubHelper(sig1, in TEST()
1026 FmaddFmsubHelper(sig1, in TEST()
1035 FmaddFmsubHelper(sig1, in TEST()
1056 FmaddFmsubHelper(sig1, in TEST()
1070 FmaddFmsubHelper(sig1, in TEST()
1077 FmaddFmsubHelper(sig1, in TEST()
1119 float sig1 = RawbitsToFloat(0x7f951111); TEST() local
[all...]
/third_party/elfutils/src/
H A Dunstrip.c757 const char *sig1, const char *sig2) in compare_unalloc_sections()
772 if (sig1 != NULL && sig2 != NULL) in compare_unalloc_sections()
773 return strcmp (sig1, sig2); in compare_unalloc_sections()
753 compare_unalloc_sections(const GElf_Shdr *shdr1, const GElf_Shdr *shdr2, const char *name1, const char *name2, const char *sig1, const char *sig2) compare_unalloc_sections() argument
/third_party/openssl/test/
H A Dcurve448_internal_test.c120 static const uint8_t sig1[114] = { variable
606 || !TEST_int_eq(memcmp(sig1, outsig, sizeof(sig1)), 0) in test_ed448()
/third_party/skia/third_party/externals/libpng/contrib/tools/
H A Dpngfix.c140 #define sig1 PNG_U32(137, 80, 78, 71) macro
3221 if (file->length != sig1 || file->type != sig2) in read_callback()
3322 assert(length == sig1 && type == sig2); in read_callback()
/third_party/python/Lib/test/
H A Dtest_inspect.py3548 sig1 = signature_func(func)
3549 self.assertEqual(sig1.return_annotation, int)
3550 self.assertEqual(sig1.parameters['foo'].annotation, Foo)

Completed in 18 milliseconds