Home
last modified time | relevance | path

Searched refs:cases (Results 451 - 475 of 516) sorted by relevance

1...<<1112131415161718192021

/third_party/ffmpeg/libavcodec/x86/
H A Dvp3dsp.asm49 ; this is off by one or two for some cases when filter_limit is greater than 63
/third_party/libunwind/libunwind/doc/
H A Dlibunwind.tex111 frame and, in those cases, \Prog{libunwind} will grant access to them
/third_party/json/tests/src/
H A Dunit-regression1.cpp125 SECTION("issue #70 - Handle infinity and NaN cases")
940 // more test cases for MessagePack
953 // more test cases for CBOR
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_common.hpp180 // In almost all cases, higher data structure will not be used.
678 // where in certain cases that would quickly force a temporary when not needed.
838 SmallVector<Case> cases; member
H A Dspirv_parser.cpp979 current_block->cases.push_back({ ops[i], ops[i + 1] }); in parse()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp761 for (auto It : SI->cases()) { in InjectTraceForSwitch()
/third_party/python/Python/
H A Dast_opt.c67 of !=. Detecting such cases doesn't seem worthwhile. in fold_unaryop()
976 CALL_SEQ(astfold_match_case, match_case, node_->v.Match.cases); in astfold_stmt()
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/
H A Dfpsp.S1977 # "non-skewed" operand for cases of sgl and dbl src INFs,NANs, and DENORMs.
2416 # FPU before exiting. In either the enabled or disabled cases, we #
3092 # input operand in the fsave frame may be incorrect for some cases #
3282 # input operand in the fsave frame may be incorrect for some cases #
3762 # be incorrect for some cases and need to be adjusted. So, this package #
3960 # There are two main cases of instructions that may enter here to #
3972 # exceptional or non-exceptional cases, we must check to see if the #
6819 # Step 1. Filter out extreme cases of input argument. #
6836 # number of cases where |X| is less than, but close to, #
10227 # - This routine is for cases wher
[all...]
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/
H A Dfpsp.S1977 # "non-skewed" operand for cases of sgl and dbl src INFs,NANs, and DENORMs.
2416 # FPU before exiting. In either the enabled or disabled cases, we #
3092 # input operand in the fsave frame may be incorrect for some cases #
3282 # input operand in the fsave frame may be incorrect for some cases #
3762 # be incorrect for some cases and need to be adjusted. So, this package #
3960 # There are two main cases of instructions that may enter here to #
3972 # exceptional or non-exceptional cases, we must check to see if the #
6819 # Step 1. Filter out extreme cases of input argument. #
6836 # number of cases where |X| is less than, but close to, #
10227 # - This routine is for cases wher
[all...]
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dcode-generator-mips64.cc751 // to be saved on the stack. In those cases, we can not calculate the SP in AssembleArchInstruction()
4115 std::vector<std::pair<int32_t, Label*>> cases; in AssembleArchBinarySearchSwitch() local
4117 cases.push_back({i.InputInt32(index + 0), GetLabel(i.InputRpo(index + 1))}); in AssembleArchBinarySearchSwitch()
4119 AssembleArchBinarySearchSwitchRange(input, i.InputRpo(1), cases.data(), in AssembleArchBinarySearchSwitch()
4120 cases.data() + cases.size()); in AssembleArchBinarySearchSwitch()
/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dcode-generator-mips.cc790 // to be saved on the stack. In those cases, we can not calculate the SP in AssembleArchInstruction()
3911 std::vector<std::pair<int32_t, Label*>> cases; in AssembleArchBinarySearchSwitch() local
3913 cases.push_back({i.InputInt32(index + 0), GetLabel(i.InputRpo(index + 1))}); in AssembleArchBinarySearchSwitch()
3915 AssembleArchBinarySearchSwitchRange(input, i.InputRpo(1), cases.data(), in AssembleArchBinarySearchSwitch()
3916 cases.data() + cases.size()); in AssembleArchBinarySearchSwitch()
/third_party/node/deps/v8/src/compiler/backend/riscv64/
H A Dcode-generator-riscv64.cc789 // to be saved on the stack. In those cases, we can not calculate the SP in AssembleArchInstruction()
3830 std::vector<std::pair<int32_t, Label*>> cases; in AssembleArchBinarySearchSwitch() local
3832 cases.push_back({i.InputInt32(index + 0), GetLabel(i.InputRpo(index + 1))}); in AssembleArchBinarySearchSwitch()
3834 AssembleArchBinarySearchSwitchRange(input, i.InputRpo(1), cases.data(), in AssembleArchBinarySearchSwitch()
3835 cases.data() + cases.size()); in AssembleArchBinarySearchSwitch()
/third_party/python/Lib/test/
H A Dtest_logging.py616 cases = (
622 cases += ((logging.handlers.WatchedFileHandler, (pfn, 'w')),)
623 for cls, args in cases:
H A Ddatetimetester.py101 # four cases: (2 signs of a) x (2 signs of b)
107 # ties to even - eight cases:
2379 # The test_compare() inherited from TestDate covers the error cases.
4355 # and TestDateTime covered non-tzinfo cases.
4810 # More overflow cases
4877 # The inherited test_astimezone covered some trivial and error cases.
5075 # the cases.
5496 # the cases.
6252 cases = [
6258 for name, tz_act, tz_exp in cases
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp5549 const CaseFactories& cases, in addBuiltinPrecisionTests()
5568 for (size_t ndx = 0; ndx < cases.getFactories().size(); ++ndx) in addBuiltinPrecisionTests()
5569 dstGroup.addChild(createFuncGroup(ctx, *cases.getFactories()[ndx])); in addBuiltinPrecisionTests()
5547 addBuiltinPrecisionTests(TestContext& testCtx, RenderContext& renderCtx, const CaseFactories& cases, const vector<ShaderType>& shaderTypes, TestCaseGroup& dstGroup) addBuiltinPrecisionTests() argument
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DMeasureUnitTest.java2635 Object[][] cases = new Object[][] { in test20332_PersonUnits()
2649 for (Object[] cas : cases) { in test20332_PersonUnits()
/third_party/openGLES/xml/
H A Dreadme.tex863 the \tag{ptype} tags of commands, but in a few cases, additional
928 parameters which {\bf could} be given a group, and in many cases, the
/third_party/rust/crates/syn/src/gen/
H A Deq.rs1429 && self.cases == other.cases in eq()
/third_party/rust/crates/syn/tests/debug/
H A Dgen.rs3132 if !_val.cases.is_empty() { in fmt()
3133 formatter.field("cases", Lite(&_val.cases)); in fmt()
3327 if !self.value.cases.is_empty() { in fmt()
3328 formatter.field("cases", Lite(&self.value.cases)); in fmt()
/kernel/linux/linux-5.10/arch/s390/kernel/
H A Dentry.S351 # are some corner cases (e.g. runtime instrumentation) where ILC is unpredictable.
/kernel/linux/linux-5.10/arch/arm/crypto/
H A Dpoly1305-armv4.pl603 @ can be 27. However! In cases when their width exceeds 26 bits
/kernel/linux/linux-6.6/arch/arm/crypto/
H A Dpoly1305-armv4.pl603 @ can be 27. However! In cases when their width exceeds 26 bits
/third_party/mesa3d/src/compiler/glsl/
H A Dglsl_parser_extras.cpp1677 foreach_list_typed(ast_node, ast, link, & this->cases) {
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/poly1305/
H A Dpoly1305-armv4.S473 @ can be 27. However! In cases when their width exceeds 26 bits
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/poly1305/
H A Dpoly1305-armv4.S473 @ can be 27. However! In cases when their width exceeds 26 bits

Completed in 104 milliseconds

1...<<1112131415161718192021