HomeSort by: relevance | last modified time | path
    Searched refs:C11 (Results 1 - 5 of 5) sorted by relevancy

  /src/lib/libm/ld128/
k_cosl.c 43 C11= 1.61171797801314301767074036661901531e-24L,
53 z*(C8+z*(C9+z*(C10+z*(C11+z*C12)))))))))));
s_expl.c 150 C11 = 2.50521083854417203619031960151253944e-8L,
245 x * (C11 + x * (C12 + x * (C13 +
  /src/lib/libm/src/
k_sincosl.h 104 C11 = 0.1601061435794535138244346256065192782581e-23,
133 z * (C7 + z * (C8 + z * (C9 + z * (C10 + z * C11))))))))));
  /src/usr.bin/xlint/lint1/
README.md 54 * C11 (`-Ac11`)
  /src/tools/compat/
configure 2385 # Test code for whether the C compiler supports C11 (global declarations)
2387 /* Does the compiler advertise C11 conformance? */
2389 # error "Compiler does not advertise C11 conformance"
2428 // Anonymous structures and unions -- taken from C11 6.7.2.1 Example 1.
2439 # Test code for whether the C compiler supports C11 (body of main).
2449 # Test code for whether the C compiler supports C11 (complete).
3457 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C11 features" >&5
3458 printf %s "checking for $CC option to enable C11 features... " >&6; }
3500 ac_prog_cc_stdc=c11 ;;

Completed in 18 milliseconds