Searched refs:c11 (Results 1 – 16 of 16) sorted by relevance
17 target_compile_options(uut PRIVATE -std=c11 -include ztest.h)
21 target_compile_options(uut PRIVATE -std=c11 -include ztest.h)
22 target_compile_options(uut PRIVATE -std=c11 -include ztest.h)
24 target_compile_options(uut PRIVATE -std=c11 -include ztest.h)
29 target_compile_options(uut PRIVATE -std=c11 -include ztest.h)
3 set(c11id c11 gnu11 "iso9899:2011")
4 -O3 -std=c11 -ffast-math -Wno-array-bounds -Wall -Wextra -Wdouble-promotion -Wvla -pedantic
31 target_compile_options(uut PRIVATE -std=c11 -include ztest.h)
27 …_Generic: see description of option \"-Wc99-c11-compat\" in \"3.8 Options to Request or Suppress W…28 …_Static_assert: see descriptions of options \"-Wc99-c11-compat\" and \"-Wc99-c2x-compat\" in \"3.8…
221 int16_t c11; /* 16bit */ member282 comp->c11 = (int16_t) sys_get_be16(&raw_coef[10]); in dps310_calib_coeff_creation()447 psr_final += tmp * psr * (comp->c11 + psr * comp->c21); in dps310_scale_pressure()
73 CFLAGS:=-std=c11 ${COMMON_BUILD_FLAGS} ${NSI_BUILD_C_OPTIONS}
247 set(CSTD c11)