OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RATIO
(Results
1 - 5
of
5
) sorted by relevancy
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/ddc/
edid.h
176
#define
RATIO
(x) ((x[1] & 0xC0) >> 6)
183
#define _VSIZE1(x,y,r) switch(
RATIO
(x)){ \
/xsrc/external/mit/xorg-server/dist/hw/xfree86/ddc/
edid.h
174
#define
RATIO
(x) ((x[1] & 0xC0) >> 6)
181
#define _VSIZE1(x,y,r) switch(
RATIO
(x)){ \
/xsrc/external/mit/xedit/dist/lisp/
read.c
1367
char *
ratio
, *ptr;
local
1378
ratio
= strchr(str, '/');
1379
if (
ratio
) {
1380
/* check if looks like a correctly specified
ratio
*/
1381
if (
ratio
[1] == '\0' || strchr(
ratio
+ 1, '/') != NULL)
1384
/*
ratio
must point to an integer in radix base */
1385
*
ratio
++ = '\0';
1456
if (!
ratio
&& radix != 10 && str[len] == '.')
1459
if (
ratio
|| radix != 10)
1499
mpi_setstr(mpr_den(big
ratio
),
ratio
, radix);
local
1508
mpi_setstr(mpr_den(big
ratio
),
ratio
, radix);
local
[
all
...]
helper.c
199
if (left->data.
ratio
.numerator ==
200
right->data.
ratio
.numerator &&
201
left->data.
ratio
.denominator ==
202
right->data.
ratio
.denominator)
219
if (mpr_cmp(left->data.mp.
ratio
, right->data.mp.
ratio
) == 0)
500
mpr *
ratio
= LispMalloc(sizeof(mpr));
local
502
mpr_init(
ratio
);
503
mpr_setd(
ratio
, DFLOAT_VALUE(object));
504
if (mpr_fiti(
ratio
)) {
[
all
...]
internal.h
231
/*
ratio
*/
234
#define
RATIO
(num, den) LispNewRatio(num, den)
240
#define BIGRATIO(
ratio
) LispNewBigratio(
ratio
)
582
}
ratio
;
member in union:_LispObj::__anon6613
585
mpr *
ratio
;
member in union:_LispObj::__anon6613::__anon6616
Completed in 8 milliseconds
Indexes created Wed Jul 01 00:25:26 UTC 2026