Searched refs:eps (Results 1 – 3 of 3) sorted by relevance
46 uint16_t eps; in softfloat_approxRecip32_1() local61 eps = (uint16_t) (a>>11); in softfloat_approxRecip32_1()62 r0 = k0s[index] - ((k1s[index] * (uint_fast32_t) eps)>>20); in softfloat_approxRecip32_1()
46 uint16_t eps; in softfloat_approxRecipSqrt32_1() local62 eps = (uint16_t) (a>>12); in softfloat_approxRecipSqrt32_1()63 r0 = k0s[index] - ((k1s[index] * (uint_fast32_t) eps)>>20); in softfloat_approxRecipSqrt32_1()
52 const struct user_ta_property **eps, in propset_get() argument56 *eps = ta_props; in propset_get()59 *eps = NULL; in propset_get()62 *eps = tee_props; in propset_get()139 const struct user_ta_property *eps; in propget_get_property() local147 res = propset_get(h, &eps, &eps_len); in propget_get_property()152 if (!strcmp(name, eps[n].name)) in propget_get_property()153 return propget_get_ext_prop(eps + n, type, in propget_get_property()478 const struct user_ta_property *eps; in TEE_GetPropertyName() local495 str = eps[pe->idx].name; in TEE_GetPropertyName()[all …]
Completed in 4 milliseconds