Home
last modified time | relevance | path

Searched refs:kThree (Results 1 – 10 of 10) sorted by relevance

/external/rust/crates/quiche/deps/boringssl/src/util/fipstools/cavp/
Dcavp_tdes_test.cc73 kThree, in TestKAT() enumerator
82 num_keys = kThree; in TestKAT()
109 if (num_keys == kThree) { in TestKAT()
191 kThree, in TestMCT() enumerator
201 num_keys = kThree; in TestMCT()
276 if (num_keys == kThree) { in TestMCT()
/external/boringssl/src/util/fipstools/cavp/
Dcavp_tdes_test.cc73 kThree, in TestKAT() enumerator
82 num_keys = kThree; in TestKAT()
109 if (num_keys == kThree) { in TestKAT()
191 kThree, in TestMCT() enumerator
201 num_keys = kThree; in TestMCT()
276 if (num_keys == kThree) { in TestMCT()
/external/tensorflow/tensorflow/core/framework/
Dfunction_testlib.cc141 const Tensor kThree = test::AsScalar<int64>(3); in TwoDeviceMult() local
154 {{"num_3"}, "Const", {}, {{"value", kThree}, {"dtype", DT_INT64}}}, in TwoDeviceMult()
181 const Tensor kThree = test::AsScalar<float>(3); in TwoDeviceInputOutput() local
194 {{"num_3"}, "Const", {}, {{"value", kThree}, {"dtype", DT_FLOAT}}}, in TwoDeviceInputOutput()
/external/clang/test/Sema/
Dstatements.c46 enum Numbers { kOne, kTwo, kThree, kFour}; enumerator
50 case kThree: in test12()
/external/llvm-project/clang/test/Sema/
Dstatements.c55 enum Numbers { kOne, kTwo, kThree, kFour}; enumerator
59 case kThree: in test12()
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext_test.cc225 const Tensor kThree = test::AsScalar<int64>(3); in TEST_F() local
238 {{"two"}, "Const", {}, {{"value", kThree}, {"dtype", DT_INT64}}}, in TEST_F()
/external/boringssl/src/crypto/fipsmodule/bn/
Drandom.c152 const BN_ULONG kThree = 3; in BN_rand() local
166 rnd->d[words - 1] |= kThree << (bit - 1); in BN_rand()
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/
Drandom.c152 const BN_ULONG kThree = 3; in BN_rand() local
166 rnd->d[words - 1] |= kThree << (bit - 1); in BN_rand()
/external/skia/resources/sksl/shared/
DEnum.sksl6 kThree = 3
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dfunction_optimizer_test.cc1699 const Tensor kThree = test::AsScalar<float>(3.0); in TEST_F() local
1718 {{"dtype", DT_FLOAT}, {"value", kThree}}, kDevice), in TEST_F()