| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMScheduleV6.td | 198 // Single-precision FP Unary 204 // Single-precision FP Compare 210 // Single to Double FP Convert 213 // Double to Single FP Convert 228 // Single-precision FP ALU 234 // Single-precision FP Multiply 240 // Single-precision FP MAC 252 // Single-precision FP DIV 258 // Single-precision FP SQRT 276 // Single-precision FP Load [all …]
|
| H A D | ARMScheduleA8.td | 257 // Single-precision FP Unary 266 // Single-precision FP Compare 275 // Single to Double FP Convert 280 // Double to Single FP Convert 303 // Single-precision FP ALU 312 // Single-precision FP Multiply 321 // Single-precision FP MAC 339 // Single-precision FP DIV 349 // Single-precision FP SQRT 381 // Single-precision FP Load [all …]
|
| H A D | ARMScheduleA9.td | 465 // Single-precision FP Unary 484 // Single-precision FP Compare 502 // Single to Double FP Convert 519 // Single to Half FP Convert 527 // Half to Single FP Convert 568 // Single-precision FP ALU 600 // Single-precision FP MAC 632 // Single-precision FP DIV 648 // Single-precision FP SQRT 699 // Single-precision FP Load [all …]
|
| H A D | ARMScheduleSwift.td | 324 // 4.2.19 Integer Load Single Element 490 // 4.2.23 Integer Store, Single Element 674 // 4.2.39 Advanced SIMD and VFP, Load Single Element 677 // 4.2.40 Advanced SIMD and VFP, Store Single Element 879 // Single element structure loads. 881 // Single/two register. 931 // Single all/lane loads. 977 // Single element structure store. 1013 // Single/all lane store.
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | DeclBase.h | 1194 NamedDecl *Single = nullptr; variable 1202 DeclContextLookupResult(NamedDecl *Single) in DeclContextLookupResult() argument 1203 : Result(SingleElementDummyList), Single(Single) {} in DeclContextLookupResult() 1216 explicit iterator(pointer Pos, value_type Single = nullptr) 1217 : IteratorBase(Pos), SingleElement(Single) {} in IteratorBase() 1232 pointer data() const { return Single ? &Single : Result.data(); } in data() 1233 size_t size() const { return Single ? 1 : Result.size(); } in size() 1234 reference front() const { return Single ? Single : Result.front(); } in front() 1235 reference back() const { return Single ? Single : Result.back(); } in back() 1236 reference operator[](size_t N) const { return Single ? Single : Result[N]; } [all …]
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDBTypes.h | 340 Single, enumerator 364 explicit Variant(float V) : Type(PDB_VariantType::Single) { in Variant() 365 Value.Single = V; in Variant() 399 float Single; member 421 VARIANT_EQUAL_CASE(Single)
|
| /freebsd-12.1/contrib/llvm/include/llvm/Target/ |
| H A D | TargetOptions.h | 42 Single, // Use a single table for all indirect jumptable calls. enumerator 54 Single // Single Threaded Environment enumerator
|
| /freebsd-12.1/contrib/googletest/googletest/test/ |
| H A D | gtest_xml_output_unittest_.cc | 146 INSTANTIATE_TEST_CASE_P(Single, ValueParamTest, Values(33, 42)); 165 INSTANTIATE_TYPED_TEST_CASE_P(Single,
|
| /freebsd-12.1/contrib/sendmail/libmilter/docs/ |
| H A D | figure1.fig | 7 Single
|
| H A D | figure2.fig | 7 Single
|
| /freebsd-12.1/share/doc/papers/jail/ |
| H A D | jail01.fig | 8 Single
|
| /freebsd-12.1/contrib/ngatm/libngatm/ |
| H A D | net_in.fig | 7 Single
|
| H A D | net_out.fig | 7 Single
|
| /freebsd-12.1/sys/teken/ |
| H A D | sequences | 58 DECDWL Single Height Double Width Line ^[ # 6 69 DECSWL Single Height Single Width Line ^[ # 5
|
| /freebsd-12.1/contrib/gcc/config/mips/ |
| H A D | mips-ps-3d.md | 1 ;; MIPS Paired-Single Floating and MIPS-3D Instructions. 193 ; cvt.ps.s - Floating Point Convert Pair to Paired Single 209 ; cvt.s.pl - Floating Point Convert Pair Lower to Single Floating Point 217 ; cvt.s.pu - Floating Point Convert Pair Upper to Single Floating Point 248 ; cvt.pw.ps - Floating Point Convert Paired Single to Paired Word 258 ; cvt.ps.pw - Floating Point Convert Paired Word to Paired Single
|
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | YAMLTraits.h | 131 enum class QuotingType { None, Single, Double }; enumerator 655 return QuotingType::Single; 657 return QuotingType::Single; 659 return QuotingType::Single; 661 return QuotingType::Single; 663 return QuotingType::Single;
|
| /freebsd-12.1/share/examples/BSD_daemon/ |
| H A D | beastie.fig | 18 Single
|
| /freebsd-12.1/sys/gnu/dts/arm64/marvell/ |
| H A D | armada-8040-mcbin-singleshot.dts | 11 model = "Marvell 8040 MACCHIATOBin Single-shot";
|
| /freebsd-12.1/contrib/llvm/include/llvm/ObjectYAML/ |
| H A D | CodeViewYAMLTypes.h | 63 LLVM_YAML_DECLARE_SCALAR_TRAITS(codeview::GUID, QuotingType::Single)
|
| /freebsd-12.1/contrib/llvm/lib/Support/Unix/ |
| H A D | README.txt | 10 SUS - code that is specific to the Single Unix Specification
|
| /freebsd-12.1/sys/gnu/dts/arm/ |
| H A D | imx7d-sbc-imx7.dts | 2 * Support for CompuLab SBC-iMX7 Single Board Computer
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/ |
| H A D | PDBExtras.cpp | 29 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, Single, OS) in operator <<() 331 case PDB_VariantType::Single: in operator <<() 332 OS << Value.Value.Single; in operator <<()
|
| /freebsd-12.1/contrib/ntp/scripts/ntptrace/ |
| H A D | ntptrace-opts | 48 -r, --host=str Single remote host
|
| /freebsd-12.1/contrib/llvm/lib/Target/RISCV/ |
| H A D | RISCV.td | 30 "'F' (Single-Precision Floating-Point)">;
|
| /freebsd-12.1/share/examples/bootforth/ |
| H A D | frames.4th | 15 \ Single frames
|