Home
last modified time | relevance | path

Searched refs:eps (Results 1 – 3 of 3) sorted by relevance

/optee_os/lib/libutee/
A Dtee_api_property.c52 const struct user_ta_property **eps, in propset_get() argument
56 *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() local
147 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() local
495 str = eps[pe->idx].name; in TEE_GetPropertyName()
[all …]
/optee_os/lib/libutils/isoc/arch/arm/softfloat/source/
A Ds_approxRecip32_1.c46 uint16_t eps; in softfloat_approxRecip32_1() local
61 eps = (uint16_t) (a>>11); in softfloat_approxRecip32_1()
62 r0 = k0s[index] - ((k1s[index] * (uint_fast32_t) eps)>>20); in softfloat_approxRecip32_1()
A Ds_approxRecipSqrt32_1.c46 uint16_t eps; in softfloat_approxRecipSqrt32_1() local
62 eps = (uint16_t) (a>>12); in softfloat_approxRecipSqrt32_1()
63 r0 = k0s[index] - ((k1s[index] * (uint_fast32_t) eps)>>20); in softfloat_approxRecipSqrt32_1()

Completed in 5 milliseconds