OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Floats
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Support/
APFloat.cpp
2567
/* Hex
floats
require an exponent but not a hexadecimal point. */
3093
// Normal
floats
need their exponent and significand hashed.
3977
// Special
floats
and denormals have no exact inverse.
4225
Floats
(new APFloat[2]{APFloat(semIEEEdouble), APFloat(semIEEEdouble)}) {
4231
Floats
(new APFloat[2]{APFloat(semIEEEdouble, uninitialized),
4237
: Semantics(&S),
Floats
(new APFloat[2]{APFloat(semIEEEdouble, I),
4244
Floats
(new APFloat[2]{
4253
Floats
(new APFloat[2]{std::move(First), std::move(Second)}) {
4255
assert(&
Floats
[0].getSemantics() == &semIEEEdouble);
4256
assert(&
Floats
[1].getSemantics() == &semIEEEdouble)
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
APFloat.h
605
std::unique_ptr<APFloat[]>
Floats
;
632
bool needsCleanup() const { return
Floats
!= nullptr; }
634
APFloat &getFirst() { return
Floats
[0]; }
635
const APFloat &getFirst() const { return
Floats
[0]; }
636
APFloat &getSecond() { return
Floats
[1]; }
637
const APFloat &getSecond() const { return
Floats
[1]; }
/src/external/gpl2/gettext/dist/gettext-tools/src/
x-lisp.c
595
(see 22.1.3.1.3 "Printing
Floats
"). */
/src/external/lgpl3/gmp/dist/demos/perl/
GMP.pm
162
string, mpz, mpq or mpf.
Floats
, mpq and mpf will be automatically
542
floats
if not. For example,
548
GMP::Mpq is similar, treating integers as mpq's and leaving
floats
to the
576
treats integer strings as
floats
if they don't fit a plain integer.
Completed in 25 milliseconds
Indexes created Thu May 14 00:25:00 UTC 2026