Searched refs:C10 (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/lib/msun/ld128/
H A Dk_cosl.c47 C10 = -0.8896592467191938803288521958313920156409e-21, variable
57 z*(C8+z*(C9+z*(C10+z*C11))))))))));
H A Ds_expl.c135 * XXX none of the long double C or D coeffs except C10 is correctly printed.
149 C10 = 2.75573192239858906612966093057020362e-7L, variable
156 * XXX can start the double coeffs but not the double mults at C10.
157 * With my coeffs (C10-C17 double; s = best_s):
246 x * (C7 + x * (C8 + x * (C9 + x * (C10 +
/freebsd-11-stable/lib/msun/src/
H A De_coshl.c53 C10 = 2.7557319163300398e-7, /* 0x127e4fb6c9b55f.0p-74 */ variable
66 C10 = 2.75573192239858906525574318600800201e-7L, /* 0x127e4fb7789f5c72ef01c8a040640.0p-134L */ variable
109 RETURNI(((C16*x2 + C14)*x4 + (C12*x2 + C10))*(x4*x4*x2) +
115 C16)*x2 + C14)*x2 + C12)*x2 + C10)*x2 + C8)*x2 + C6)*x2 +
H A Dk_sincosl.h98 C10 = -0.8896592467191938803288521958313920156409e-21, variable
128 z * (C7 + z * (C8 + z * (C9 + z * (C10 + z * C11))))))))));
/freebsd-11-stable/sys/arm/arm/
H A Dcpufunc_asm_arm11x6.S110 mrc p15, 0, reg, C7, C10, 6;/* Read Cache Dirty Status Register */ \
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCTargetDesc.cpp123 SystemZ::C8, SystemZ::C9, SystemZ::C10, SystemZ::C11,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/Disassembler/
H A DSparcDisassembler.cpp129 SP::C8, SP::C9, SP::C10, SP::C11,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp183 Sparc::C8, Sparc::C9, Sparc::C10, Sparc::C11,
/freebsd-11-stable/crypto/openssl/crypto/modes/
H A Dgcm128.c1975 static const u8 C10[] = { local

Completed in 173 milliseconds