Home
last modified time | relevance | path

Searched refs:comb (Results 1 – 25 of 63) sorted by relevance

123

/external/deqp/modules/gles2/functional/
Des2fFboCompletenessTests.cpp297 bool tryCombination (const FormatCombination& comb);
301 bool SupportedCombinationTest::tryCombination (const FormatCombination& comb) in tryCombination() argument
306 attachTargetToNew(GL_COLOR_ATTACHMENT0, comb.colorKind, comb.colorFmt, in tryCombination()
308 attachTargetToNew(GL_DEPTH_ATTACHMENT, comb.depthKind, comb.depthFmt, in tryCombination()
310 attachTargetToNew(GL_STENCIL_ATTACHMENT, comb.stencilKind, comb.stencilFmt, in tryCombination()
338 FormatCombination comb; in iterate() local
347 comb.colorFmt = *col; in iterate()
348 comb.colorKind = formatKind(*col); in iterate()
351 comb.depthFmt = *dep; in iterate()
352 comb.depthKind = formatKind(*dep); in iterate()
[all …]
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/ec/
Dsimple_mul.c183 EC_RAW_POINT comb[(1 << EC_MONT_PRECOMP_COMB_SIZE) - 1]; in ec_GFp_mont_init_precomp() local
188 comb[(1 << 0) - 1] = *p; in ec_GFp_mont_init_precomp()
192 ec_GFp_mont_dbl(group, &comb[bit - 1], &comb[bit / 2 - 1]); in ec_GFp_mont_init_precomp()
194 ec_GFp_mont_dbl(group, &comb[bit - 1], &comb[bit - 1]); in ec_GFp_mont_init_precomp()
199 ec_GFp_mont_add(group, &comb[bit + j - 1], &comb[bit - 1], &comb[j - 1]); in ec_GFp_mont_init_precomp()
206 OPENSSL_ARRAY_SIZE(comb) == OPENSSL_ARRAY_SIZE(out->comb), in ec_GFp_mont_init_precomp()
208 return ec_jacobian_to_affine_batch(group, out->comb, comb, in ec_GFp_mont_init_precomp()
209 OPENSSL_ARRAY_SIZE(comb)); in ec_GFp_mont_init_precomp()
228 for (unsigned j = 0; j < OPENSSL_ARRAY_SIZE(precomp->comb); j++) { in ec_GFp_mont_get_comb_window()
230 ec_felem_select(group, &out->X, match, &precomp->comb[j].X, &out->X); in ec_GFp_mont_get_comb_window()
[all …]
Dec.c1137 OPENSSL_STATIC_ASSERT(sizeof(out->comb) == sizeof(*out), in ec_precomp_select()
1139 for (size_t i = 0; i < OPENSSL_ARRAY_SIZE(out->comb); i++) { in ec_precomp_select()
1140 ec_affine_select(group, &out->comb[i], mask, &a->comb[i], &b->comb[i]); in ec_precomp_select()
/external/boringssl/src/crypto/fipsmodule/ec/
Dsimple_mul.c183 EC_RAW_POINT comb[(1 << EC_MONT_PRECOMP_COMB_SIZE) - 1]; in ec_GFp_mont_init_precomp() local
188 comb[(1 << 0) - 1] = *p; in ec_GFp_mont_init_precomp()
192 ec_GFp_mont_dbl(group, &comb[bit - 1], &comb[bit / 2 - 1]); in ec_GFp_mont_init_precomp()
194 ec_GFp_mont_dbl(group, &comb[bit - 1], &comb[bit - 1]); in ec_GFp_mont_init_precomp()
199 ec_GFp_mont_add(group, &comb[bit + j - 1], &comb[bit - 1], &comb[j - 1]); in ec_GFp_mont_init_precomp()
206 OPENSSL_ARRAY_SIZE(comb) == OPENSSL_ARRAY_SIZE(out->comb), in ec_GFp_mont_init_precomp()
208 return ec_jacobian_to_affine_batch(group, out->comb, comb, in ec_GFp_mont_init_precomp()
209 OPENSSL_ARRAY_SIZE(comb)); in ec_GFp_mont_init_precomp()
228 for (unsigned j = 0; j < OPENSSL_ARRAY_SIZE(precomp->comb); j++) { in ec_GFp_mont_get_comb_window()
230 ec_felem_select(group, &out->X, match, &precomp->comb[j].X, &out->X); in ec_GFp_mont_get_comb_window()
[all …]
Dec.c1149 OPENSSL_STATIC_ASSERT(sizeof(out->comb) == sizeof(*out), in ec_precomp_select()
1151 for (size_t i = 0; i < OPENSSL_ARRAY_SIZE(out->comb); i++) { in ec_precomp_select()
1152 ec_affine_select(group, &out->comb[i], mask, &a->comb[i], &b->comb[i]); in ec_precomp_select()
/external/ipsec-tools/src/libipsec/
Dkey_debug.c216 struct sadb_comb *comb; local
224 / sizeof(*comb);
225 comb = (void *)(prop + 1);
231 comb->sadb_comb_auth, comb->sadb_comb_encrypt,
232 comb->sadb_comb_flags, comb->sadb_comb_reserved);
236 comb->sadb_comb_auth_minbits,
237 comb->sadb_comb_auth_maxbits,
238 comb->sadb_comb_encrypt_minbits,
239 comb->sadb_comb_encrypt_maxbits);
243 comb->sadb_comb_soft_allocations,
[all …]
/external/bc/tests/fuzzing/bc_inputs1/
Dlib11.txt2 comb(10, 2)
4 comb(6, 2)
/external/bc/tests/bc/errors/
D24.txt2 comb(10, 2)
4 comb(6, ++i[])
/external/tensorflow/tensorflow/python/kernel_tests/proto/
Ddecode_proto_op_test_base.py358 for comb in itertools.combinations(
364 field_names=comb,
365 output_types=[field_types[f] for f in comb],
367 self.assertLen(parsed_values, len(comb))
368 for field_name, parsed in zip(comb, parsed_values):
370 'perm: {}, comb: {}'.format(indices, comb))
/external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
DPrecomposer.java1029 public static char precompose(char base, char comb) { in precompose() argument
1034 long sought = base << UNICODE_SHIFT | comb; in precompose()
/external/python/cpython3/Lib/test/
Dtest_math.py1857 comb = math.comb
1862 self.assertEqual(comb(n, k), factorial(n)
1868 self.assertEqual(comb(n, k), comb(n - 1, k - 1) + comb(n - 1, k))
1872 self.assertEqual(comb(n, 0), 1)
1873 self.assertEqual(comb(n, n), 1)
1876 self.assertEqual(comb(n, 1), n)
1877 self.assertEqual(comb(n, n - 1), n)
1882 self.assertEqual(comb(n, k), comb(n, n - k))
1886 self.assertRaises(TypeError, comb, 10, 1.0)
1887 self.assertRaises(TypeError, comb, 10, decimal.Decimal(1.0))
[all …]
/external/bc/tests/bc/
Dlib2.txt234 comb(10, 2)
236 comb(6, 2)
238 comb(12, 10)
240 comb(24, 15)
/external/mesa3d/src/mesa/main/
Dff_fragment_shader.cpp277 const struct gl_tex_env_combine_packed *comb = in make_state_key() local
295 key->unit[i].ModeRGB = comb->ModeRGB; in make_state_key()
296 key->unit[i].ModeA = comb->ModeA; in make_state_key()
297 key->unit[i].ScaleShiftRGB = comb->ScaleShiftRGB; in make_state_key()
298 key->unit[i].ScaleShiftA = comb->ScaleShiftA; in make_state_key()
299 key->unit[i].NumArgsRGB = comb->NumArgsRGB; in make_state_key()
300 key->unit[i].NumArgsA = comb->NumArgsA; in make_state_key()
302 memcpy(key->unit[i].ArgsRGB, comb->ArgsRGB, sizeof comb->ArgsRGB); in make_state_key()
303 memcpy(key->unit[i].ArgsA, comb->ArgsA, sizeof comb->ArgsA); in make_state_key()
/external/deqp/framework/common/
DtcuTexCompareVerifier.cpp223 for (deUint32 comb = 0; comb < (1<<2); comb++) in isLinearCompareValid() local
226 if (((comb & isTrue) | (~comb & isFalse)) != (1<<2)-1) in isLinearCompareValid()
229 const bool cmp0True = ((comb>>0)&1) != 0; in isLinearCompareValid()
230 const bool cmp1True = ((comb>>1)&1) != 0; in isLinearCompareValid()
333 for (deUint32 comb = 0; comb < (1<<4); comb++) in isBilinearPCFCompareValid() local
338 if (((comb & isTrue) | (~comb & isFalse)) != (1<<4)-1) in isBilinearPCFCompareValid()
341 const BVec4 cmpTrue = extractBVec4(comb, 0); in isBilinearPCFCompareValid()
473 for (deUint32 comb = 0; comb < (1<<8); comb++) in isTrilinearPCFCompareValid() local
476 if (((comb & isTrue) | (~comb & isFalse)) != (1<<8)-1) in isTrilinearPCFCompareValid()
479 const BVec4 cmpTrue0 = extractBVec4(comb, 0); in isTrilinearPCFCompareValid()
[all …]
/external/igt-gpu-tools/tests/
Dkms_setmode.c716 int depth, int base, struct combination *comb, in iterate_combinations() argument
723 set->items[set->count++] = *comb; in iterate_combinations()
728 comb->elems[depth] = v; in iterate_combinations()
731 comb, set); in iterate_combinations()
739 struct combination comb; in get_combinations() local
743 iterate_combinations(n, k, allow_repetitions, 0, 0, &comb, set); in get_combinations()
/external/bc/tests/fuzzing/bc_inputs3/
D24.txt2 comb(10,2)
/external/tensorflow/tensorflow/core/platform/default/
Dlogging.h342 CheckOpMessageBuilder comb(exprtext); in MakeCheckOpString()
343 MakeCheckOpValueString(comb.ForVar1(), v1); in MakeCheckOpString()
344 MakeCheckOpValueString(comb.ForVar2(), v2); in MakeCheckOpString()
345 return comb.NewString(); in MakeCheckOpString()
/external/pdfium/testing/resources/javascript/xfa_specific/
Dbug_997021.in15 <comb numberOfCells="64515" />
/external/python/cpython2/Modules/
Dunicodedata.c633 int f,l,index,index1,comb; in nfc_nfkc() local
693 comb = 0; in nfc_nfkc()
696 if (comb) { in nfc_nfkc()
699 if (comb >= comb1) { in nfc_nfkc()
713 comb = comb1; in nfc_nfkc()
/external/python/cpython3/Modules/
Dunicodedata.c649 int f,l,index,index1,comb; in nfc_nfkc() local
720 comb = 0; in nfc_nfkc()
726 if (comb) { in nfc_nfkc()
729 if (comb >= comb1) { in nfc_nfkc()
743 comb = comb1; in nfc_nfkc()
/external/pdfium/testing/resources/javascript/
Dfield_properties_expected.txt21 Alert: PASS: comb = false
22 Alert: PASS: comb = false
/external/clang/utils/ABITest/
DTypeGen.py266 comb = num_combinations(len(self.values), numEnumerators)
267 if valuesCovered + comb > n:
270 valuesCovered += comb
/external/llvm-project/clang/utils/ABITest/
DTypeGen.py268 comb = num_combinations(len(self.values), numEnumerators)
269 if valuesCovered + comb > n:
272 valuesCovered += comb
/external/mesa3d/src/compiler/nir/
Dnir_search.c714 for (unsigned comb = 0; comb < comm_expr_combinations; comb++) { in nir_replace_instr() local
718 state.comm_op_direction = comb; in nir_replace_instr()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleTests.cpp4670 for (const auto& comb : combs) in createMultisampleTests() local
4673 std::set<vk::VkSampleCountFlagBits> uniqueVals(begin(comb), end(comb)); in createMultisampleTests()
4681 for (const auto& count : comb) in createMultisampleTests()
4693 comb, // SampleCounts subpassCounts; in createMultisampleTests()
4703 for (auto& comb : combs) in createMultisampleTests() local
4706 const auto fbCount = comb.back(); in createMultisampleTests()
4707 comb.pop_back(); in createMultisampleTests()
4710 std::set<vk::VkSampleCountFlagBits> uniqueVals(begin(comb), end(comb)); in createMultisampleTests()
4722 for (const auto& count : comb) in createMultisampleTests()
4742 comb, // SampleCounts subpassCounts; in createMultisampleTests()
[all …]

123