Searched refs:dp (Results 101 - 108 of 108) sorted by relevance

12345

/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dbip_db.c1544 dident dp, dt, lookup_module; local
1550 Get_Macro_Did(vproc, tproc, dp)
1590 return _define_goal_macro(dp, dt, vmod, tmod);
1599 prop = set_modular_property(dp, mtype,
1617 DidMacro(dp) = 1;
1634 dident dp; local
1638 Get_Macro_Did(vproc, tproc, dp);
1642 err1 = erase_modular_property(dp, i, vmod.did, tmod, VISIBLE_PROP);
1657 DidMacro(dp) = 0;
H A Dsepia.h833 { register char *dp = dest;\
836 while (ctr-- > 0) *dp++ = *sp++;\
/barrelfish-2018-10-04/doc/017-arm/
H A DARM.tex574 If \code{dp} is of type \core{struct dcb *}, then
575 \code{dp->disabled} is a flag which is 1 if the current DCB has
588 If \code{dp} is of type \core{struct dispatcher_shared_generic *}, then
589 \code{dp->disabled} is a flag which is 1 if the current DCB has
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/bn/asm/
H A Dpa-risc2W.s44 ; global data pointer ; r27 (dp)
/barrelfish-2018-10-04/lib/tommath/
H A Dtommath.tex601 \hspace{3mm}mp\_digit *dp;\\
615 \item The \textbf{used} parameter denotes how many digits of the array \textbf{dp} contain the digits used to represent
623 \item The pointer \textbf{dp} points to a dynamically allocated array of digits that represent the given multiple
627 if \textbf{dp} contains $\lbrace a, b, c, \ldots \rbrace$ where \textbf{dp}$_0 = a$, \textbf{dp}$_1 = b$, \textbf{dp}$_2 = c$, $\ldots$ then
639 \item The value of \textbf{alloc} may not be less than one. That is \textbf{dp} always points to a previously allocated
642 \item The value of \textbf{used} implies the digit at index $(used - 1)$ of the \textbf{dp} array is non-zero. That is,
645 \item Digits in the \textbf{dp} arra
[all...]
H A Dbn.tex342 mp_digit *dp;
416 pointer\footnote{The ``dp'' member.} within the mp\_int to \textbf{NULL} which is used to prevent double free situations.
/barrelfish-2018-10-04/lib/compiler-rt/test/ppc/
H A Dfloatunditf_test.h95 { UINT64_C(0x0000000000021a00), 0x1.0dp+17, 0x0p+0 },
666 { UINT64_C(0x00000000201a0000), 0x1.00dp+29, 0x0p+0 },
1287 { UINT64_C(0x0000000800068000), 0x1.0000dp+35, 0x0p+0 },
2471 { UINT64_C(0x0000004000340000), 0x1.0000dp+38, 0x0p+0 },
2697 { UINT64_C(0x0000004340000000), 0x1.0dp+38, 0x0p+0 },
4373 { UINT64_C(0x00001000000d0000), 0x1.000000dp+44, 0x0p+0 },
8178 { UINT64_C(0x0002000001a00000), 0x1.000000dp+49, 0x0p+0 },
9639 { UINT64_C(0x0004000003400000), 0x1.000000dp+50, 0x0p+0 },
9731 { UINT64_C(0x0004000034000000), 0x1.00000dp+50, 0x0p+0 },
14137 { UINT64_C(0x100000000000d000), 0x1.00000000000dp
[all...]
H A Dfloatditf_test.h182 { INT64_C(0x0000000000021a00), 0x1.0dp+17, 0x0p+0 },
1324 { INT64_C(0x00000000201a0000), 0x1.00dp+29, 0x0p+0 },
2566 { INT64_C(0x0000000800068000), 0x1.0000dp+35, 0x0p+0 },
4934 { INT64_C(0x0000004000340000), 0x1.0000dp+38, 0x0p+0 },
5386 { INT64_C(0x0000004340000000), 0x1.0dp+38, 0x0p+0 },
5809 { INT64_C(0xfffffeffffbffff3), -0x1.000040000dp+40, 0x0p+0 },
6019 { INT64_C(0xfffffeffbffffff3), -0x1.004000000dp+40, 0x0p+0 },
8738 { INT64_C(0x00001000000d0000), 0x1.000000dp+44, 0x0p+0 },
8745 { INT64_C(0xffffefffffbffff3), -0x1.0000040000dp+44, 0x0p+0 },
14481 { INT64_C(0xfffefbfffffffff3), -0x1.04000000000dp
[all...]

Completed in 374 milliseconds

12345