Home
last modified time | relevance | path

Searched defs:C4 (Results 1 – 7 of 7) sorted by relevance

/aosp12/bionic/libm/upstream-freebsd/lib/msun/src/
H A De_coshl.c48 #define C4 C4u.e macro
63 C4 = 4.16666666666666666666666666666666225e-2L, /* 0x1555555555555555555555555554e.0p-117L */ variable
H A Dk_cos.c64 C4 = -2.75573143513906633035e-07, /* 0xBE927E4F, 0x809C52AD */ variable
H A Dk_sincosl.h38 C4 = -0.00000027557319215507120, /* -0x127e4fb7602f22.0p-74 */ variable
82 C4 = -0.2755731922398589065255474947078934284324e-6L, variable
H A Dk_sincos.h29 C4 = -2.75573143513906633035e-07, /* 0xBE927E4F, 0x809C52AD */ variable
/aosp12/bionic/libm/upstream-freebsd/lib/msun/ld128/
H A Dk_cosl.c39 C4 = -0.2755731922398589065255474947078934284324e-6L, variable
H A Ds_expl.c148 C4 = 4.16666666666666666666666666666666645e-2L, variable
/aosp12/art/test/636-arm64-veneer-pool/src/
H A DMain.java21 class C4 { public static void m(Context c, Binder b) { /* Defeat inlining. */ if (Main.doThrow) { t… in m() class