Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/image/
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
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/nom-7.1.3/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
/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
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/nom-7.1.3/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
/external/libaom/test/
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
/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.rs144 let mut expected_h: HashMap<&str, HashMap<&str, &str>> = HashMap::new(); in parse_multiple_categories_test() localVariable
/external/libvpx/test/
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
/external/vixl/test/aarch64/
Dtest-assembler-aarch64.h326 #define ASSERT_EQUAL_128(expected_h, expected_l, result) \ argument
Dtest-utils-aarch64.cc250 bool Equal128(uint64_t expected_h, in Equal128()
Dtest-assembler-sve-aarch64.cc6472 uint64_t expected_h[] = in TEST_SVE() local
12147 uint16_t expected_h[] = {Float16ToRawbits(Float16(1048.0)), in TEST_SVE() local
12191 uint16_t expected_h[] = {Float16ToRawbits(Float16(-1000.0)), in TEST_SVE() local
12235 uint16_t expected_h[] = {Float16ToRawbits(Float16(24576.0)), in TEST_SVE() local
12857 uint64_t expected_h[] = {0xff6e, 0xfd2a, 0x0008, 0x1119, in TEST_SVE() local
12900 uint64_t expected_h[] = {0x7f6e, 0x7d2a, 0x0008, 0x1119, in TEST_SVE() local
12944 uint64_t expected_h[] = {0xfdb8, 0xf4aa, 0x0022, 0x4466, in TEST_SVE() local
/external/vixl/test/aarch32/
Dtest-utils-aarch32.cc165 bool Equal128(uint64_t expected_h, in Equal128()
Dtest-assembler-aarch32.cc186 #define ASSERT_EQUAL_128(expected_h, expected_l, result) \ argument
/external/cronet/tot/third_party/boringssl/src/crypto/trust_token/
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
/external/cronet/stable/third_party/boringssl/src/crypto/trust_token/
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
/external/boringssl/src/crypto/trust_token/
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
/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