Searched refs:createAPFloatFromInt (Results 1 – 1 of 1) sorted by relevance
94 APFloat createAPFloatFromInt(const fltSemantics &Sem, int Val);236 APFloat FAddendCoef::createAPFloatFromInt(const fltSemantics &Sem, int Val) { in createAPFloatFromInt() function in FAddendCoef271 T.add(createAPFloatFromInt(T.getSemantics(), That.IntVal), RndMode); in operator +=()292 T.subtract(createAPFloatFromInt(T.getSemantics(), IntVal), RndMode); in operator -=()319 F0.multiply(createAPFloatFromInt(Semantic, That.IntVal), in operator *=()