Searched defs:C2 (Results 1 - 7 of 7) sorted by last modified time

/device/linaro/bootloader/edk2/StdLib/LibC/Math/
H A Dk_cos.c34 * |cos(x)-(1-.5*x +C1*x +C2*x +C3*x +C4*x +C5*x +C6*x )| <= 2
38 * 4. let r = C1*x +C2*x +C3*x +C4*x +C5*x +C6*x , then
59 C2 = -1.38888888888741095749e-03, /* 0xBF56C16C, 0x16C15177 */ variable
76 r = z*(C1+z*(C2+z*(C3+z*(C4+z*(C5+z*C6)))));
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
H A Dpy2_test_grammar.py789 class C2(B): pass class in function:GrammarTests.testClassdef
790 class D(C1, C2, B): pass
H A Dpy3_test_grammar.py733 class C2(B): pass class in function:GrammarTests.testClassdef
734 class D(C1, C2, B): pass
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_class.py534 class C2: class in function:ClassTests.testHashStuff
537 self.assertRaises(TypeError, hash, C2())
H A Dtest_descr.py1191 class C2(D, W): class in function:.test_slots_special
1193 a = C2()
3241 global C2
3242 class C2(int): class in function:.test_pickles
3244 return super(C2, cls).__new__(cls, val)
3251 return "C2(%r, %r)<%r>" % (self.a, self.b, int(self))
3270 for cls in C, C1, C2:
3276 b = C2("hello", "world", 42)
3301 for cls in C, C1, C2:
3306 b = C2("hell
3907 class C2(object): class in function:.test_mutable_bases
4054 class C2(object): class in function:.test_mutable_bases_with_failing_mro
[all...]
H A Dtest_grammar.py793 class C2(B): pass class in function:GrammarTests.testClassdef
794 class D(C1, C2, B): pass
/device/google/contexthub/firmware/lib/libm/
H A Dkf_cos.c25 C2 = -1.3888889225e-03, /* 0xbab60b61 */ variable
46 r = z*(C1+z*(C2+z*(C3+z*(C4+z*(C5+z*C6)))));

Completed in 151 milliseconds