Home
last modified time | relevance | path

Searched refs:C1 (Results 1 – 3 of 3) sorted by relevance

/lk-master/external/lib/libm/
A Dk_cosf.c29 C1 = 0x155553e1053a42.0p-57, /* 0.0416666233237390631894 */ variable
45 return ((one+z*C0) + w*C1) + (w*z)*r; in __kernel_cosdf()
A Dk_cos.c61 C1 = 4.16666666666666019037e-02, /* 0x3FA55555, 0x5555554C */ variable
75 r = z*(C1+z*(C2+z*C3)) + w*w*(C4+z*(C5+z*C6)); in __kernel_cos()
/lk-master/external/lib/heap/dlmalloc/
A Ddlmalloc.c3815 tchunkptr C0, C1;\
3825 if ((C1 = X->child[1]) != 0) {\
3826 if (RTCHECK(ok_address(M, C1))) {\
3827 R->child[1] = C1;\
3828 C1->parent = R;\

Completed in 14 milliseconds