Home
last modified time | relevance | path

Searched defs:res_std (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/coreboot/tests/lib/
H A Dmemcmp-test.c29 const int res_std = memcmp(test_data1, test_data1, test_data1_sz); in test_memcmp_equal() local
38 const int res_std = memcmp(test_data1, test_data2, test_data1_sz); in test_memcmp_first_not_matching_lower() local
47 const int res_std = memcmp(test_data2, test_data1, test_data1_sz); in test_memcmp_first_not_matching_higher() local
56 const int res_std = memcmp(test_data1, test_data2, 0); in test_memcmp_zero_size() local
/aosp_15_r20/external/pytorch/test/cpp/lazy/
H A Dtest_lazy_ops.cpp1843 double res_std = lazy_normal.std().item().toDouble(); in TEST_F() local
1857 double res_std = lazy_normal.std().item().toDouble(); in TEST_F() local
1871 double res_std = lazy_normal.std().item().toDouble(); in TEST_F() local
1885 double res_std = lazy_a.std().item().toDouble(); in TEST_F() local