Searched refs:c11 (Results 1 – 11 of 11) sorted by relevance
21 target_compile_options(uut PRIVATE -std=c11 -include ztest.h)
4 zephyr_library_compile_options(-O3 -std=c11 -ffast-math -Wno-array-bounds)
23 target_compile_options(uut PRIVATE -std=c11 -include ztest.h)
31 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")
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()
68 -ffunction-sections -fdata-sections ${DEPENDFLAGS} -std=c11 ${NSI_BUILD_OPTIONS}
234 set(CSTD c11)