OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lostfraction
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/ADT/
APFloat.h
32
enum
lostFraction
{ // Example of truncated bits:
469
lostFraction
addOrSubtractSignificand(const APFloat &, bool subtract);
470
lostFraction
multiplySignificand(const APFloat &, const APFloat *);
471
lostFraction
divideSignificand(const APFloat &);
475
lostFraction
shiftSignificandRight(unsigned int);
513
opStatus normalize(roundingMode,
lostFraction
);
517
bool roundAwayFromZero(roundingMode,
lostFraction
, unsigned int) const;
/external/llvm/lib/Support/
APFloat.cpp
309
static
lostFraction
340
static
lostFraction
362
static
lostFraction
365
lostFraction
lost_fraction;
375
static
lostFraction
376
combineLostFractions(
lostFraction
moreSignificant,
377
lostFraction
lessSignificant)
898
lostFraction
906
lostFraction
lost_fraction;
998
lostFraction
lf
[
all
...]
Completed in 4263 milliseconds