Searched refs:numerator (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libparted/common/include/parted/
H A Dnatmath.h92 ped_div_round_up (PedSector numerator, PedSector divisor) argument
94 return (numerator + divisor - 1) / divisor;
99 ped_div_round_to_nearest (PedSector numerator, PedSector divisor) argument
101 return (numerator + divisor/2) / divisor;
/osnet-11/usr/src/lib/libc/i386/gen/
H A Dldivide.s49 orl %edx,%edx / force numerator positive
70 rcll $1,%edx / numerator * 2 (also quotient)
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/unicode/
H A Ducdata.c1213 num->numerator = (int) *vp++;
1262 num.numerator = num.denominator = -111;
1433 printf("UCNUMBER: 0x30 = %d/%d\n", num.numerator, num.denominator);
1435 printf("UCNUMBER: 0x30 = %d\n", num.numerator);
1441 printf("UCNUMBER: 0xbc = %d/%d\n", num.numerator, num.denominator);
1443 printf("UCNUMBER: 0xbc = %d\n", num.numerator);
1450 printf("UCNUMBER: 0xff19 = %d/%d\n", num.numerator, num.denominator);
1452 printf("UCNUMBER: 0xff19 = %d\n", num.numerator);
1458 printf("UCNUMBER: 0x4e00 = %d/%d\n", num.numerator, num.denominator);
1460 printf("UCNUMBER: 0x4e00 = %d\n", num.numerator);
[all...]
H A Ducdata.h299 int numerator; member in struct:ucnumber
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigRat.pm738 sub numerator subroutine
1375 =head2 numerator()
1377 $n = $x->numerator();
1379 Returns a copy of the numerator (the part above the line) as signed BigInt.
1391 Return a list consisting of (signed) numerator and (unsigned) denominator as
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dvasnprintf.c1172 mpn_t numerator; local
1175 tmp_memory = multiply (m, pow5, &numerator);
1192 z_memory = divide (numerator, denominator, &z);
1199 mpn_t numerator; local
1237 numerator.limbs = num_ptr;
1238 numerator.nlimbs = destptr - num_ptr;
1240 z_memory = divide (numerator, pow5, &z);

Completed in 251 milliseconds