Home
last modified time | relevance | path

Searched defs:expected_h (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/image/
H A Dcolorspace_op_test.cc76 T expected_h = 1. / 6. * .2 / .6; in CheckRedMax() local
90 T expected_h = 1. / 6. * (2.0 + (.2 / .6)); in CheckGreenMax() local
104 T expected_h = 1. / 6. * (4.0 + (.2 / .6)); in CheckBlueMax() local
117 T expected_h = 1. / 6. * (4.0 + (-.1 / .2)); in CheckNegativeDifference() local
169 T expected_h = 1. / 6. * .2 / .6; in CheckRedMax() local
184 T expected_h = 1. / 6. * (2.0 + (.2 / .6)); in CheckGreenMax() local
199 T expected_h = 1. / 6. * (4.0 + (.2 / .6)); in CheckBlueMax() local
213 T expected_h = 1. / 6. * (4.0 + (-.1 / .2)); in CheckNegativeDifference() local
/aosp_15_r20/external/libaom/test/
H A Dresize_test.cc261 unsigned int expected_h; in TEST_P() local
539 unsigned int expected_h = 720 >> 1; in TEST_P() local
579 unsigned int expected_h = 180 >> 1; in TEST_P() local
618 unsigned int expected_h = 720 >> 2; in TEST_P() local
657 unsigned int expected_h = 720; in TEST_P() local
696 unsigned int expected_h; in TEST_P() local
738 unsigned int expected_h; in TEST_P() local
/aosp_15_r20/external/rust/android-crates-io/crates/nom/tests/
Dini.rs169 let mut expected_h: HashMap<&str, &str> = HashMap::new(); in parse_category_then_multiple_keys_and_values_test() localVariable
203 let mut expected_h: HashMap<&str, HashMap<&str, &str>> = HashMap::new(); in parse_multiple_categories_test() localVariable
Dini_str.rs181 let mut expected_h: HashMap<&str, &str> = HashMap::new(); in parse_category_then_multiple_keys_and_values_test() localVariable
213 let mut expected_h: HashMap<&str, HashMap<&str, &str>> = HashMap::new(); in parse_multiple_categories_test() localVariable
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/nom-7.1.3/tests/
H A Dini.rs169 let mut expected_h: HashMap<&str, &str> = HashMap::new(); in parse_category_then_multiple_keys_and_values_test() localVariable
203 let mut expected_h: HashMap<&str, HashMap<&str, &str>> = HashMap::new(); in parse_multiple_categories_test() localVariable
H A Dini_str.rs181 let mut expected_h: HashMap<&str, &str> = HashMap::new(); in parse_category_then_multiple_keys_and_values_test() localVariable
213 let mut expected_h: HashMap<&str, HashMap<&str, &str>> = HashMap::new(); in parse_multiple_categories_test() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/winnow/examples/ini/
Dparser_str.rs172 let mut expected_h: HashMap<&str, &str> = HashMap::new(); in parse_category_then_multiple_keys_and_values_test() localVariable
204 let mut expected_h: HashMap<&str, HashMap<&str, &str>> = HashMap::new(); in parse_multiple_categories_test() localVariable
Dparser.rs142 let mut expected_h: HashMap<&str, HashMap<&str, &str>> = HashMap::new(); in parse_multiple_categories_test() localVariable
/aosp_15_r20/external/libvpx/test/
H A Dresize_test.cc309 unsigned int expected_h; in TEST_P() local
546 unsigned int expected_h; in TEST_P() local
574 unsigned int expected_h; in TEST_P() local
/aosp_15_r20/external/boringssl/src/crypto/trust_token/
H A Dtrust_token_test.cc257 bssl::UniquePtr<EC_POINT> expected_h(EC_POINT_new(group)); in TEST() local
277 bssl::UniquePtr<EC_POINT> expected_h(EC_POINT_new(group)); in TEST() local
299 bssl::UniquePtr<EC_POINT> expected_h(EC_POINT_new(group)); in TEST() local
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/trust_token/
H A Dtrust_token_test.cc257 bssl::UniquePtr<EC_POINT> expected_h(EC_POINT_new(group)); in TEST() local
277 bssl::UniquePtr<EC_POINT> expected_h(EC_POINT_new(group)); in TEST() local
299 bssl::UniquePtr<EC_POINT> expected_h(EC_POINT_new(group)); in TEST() local
/aosp_15_r20/external/vixl/test/aarch64/
H A Dtest-assembler-aarch64.h317 #define ASSERT_EQUAL_128(expected_h, expected_l, result) \ argument
H A Dtest-utils-aarch64.cc211 bool Equal128(uint64_t expected_h, in Equal128()
H A Dtest-assembler-sve-aarch64.cc6473 uint64_t expected_h[] = in TEST_SVE() local
12148 uint16_t expected_h[] = {Float16ToRawbits(Float16(1048.0)), in TEST_SVE() local
12192 uint16_t expected_h[] = {Float16ToRawbits(Float16(-1000.0)), in TEST_SVE() local
12236 uint16_t expected_h[] = {Float16ToRawbits(Float16(24576.0)), in TEST_SVE() local
12858 uint64_t expected_h[] = {0xff6e, 0xfd2a, 0x0008, 0x1119, in TEST_SVE() local
12901 uint64_t expected_h[] = {0x7f6e, 0x7d2a, 0x0008, 0x1119, in TEST_SVE() local
12945 uint64_t expected_h[] = {0xfdb8, 0xf4aa, 0x0022, 0x4466, in TEST_SVE() local
/aosp_15_r20/external/vixl/test/aarch32/
H A Dtest-utils-aarch32.cc165 bool Equal128(uint64_t expected_h, in Equal128()
H A Dtest-assembler-aarch32.cc184 #define ASSERT_EQUAL_128(expected_h, expected_l, result) argument
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/trust_token/
Dtrust_token_test.cc91 bssl::UniquePtr<EC_POINT> expected_h(EC_POINT_new(group)); in TEST() local
113 bssl::UniquePtr<EC_POINT> expected_h(EC_POINT_new(group)); in TEST() local
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/trust_token/
Dtrust_token_test.cc91 bssl::UniquePtr<EC_POINT> expected_h(EC_POINT_new(group)); in TEST() local
113 bssl::UniquePtr<EC_POINT> expected_h(EC_POINT_new(group)); in TEST() local