Searched refs:spe (Results 1 – 2 of 2) sorted by relevance
27 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…
1013 const char *spe = *bpe; in encode_float() local1014 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()