| /freebsd/lib/msun/src/ |
| H A D | k_sincosl.h | 45 S8 = 2.6174587166648325e-15; /* 0x179372ea0b3f64.0p-101 */ variable 59 r = S2 + z * (S3 + z * (S4 + z * (S5 + z * (S6 + z * (S7 + z * S8))))); in __kernel_sincosl() 83 S8 = 0.28114572543451292625024967174638477283187397621303e-14L; variable 117 r = S2 + z * (S3 + z * (S4 + z * (S5 + z * (S6 + z * (S7 + z * (S8 + in __kernel_sincosl()
|
| /freebsd/sys/dev/mps/mpi/ |
| H A D | mpi2_type.h | 73 typedef signed char S8; typedef 116 typedef S8 *PS8;
|
| /freebsd/sys/dev/mpt/mpilib/ |
| H A D | mpi_type.h | 74 typedef signed char S8; typedef 115 typedef S8 *PS8;
|
| /freebsd/sys/dev/mpr/mpi/ |
| H A D | mpi2_type.h | 72 typedef signed char S8; typedef 115 typedef S8 *PS8;
|
| /freebsd/sys/dev/mpi3mr/mpi/ |
| H A D | mpi30_type.h | 60 typedef int8_t S8; typedef 87 typedef S8 *PS8;
|
| /freebsd/lib/msun/ld80/ |
| H A D | k_sinl.c | 46 S8 = 2.6174587166648325e-15; /* 0x179372ea0b3f64.0p-101 */ variable 55 r = S2+z*(S3+z*(S4+z*(S5+z*(S6+z*(S7+z*S8))))); in __kernel_sinl()
|
| /freebsd/lib/msun/ld128/ |
| H A D | k_sinl.c | 36 S8 = 0.28114572543451292625024967174638477283187397621303e-14L; variable 51 r = S2+z*(S3+z*(S4+z*(S5+z*(S6+z*(S7+z*(S8+ in __kernel_sinl()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | StringSwitch.h | 129 StringLiteral S6, StringLiteral S7, StringLiteral S8, in Cases() argument 131 return Case(S0, Value).Cases(S1, S2, S3, S4, S5, S6, S7, S8, Value); in Cases() 136 StringLiteral S6, StringLiteral S7, StringLiteral S8, in Cases() argument 138 return Case(S0, Value).Cases(S1, S2, S3, S4, S5, S6, S7, S8, S9, Value); in Cases()
|
| /freebsd/contrib/xz/src/liblzma/check/ |
| H A D | crc_common.h | 30 # define S8(x) ((x) << 8) macro 39 # define S8(x) ((x) >> 8) macro
|
| H A D | crc32_fast.c | 56 crc = lzma_crc32_table[0][*buf++ ^ A(crc)] ^ S8(crc); in lzma_crc32_generic() 92 crc = lzma_crc32_table[0][*buf++ ^ A(crc)] ^ S8(crc); in lzma_crc32_generic()
|
| H A D | crc64_fast.c | 59 crc = lzma_crc64_table[0][*buf++ ^ A1(crc)] ^ S8(crc); in lzma_crc64_generic() 85 crc = lzma_crc64_table[0][*buf++ ^ A1(crc)] ^ S8(crc); in lzma_crc64_generic()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/ |
| H A D | PPCLegalizerInfo.cpp | 45 const LLT S8 = LLT::scalar(8); in PPCLegalizerInfo() local 58 .legalForCartesianProduct({S64}, {S1, S8, S16, S32}) in PPCLegalizerInfo()
|
| /freebsd/contrib/bearssl/src/symcipher/ |
| H A D | des_tab.c | 185 static const uint32_t S8[] = { variable 218 | S8[((r1 >> 15) ^ (skr )) & 0x3F]; in Fconf()
|
| /freebsd/sys/dev/isci/ |
| H A D | environment.h | 47 typedef int8_t S8; typedef
|
| /freebsd/sys/contrib/device-tree/src/arm64/exynos/ |
| H A D | exynos8895-dreamlte.dts | 3 * Samsung Galaxy S8 (dreamlte/SM-G950F) device tree source 16 model = "Samsung Galaxy S8 (SM-G950F)";
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64InstructionSelector.cpp | 5991 const LLT S8 = LLT::scalar(8); in selectIntrinsicWithSideEffects() local 6013 if (Ty == LLT::fixed_vector(8, S8)) in selectIntrinsicWithSideEffects() 6015 else if (Ty == LLT::fixed_vector(16, S8)) in selectIntrinsicWithSideEffects() 6037 if (Ty == LLT::fixed_vector(8, S8)) in selectIntrinsicWithSideEffects() 6039 else if (Ty == LLT::fixed_vector(16, S8)) in selectIntrinsicWithSideEffects() 6061 if (Ty == LLT::fixed_vector(8, S8)) in selectIntrinsicWithSideEffects() 6063 else if (Ty == LLT::fixed_vector(16, S8)) in selectIntrinsicWithSideEffects() 6085 if (Ty == LLT::fixed_vector(8, S8)) in selectIntrinsicWithSideEffects() 6087 else if (Ty == LLT::fixed_vector(16, S8)) in selectIntrinsicWithSideEffects() 6109 if (Ty == LLT::fixed_vector(8, S8) || Ty == LLT::fixed_vector(16, S8)) in selectIntrinsicWithSideEffects() [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/mux/ |
| H A D | adi,adgs1408.txt | 22 States 0 through 7 correspond to signals S1 through S8 in the datasheet.
|
| /freebsd/sys/contrib/zstd/lib/common/ |
| H A D | mem.h | 55 typedef int8_t S8; typedef 69 typedef signed char S8;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMCallingConv.td | 79 CCIfType<[f32], CCAssignToReg<[S0, S1, S2, S3, S4, S5, S6, S7, S8, 99 CCIfType<[f32], CCAssignToReg<[S0, S1, S2, S3, S4, S5, S6, S7, S8, 227 CCIfType<[f32], CCAssignToReg<[S0, S1, S2, S3, S4, S5, S6, S7, S8, 247 CCIfType<[f32], CCAssignToReg<[S0, S1, S2, S3, S4, S5, S6, S7, S8,
|
| H A D | ARMCallingConv.cpp | 157 ARM::S8, ARM::S9, ARM::S10, ARM::S11,
|
| /freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
| 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 | sm6375-sony-xperia-murray-pdx225.dts | 225 * S8 is VDD_GFX
|
| /freebsd/sys/contrib/device-tree/src/mips/ingenic/ |
| H A D | qi_lb60.dts | 125 <MATRIX_KEY(0, 6, KEY_F7)>, /* S8 */
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64PBQPRegAlloc.cpp | 93 case AArch64::S8: in isOdd()
|