Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libutils/isoc/arch/arm/softfloat/source/
A Ds_sub256M.c49 uint_fast8_t borrow; in softfloat_sub256M() local
53 borrow = 0; in softfloat_sub256M()
57 zPtr[index] = wordA - wordB - borrow; in softfloat_sub256M()
59 borrow = borrow ? (wordA <= wordB) : (wordA < wordB); in softfloat_sub256M()
A Ds_subM.c53 uint_fast8_t borrow; in softfloat_subM() local
58 borrow = 0; in softfloat_subM()
62 zPtr[index] = wordA - wordB - borrow; in softfloat_subM()
64 borrow = borrow ? (wordA <= wordB) : (wordA < wordB); in softfloat_subM()
A Ds_remStepMBy32.c58 uint_fast8_t borrow; in softfloat_remStepMBy32() local
69 borrow = (wordShiftedRem < wordProd); in softfloat_remStepMBy32()
77 zPtr[index] = wordShiftedRem - wordProd - borrow; in softfloat_remStepMBy32()
79 borrow = in softfloat_remStepMBy32()
80 borrow ? (wordShiftedRem <= wordProd) in softfloat_remStepMBy32()

Completed in 4 milliseconds