Searched refs:fval (Results 1 – 6 of 6) sorted by relevance
199 if (ev->u.fval < SAL_MIN_INT16 || ev->u.fval > SAL_MAX_INT16) in coerce_value()201 ev->u.sval = (sal_Int16)ev->u.fval; in coerce_value()258 if (ev->u.fval < 0.0 || ev->u.fval > SAL_MAX_UINT16) in coerce_value()260 ev->u.usval = (sal_uInt16)ev->u.fval; in coerce_value()313 if (ev->u.fval < SAL_MIN_INT32 || ev->u.fval > SAL_MAX_INT32) in coerce_value()315 ev->u.lval = (sal_Int32)ev->u.fval; in coerce_value()370 if (ev->u.fval < 0.0 || ev->u.fval > SAL_MAX_UINT32) in coerce_value()372 ev->u.ulval = (sal_uInt32)ev->u.fval; in coerce_value()421 if (ev->u.fval < SAL_MIN_INT64 || ev->u.fval > SAL_MAX_INT64) in coerce_value()423 ev->u.hval = (sal_Int64)ev->u.fval; in coerce_value()[all …]
94 aConst.m_value.aFloat = exprVal->u.fval; in dumpBlob()
282 float fval; /* float value */ member
253 float fval; in String2Float() local255 if( 1 != sscanf( value, "%g", &fval ) ) in String2Float()258 rAny = uno::makeAny( fval ); in String2Float()
265 sal_Bool fval = false; in isFinalChanged() local267 aEv.OldValue <<= fval; in isFinalChanged()
89 float fval; // Contains 32-bit float expr value member