Home
last modified time | relevance | path

Searched refs:NUM2 (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libgcc/
Dfixed-bit.h1263 #define FIXED_MAX1(NUM1,NUM2) (0x1.0p ## NUM1 - 0x1.0p- ## NUM2) argument
1264 #define FIXED_MAX2(NUM1,NUM2) FIXED_MAX1(NUM1,NUM2) argument
/netbsd/src/external/lgpl3/gmp/dist/doc/
Dgmp.info-13437 -- Macro: int mpq_cmp_ui (const mpq_t OP1, unsigned long int NUM2,
3439 -- Macro: int mpq_cmp_si (const mpq_t OP1, long int NUM2, unsigned long
3441 Compare OP1 and NUM2/DEN2. Return a positive value if OP1 >
3442 NUM2/DEN2, zero if OP1 = NUM2/DEN2, and a negative value if OP1 <
3443 NUM2/DEN2.
3445 NUM2 and DEN2 are allowed to have common factors.