Searched refs:C10 (Results 1 - 12 of 12) sorted by relevance
/third_party/FreeBSD/lib/msun/src/ |
H A D | e_coshl.c | 51 C10 = 2.7557319163300398e-7, /* 0x127e4fb6c9b55f.0p-74 */ variable 64 C10 = 2.75573192239858906525574318600800201e-7L, /* 0x127e4fb7789f5c72ef01c8a040640.0p-134L */ variable 107 RETURNI(((C16*x2 + C14)*x4 + (C12*x2 + C10))*(x4*x4*x2) + in coshl() 113 C16)*x2 + C14)*x2 + C12)*x2 + C10)*x2 + C8)*x2 + C6)*x2 + in coshl()
|
/third_party/FreeBSD/lib/msun/ld128/ |
H A D | k_cosl.c | 42 C10= -8.89679121027589608738005163931958096e-22L, variable 53 z*(C8+z*(C9+z*(C10+z*(C11+z*C12))))))))))); in __kernel_cosl()
|
H A D | s_expl.c | 138 * XXX none of the long double C or D coeffs except C10 is correctly printed. 152 C10 = 2.75573192239858906612966093057020362e-7L, variable 159 * XXX can start the double coeffs but not the double mults at C10. 160 * With my coeffs (C10-C17 double; s = best_s): 249 x * (C7 + x * (C8 + x * (C9 + x * (C10 + in expm1l()
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
H A D | __cosl.c | 80 C10 = -0.8896592467191938803288521958313920156409e-21, variable 83 z*(C8+z*(C9+z*(C10+z*C11)))))))))))
|
/third_party/musl/src/math/ |
H A D | __cosl.c | 80 C10 = -0.8896592467191938803288521958313920156409e-21, variable 83 z*(C8+z*(C9+z*(C10+z*C11)))))))))))
|
/third_party/typescript/tests/baselines/reference/ |
H A D | controlFlowAliasing.js | 214 class C10 { 479 var C10 = /** @class */ (function () {
480 function C10(x) {
490 return C10;
652 declare class C10 {
|
H A D | strictPropertyInitialization.js | 108 class C10 { 244 class C10 {
339 declare class C10 {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/MCTargetDesc/ |
H A D | SystemZMCTargetDesc.cpp | 123 SystemZ::C8, SystemZ::C9, SystemZ::C10, SystemZ::C11,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/Disassembler/ |
H A D | SparcDisassembler.cpp | 129 SP::C8, SP::C9, SP::C10, SP::C11,
|
/third_party/openssl/test/ |
H A D | modes_internal_test.c | 505 static const u8 C10[] = { variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/AsmParser/ |
H A D | SparcAsmParser.cpp | 183 Sparc::C8, Sparc::C9, Sparc::C10, Sparc::C11,
|
/third_party/python/Lib/test/ |
H A D | test_descr.py | 5221 class C10: class 5224 obj = C10()
|
Completed in 19 milliseconds