Home
last modified time | relevance | path

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

/optee_os/lib/libutils/isoc/arch/arm/softfloat/source/
H 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()
H 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()
/optee_os/lib/libutee/
H A Dtee_api_property.c57 const struct user_ta_property **eps, in propset_get() argument
61 *eps = ta_props; in propset_get()
64 *eps = NULL; in propset_get()
67 *eps = tee_props; in propset_get()
147 const struct user_ta_property *eps; in propget_get_property() local
155 res = propset_get(h, &eps, &eps_len); in propget_get_property()
160 if (!strcmp(name, eps[n].name)) in propget_get_property()
161 return propget_get_ext_prop(eps + n, type, in propget_get_property()
180 res = propset_get(pe->prop_set, &eps, &eps_len); in propget_get_property()
185 return propget_get_ext_prop(eps + idx, type, buf, len); in propget_get_property()
[all …]