OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:apf
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp
687
APFloat
apf
= APFloat::getZero(APFloat::x87DoubleExtended());
local
688
(void)
apf
.convertFromAPInt(GV.IntVal,
691
GV.IntVal =
apf
.bitcastToAPInt();
702
APFloat
apf
= APFloat::getZero(APFloat::x87DoubleExtended());
local
703
(void)
apf
.convertFromAPInt(GV.IntVal,
706
GV.IntVal =
apf
.bitcastToAPInt();
719
APFloat
apf
= APFloat(APFloat::x87DoubleExtended(), GV.IntVal);
local
722
(void)
apf
.convertToInteger(makeMutableArrayRef(v), BitWidth,
/src/external/bsd/dhcpcd/dist/src/
ipv6.c
1012
struct ipv6_addr *ap, *apn, *
apf
;
local
1042
apf
= ipv6_findaddr(ap->iface->ctx, &ap->addr,
1044
if ((
apf
== NULL ||
1045
(
apf
->iface != ap->iface)))
1048
DHCPCD_EXITING) &&
apf
)
1049
ipv6_addaddr(
apf
, &now);
/src/external/apache2/llvm/dist/llvm/lib/IR/
AsmWriter.cpp
1358
const APFloat &
APF
= CFP->getValueAPF();
1359
if (&
APF
.getSemantics() == &APFloat::IEEEsingle() ||
1360
&
APF
.getSemantics() == &APFloat::IEEEdouble()) {
1367
bool isDouble = &
APF
.getSemantics() == &APFloat::IEEEdouble();
1368
bool isInf =
APF
.isInfinity();
1369
bool isNaN =
APF
.isNaN();
1371
double Val =
APF
.convertToDouble();
1373
APF
.toString(StrVal, 6, 0, false);
1393
APFloat
apf
=
APF
;
local
[
all
...]
/src/external/public-domain/sqlite/dist/
shell.c
734
FILE*
apf
[3] = { pfIn, pfOut, pfErr };
local
738
if( streamOfConsole(
apf
[ix], ppst) ){
742
if( ix > 0 ) fflush(
apf
[ix]);
Completed in 51 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026