Home
last modified time | relevance | path

Searched refs:C11 (Results 1 – 7 of 7) sorted by relevance

/aosp12/bionic/libm/upstream-freebsd/lib/msun/ld128/
H A Dk_cosl.c48 C11 = 0.1601061435794535138244346256065192782581e-23; variable
57 z*(C8+z*(C9+z*(C10+z*C11)))))))))); in __kernel_cosl()
H A Ds_expl.c155 C11 = 2.50521083854417203619031960151253944e-8L, variable
252 x * (C11 + x * (C12 + x * (C13 + in expm1l()
/aosp12/bionic/libm/upstream-freebsd/lib/msun/src/
H A Dk_sincosl.h99 C11 = 0.1601061435794535138244346256065192782581e-23, variable
128 z * (C7 + z * (C8 + z * (C9 + z * (C10 + z * C11)))))))))); in __kernel_sincosl()
/aosp12/bionic/docs/
H A Dstatus.md54 * Full C11 `<threads.h>` (available as inlines for older API levels).
64 * `timespec_get` (C11 `<time.h>` addition)
251 0 remaining missing C11/POSIX libm functions.
H A Delf-tls.md454 `_Thread_local` | - a keyword standardized in C11<br/> - cannot have dynamic initialization or des…
455 `thread_local` | - C11: a macro for `_Thread_local` via `threads.h`<br/> - C++11: a keyword, allo…
/aosp12/art/test/636-arm64-veneer-pool/src/
H A DMain.java31 class C11 { public static void m(Context c, Binder b) { /* Defeat inlining. */ if (Main.doThrow) { … in m() class
1311 C11.m(context, binder); in configure()
/aosp12/frameworks/base/native/graphics/jni/fuzz/corpus/
H A Dsample_raf.raf Error!