/freebsd/lib/msun/src/ |
H A D | e_sinhl.c | 49 S9 = 2.7557319223873889e-6, /* 0x171de3a5565fe6.0p-71 */ variable 63 S9 = 2.75573192239858906525574406205464218e-6L, /* 0x171de3a556c7338faac243aaa9592.0p-131L */ variable 111 ((S9*x2 + S7)*x2 + S5)*(x2*x*x2) + S3*(x2*x) + x); in sinhl() 116 S17)*x2 + S15)*x2 + S13)*x2 + S11)*x2 + S9)*x2 + S7)*x2 + in sinhl()
|
H A D | k_sincosl.h | 86 S9 = -0.82206352458348947812512122163446202498005154296863e-17, variable 118 z * (S9 + z * (S10 + z * (S11 + z * S12))))))))); in __kernel_sincosl()
|
/freebsd/lib/msun/ld128/ |
H A D | k_sinl.c | 39 S9 = -0.82206352458348947812512122163446202498005154296863e-17, variable 52 z*(S9+z*(S10+z*(S11+z*S12))))))))); in __kernel_sinl()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/ |
H A D | ARCInstrFormats.td | 43 let MIOperandInfo = (ops GPR32:$B, immS<9>:$S9); 218 // |B[2-0] |S9[7-1] | 1|S9[8]|B[5-3] |C |N|u|0|cc | 227 bits<9> S9; // 2-byte aligned 9-bit byte-offset. 231 let Inst{23-17} = S9{7-1}; 233 let Inst{15} = S9{8}; 479 // Register + S9 Load. (B + S9) 481 // |B[2-0] |S9[7-0] |S9[8]|B[5-3] |di|aa |zz |x|A | 487 bits<9> S9; 491 let Inst{23-16} = S9{7-0}; 492 let Inst{15} = S9{8}; [all …]
|
H A D | ARCInstrInfo.td | 439 (ins btargetS9:$S9, GPR32:$B, GPR32:$C, brccond:$cc), 440 "br$cc\t$B, $C, $S9", 0, []>; 442 (ins btargetS9:$S9, GPR32:$B, immU6:$C, brccond:$cc), 443 "br$cc\t$B, $C, $S9", 1, []>; 920 (ins GPR32:$B, immS<9>:$S9), 921 asmop#aa.AsmSuffix#"\t$A, [$B,$S9]", []>, ArcLdStRel 990 (ins GPR32:$C, GPR32:$B, immS<9>:$S9), 991 asmop#aa.AsmSuffix#"\t$C, [$B,$S9]", []>, ArcLdStRel
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | StringSwitch.h | 137 StringLiteral S9, T Value) { in Cases() argument 138 return Case(S0, Value).Cases(S1, S2, S3, S4, S5, S6, S7, S8, S9, Value); in Cases()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMCallingConv.td | 80 S9, S10, S11, S12, S13, S14, S15]>>, 100 S9, S10, S11, S12, S13, S14, S15]>>, 228 S9, S10, S11, S12, S13, S14, S15]>>, 248 S9, S10, S11, S12, S13, S14, S15]>>,
|
H A D | ARMCallingConv.cpp | 157 ARM::S8, ARM::S9, ARM::S10, ARM::S11,
|
H A D | ARMRegisterInfo.td | 106 def S8 : ARMFReg< 8, "s8">; def S9 : ARMFReg< 9, "s9">; 125 def D4 : ARMReg< 4, "d4", [S8, S9]>, DwarfRegNum<[260]>;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/Disassembler/ |
H A D | ARCDisassembler.cpp | 172 unsigned S9 = Insn & 0x1ff; in DecodeMEMrs9() local 175 Inst.addOperand(MCOperand::createImm(SignExtend32<9>(S9))); in DecodeMEMrs9()
|
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
H A D | sdm845-samsung-starqltechn.dts | 3 * SDM845 Samsung S9 (SM-G9600) (starqltechn / star2qltechn) common device tree source 16 model = "Samsung Galaxy S9 SM-G9600";
|
H A D | msm8992-bullhead-rev-101.dts | 114 /* S8, S9, S10 and S11 - SPMI-managed VDD_APC */
|
H A D | msm8992-lg-bullhead.dtsi | 122 /* S8, S9, S10 and S11 - SPMI-managed VDD_APC */
|
H A D | msm8992-xiaomi-libra.dts | 238 /* S8, S9, S10 and S11 - SPMI-managed VDD_APC */
|
H A D | msm8994-sony-xperia-kitakami.dtsi | 256 * S9, S10 and S11 (the main one) - SPMI-managed VDD_APC1
|
H A D | sm8350-sony-xperia-sagami.dtsi | 150 * S9 - mxc.lvl
|
H A D | msm8994-msft-lumia-octagon.dtsi | 613 * S9, S10 and S11 (the main one) - SPMI-managed VDD_APC1
|
/freebsd/usr.sbin/moused/ |
H A D | moused.c | 458 #define S9 9 /* button 1 or 3 up after S3 */ macro 477 { { S0, S9, S9, S3, S3 }, MOUSE_BUTTON2DOWN, ~0, FALSE }, 488 /* S9 */ 489 { { S0, S9, S9, S3, S9 }, 0, ~(MOUSE_BUTTON1DOWN | MOUSE_BUTTON3DOWN), FALSE },
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64PBQPRegAlloc.cpp | 44 case AArch64::S9: in isOdd()
|
H A D | AArch64RegisterInfo.td | 357 def S9 : AArch64Reg<9, "s9", [H9]>, DwarfRegAlias<B9>; 392 def D9 : AArch64Reg<9, "d9", [S9], ["v9", ""]>, DwarfRegAlias<B9>;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMMCTargetDesc.cpp | 257 {codeview::RegisterId::ARM_FS9, ARM::S9}, in initLLVMToCVRegMapping()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64MCTargetDesc.cpp | 150 {codeview::RegisterId::ARM64_S9, AArch64::S9}, in initLLVMToCVRegMapping()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
H A D | ELFObject.h | 454 S9 = 9 enumerator
|
/freebsd/contrib/ncurses/include/ |
H A D | Caps-ncurses | 204 #key_sf9 ksf9 str S9 - - ----K special function key 9
|
/freebsd/sys/contrib/edk2/Include/Library/ |
H A D | BaseLib.h | 145 UINT64 S9; member
|