Home
last modified time | relevance | path

Searched refs:bAllowHalfPrecision (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/lib/qcbor/src/
H A Dieee754.h106 IEEE754_DoubleToSmaller(double d, int bAllowHalfPrecision);
H A Dieee754.c623 IEEE754_DoubleToSmaller(double d, int bAllowHalfPrecision) in IEEE754_DoubleToSmaller() argument
629 if(result.uSize == IEEE754_UNION_IS_SINGLE && bAllowHalfPrecision) { in IEEE754_DoubleToSmaller()