Home
last modified time | relevance | path

Searched refs:ToInt16 (Results 1 – 4 of 4) sorted by relevance

/haiku/src/kits/debugger/source_language/c_family/
H A DCLanguageExpressionEvaluator.cpp360 fPrimitive.SetTo((int16)(fPrimitive.ToInt16() in operator +=()
361 + temp.fPrimitive.ToInt16())); in operator +=()
440 fPrimitive.SetTo((int16)(fPrimitive.ToInt16() in operator -=()
441 - temp.fPrimitive.ToInt16())); in operator -=()
520 fPrimitive.SetTo((int16)(fPrimitive.ToInt16() in operator /=()
521 / temp.fPrimitive.ToInt16())); in operator /=()
600 fPrimitive.SetTo((int16)(fPrimitive.ToInt16() in operator *=()
601 * temp.fPrimitive.ToInt16())); in operator *=()
680 fPrimitive.SetTo((int16)(fPrimitive.ToInt16() in operator %=()
681 % temp.fPrimitive.ToInt16())); in operator %=()
[all …]
/haiku/src/kits/debugger/util/
H A DIntegerFormatter.cpp115 value.Type() == B_INT16_TYPE ? value.ToInt16() : in FormatValue()
/haiku/headers/private/shared/
H A DVariant.h93 int16 ToInt16() const;
/haiku/src/kits/shared/
H A DVariant.cpp262 BVariant::ToInt16() const in ToInt16() function in BVariant