Home
last modified time | relevance | path

Searched refs:S10 (Results 1 – 25 of 56) sorted by relevance

123

/third_party/FreeBSD/lib/msun/ld128/
Dk_sinl.c44 S10 = 0.19572940011906109418080609928334380560135358385256e-19, variable
56 z*(S9+z*(S10+z*(S11+z*S12))))))))); in __kernel_sinl()
/third_party/musl/porting/liteos_a/kernel/src/math/
D__sinl.c60 S10 = 0.19572940011906109418080609928334380560135358385256e-19, variable
64 z*(S9+z*(S10+z*(S11+z*S12))))))))))
/third_party/musl/src/math/
D__sinl.c60 S10 = 0.19572940011906109418080609928334380560135358385256e-19, variable
64 z*(S9+z*(S10+z*(S11+z*S12))))))))))
/third_party/mbedtls/tests/data_files/
DReadme-x509.txt99 -badsign.crt: S10 with corrupted signature
100 -bs_int3.pem: S10-badsign + I3
101 _int3-bs.pem: S10 + I3-badsign
102 _int3_int-ca2.crt: S10 + I3 + I2
103 _int3_int-ca2_ca.crt: S10 + I3 + I2 + 1
104 _int3_spurious_int-ca2.crt: S10 + I3 + I1(spurious) + I2
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMCallingConv.td80 S9, S10, S11, S12, S13, S14, S15]>>,
100 S9, S10, S11, S12, S13, S14, S15]>>,
226 S9, S10, S11, S12, S13, S14, S15]>>,
245 S9, S10, S11, S12, S13, S14, S15]>>,
DARMCallingConv.cpp160 ARM::S8, ARM::S9, ARM::S10, ARM::S11,
DARMRegisterInfo.td105 def S10 : ARMFReg<10, "s10">; def S11 : ARMFReg<11, "s11">;
124 def D5 : ARMReg< 5, "d5", [S10, S11]>, DwarfRegNum<[261]>;
/third_party/typescript/tests/cases/conformance/types/literal/
DtemplateLiteralTypesPatterns.ts182 type S10 = `${string}`; // string alias
/third_party/typescript/tests/baselines/reference/
DtemplateLiteralTypesPatterns.js182 type S10 = `${string}`; // string
DtemplateLiteralTypesPatterns.symbols430 type S10 = `${string}`; // string
431 >S10 : Symbol(S10, Decl(templateLiteralTypesPatterns.ts, 178, 58))
DtemplateLiteralTypesPatterns.types585 type S10 = `${string}`; // string
586 >S10 : string
DtemplateLiteralTypesPatterns.errors.txt355 type S10 = `${string}`; // string
/third_party/skia/third_party/externals/oboe/docs/notes/
Ddisconnect.md61 …https://github.com/google/oboe/issues/893) onErrorBeforeClose and onErrorAfterClose not called, S10
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/
DARMGenCallingConv.inc298 …M::S2, ARM::S3, ARM::S4, ARM::S5, ARM::S6, ARM::S7, ARM::S8, ARM::S9, ARM::S10, ARM::S11, ARM::S12…
555 …M::S2, ARM::S3, ARM::S4, ARM::S5, ARM::S6, ARM::S7, ARM::S8, ARM::S9, ARM::S10, ARM::S11, ARM::S12…
764 …M::S2, ARM::S3, ARM::S4, ARM::S5, ARM::S6, ARM::S7, ARM::S8, ARM::S9, ARM::S10, ARM::S11, ARM::S12…
917 …M::S2, ARM::S3, ARM::S4, ARM::S5, ARM::S6, ARM::S7, ARM::S8, ARM::S9, ARM::S10, ARM::S11, ARM::S12…
DARMGenRegisterInfo.inc115 S10 = 95,
1506 { ARM::S10 },
1567 …M::S2, ARM::S3, ARM::S4, ARM::S5, ARM::S6, ARM::S7, ARM::S8, ARM::S9, ARM::S10, ARM::S11, ARM::S12…
1577 …M::S2, ARM::S3, ARM::S4, ARM::S5, ARM::S6, ARM::S7, ARM::S8, ARM::S9, ARM::S10, ARM::S11, ARM::S12…
1587 …M::S2, ARM::S3, ARM::S4, ARM::S5, ARM::S6, ARM::S7, ARM::S8, ARM::S9, ARM::S10, ARM::S11, ARM::S12…
1637 …M::S2, ARM::S3, ARM::S4, ARM::S5, ARM::S6, ARM::S7, ARM::S8, ARM::S9, ARM::S10, ARM::S11, ARM::S12…
5903 …static const MCPhysReg AltOrder1[] = { ARM::S0, ARM::S2, ARM::S4, ARM::S6, ARM::S8, ARM::S10, ARM:…
5904 …, ARM::S12, ARM::S16, ARM::S20, ARM::S24, ARM::S28, ARM::S2, ARM::S6, ARM::S10, ARM::S14, ARM::S18…
5921 …static const MCPhysReg AltOrder1[] = { ARM::S0, ARM::S2, ARM::S4, ARM::S6, ARM::S8, ARM::S10, ARM:…
5922 …, ARM::S12, ARM::S16, ARM::S20, ARM::S24, ARM::S28, ARM::S2, ARM::S6, ARM::S10, ARM::S14, ARM::S18…
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64PBQPRegAlloc.cpp101 case AArch64::S10: in isOdd()
DAArch64SchedPredicates.td110 CheckRegOperand<0, S10>,
DAArch64RegisterInfo.td328 def S10 : AArch64Reg<10, "s10", [H10]>, DwarfRegAlias<B10>;
363 def D10 : AArch64Reg<10, "d10", [S10], ["v10", ""]>, DwarfRegAlias<B10>;
DAArch64CallingConvention.td351 CCIfType<[f32], CCAssignToReg<[S8, S9, S10, S11]>>,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/
DPPCGenRegisterInfo.inc149 S10 = 129,
1506 …PPC::S2, PPC::S3, PPC::S4, PPC::S5, PPC::S6, PPC::S7, PPC::S8, PPC::S9, PPC::S10, PPC::S11, PPC::S…
1526 …PPC::S2, PPC::S3, PPC::S4, PPC::S5, PPC::S6, PPC::S7, PPC::S8, PPC::S9, PPC::S10, PPC::S11, PPC::S…
1865 { 1210U, PPC::S10 },
2008 { 1210U, PPC::S10 },
2153 { 1210U, PPC::S10 },
2296 { 1210U, PPC::S10 },
2445 { PPC::S10, 1210U },
2720 { PPC::S10, 1210U },
2998 { PPC::S10, 1210U },
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MCTargetDesc.cpp141 {codeview::RegisterId::ARM64_S10, AArch64::S10}, in initLLVMToCVRegMapping()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Disassembler/
DAArch64Disassembler.cpp357 AArch64::S10, AArch64::S11, AArch64::S12, AArch64::S13, AArch64::S14,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/
DAArch64GenCallingConv.inc854 AArch64::S8, AArch64::S9, AArch64::S10, AArch64::S11
DAArch64GenRegisterInfo.inc183 S10 = 163,
2330 … AArch64::S5, AArch64::S6, AArch64::S7, AArch64::S8, AArch64::S9, AArch64::S10, AArch64::S11, AArc…
3944 { AArch64::S10, 74U },
4223 { AArch64::S10, 74U },
20422 … AArch64::S5, AArch64::S6, AArch64::S7, AArch64::S8, AArch64::S9, AArch64::S10, AArch64::S11, AArc…
20424 … AArch64::S5, AArch64::S6, AArch64::S7, AArch64::S8, AArch64::S9, AArch64::S10, AArch64::S11, AArc…
/third_party/libexif/po/
Dru.po902 msgid "Canon EF-S10-22mm F3.5-4.5 USM"
903 msgstr "Canon EF-S10-22mm F3.5-4.5 USM"

123