OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ye
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl2/groff/dist/src/libs/libgroff/
geometry.cpp
138
int
ye
= y_1 - ycenter;
local
145
if (
ye
> *maxy)
146
*maxy =
ye
;
147
else if (
ye
< *miny)
148
*miny =
ye
;
155
qe = (
ye
>= 0) ? 0 : 3;
157
qe = (
ye
>= 0) ? 1 : 2;
160
|| ((qs == qe) && (double(xs) *
ye
< double(xe) * ys)))
/src/external/lgpl3/mpfr/dist/src/
ubf.c
203
mpz_t xe,
ye
;
local
207
mpfr_init_get_zexp (
ye
, y);
208
c = mpz_cmp (xe,
ye
) < 0;
210
mpz_clear (
ye
);
248
mpz_t xe,
ye
;
local
252
mpfr_init_get_zexp (
ye
, y);
253
mpz_sub (xe, xe,
ye
);
254
mpz_clear (
ye
);
/src/sys/arch/x68k/stand/libiocs/
iocs.h
151
short
ye
;
member in struct:iocs_clipxy
/src/sys/arch/sgimips/gio/
newport.c
554
int xe,
ye
;
local
560
ye
= ys;
564
ye
= ys + he - 1;
587
rex3_write(dc, REX3_REG_XYENDI, (xe << REX3_XYENDI_XSHIFT) |
ye
);
Completed in 34 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026