Searched refs:sig1 (Results 1 – 8 of 8) sorted by relevance
/third_party/openssl/test/ |
D | curve448_internal_test.c | 120 static const uint8_t sig1[114] = { variable 606 || !TEST_int_eq(memcmp(sig1, outsig, sizeof(sig1)), 0) in test_ed448()
|
/third_party/vixl/test/aarch64/ |
D | test-assembler-fp-aarch64.cc | 908 double sig1 = RawbitsToDouble(0x7ff5555511111111); in TEST() local 914 VIXL_ASSERT(IsSignallingNaN(sig1)); in TEST() 991 FmaddFmsubHelper(sig1, in TEST() 1006 FmaddFmsubHelper(sig1, in TEST() 1020 FmaddFmsubHelper(sig1, in TEST() 1027 FmaddFmsubHelper(sig1, in TEST() 1036 FmaddFmsubHelper(sig1, in TEST() 1057 FmaddFmsubHelper(sig1, in TEST() 1071 FmaddFmsubHelper(sig1, in TEST() 1078 FmaddFmsubHelper(sig1, in TEST() [all …]
|
/third_party/ffmpeg/libavfilter/opencl/ |
D | tonemap.cl | 239 float sig1 = max(c1.x, max(c1.y, c1.z)); 242 float sig = max(sig0, max(sig1, max(sig2, sig3)));
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_lms.data | 33 # sig1 = private_key.sign(message1)[4:] 34 # print('lms_verify_test:"{}":"{}":"{}":0'.format(message1.hex(), sig1.hex(), public_key.serialize(…
|
/third_party/skia/third_party/externals/libpng/contrib/tools/ |
D | pngfix.c | 140 #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/elfutils/src/ |
D | unstrip.c | 755 const char *sig1, const char *sig2) in compare_unalloc_sections() argument 770 if (sig1 != NULL && sig2 != NULL) in compare_unalloc_sections() 771 return strcmp (sig1, sig2); in compare_unalloc_sections()
|
D | ChangeLog | 845 (compare_unalloc_sections): Take and use sig1 and sig2 as arguments.
|
/third_party/python/Lib/test/ |
D | test_inspect.py | 3439 sig1 = signature_func(func) 3440 self.assertEqual(sig1.return_annotation, int) 3441 self.assertEqual(sig1.parameters['foo'].annotation, Foo)
|