Home
last modified time | relevance | path

Searched refs:spe (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.7.0/samples/tfm_integration/tfm_psa_test/
DCMakeLists.txt27 set(TFM_TEST_DIR "${TFM_TEST_REPO_PATH}/tests_psa_arch/spe/partitions")
28 set(PSA_ARCH_TESTS_CONFIG_FILE "${TFM_TEST_REPO_PATH}/tests_psa_arch/spe/config/config_test_psa_api…
/Zephyr-Core-3.7.0/lib/os/
Dcbprintf_complete.c1013 const char *spe = *bpe; in encode_float() local
1014 char *sp = bps + (spe - bps); in encode_float()
1017 sp = encode_uint(fract, &aconv, buf, spe); in encode_float()
1023 while ((spe - sp) < FRACTION_HEX) { in encode_float()
1029 while ((sp < spe) && (precision > 0)) { in encode_float()
1057 sp = encode_uint(expo, &aconv, buf, spe); in encode_float()
1059 while (sp < spe) { in encode_float()