| /freebsd/usr.bin/units/ |
| H A D | units.c | 53 char *numerator[MAXSUBUNITS]; member 222 theunit->numerator[0] = theunit->denominator[0] = NULL; in initializeunit() 256 for (ptr = theunit->numerator; *ptr; ptr++) { in showunit() 257 if (ptr > theunit->numerator && **ptr && in showunit() 402 if (addsubunit(doingtop ^ flip ? theunit->numerator : theunit->denominator, item)) { in addunit() 435 for (count = 0, ptr = theunit->numerator; *ptr; ptr++, count++); in sortunit() 436 qsort(theunit->numerator, count, sizeof(char *), compare); in sortunit() 449 num = theunit->numerator; in cancelunit() 560 product = theunit->numerator; in reduceproduct() 588 Reduces numerator an [all...] |
| /freebsd/crypto/krb5/src/lib/krb5/unicode/ucdata/ |
| H A D | ucdata.c | 1216 num->numerator = (int) *vp++; in ucnumber_lookup() 1265 num.numerator = num.denominator = -111; in ucgetnumber() 1436 printf("UCNUMBER: 0x30 = %d/%d\n", num.numerator, num.denominator); in main() 1438 printf("UCNUMBER: 0x30 = %d\n", num.numerator); in main() 1444 printf("UCNUMBER: 0xbc = %d/%d\n", num.numerator, num.denominator); in main() 1446 printf("UCNUMBER: 0xbc = %d\n", num.numerator); in main() 1453 printf("UCNUMBER: 0xff19 = %d/%d\n", num.numerator, num.denominator); in main() 1455 printf("UCNUMBER: 0xff19 = %d\n", num.numerator); in main() 1461 printf("UCNUMBER: 0x4e00 = %d/%d\n", num.numerator, num.denominator); in main() 1463 printf("UCNUMBER: 0x4e00 = %d\n", num.numerator); in main() [all …]
|
| H A D | ucgendat.c | 193 short numerator; member 739 if (nums[n].numerator == num && nums[n].denominator == denom) in make_number() 753 nums[n].numerator = num; in make_number() 1824 if (nums[i].numerator < 0) { in write_cdata() 1826 nums[i].numerator, nums[i].denominator); in write_cdata() 1829 nums[i].numerator, nums[i].denominator); in write_cdata()
|
| H A D | api.txt | 160 int numerator; 167 field with the numerator and denominator. If the code happens to be a 171 The original code would set numerator = denominator for regular digits.
|
| H A D | ucdata.h | 302 int numerator; member
|
| H A D | format.txt | 264 ValueNodes array contains pairs of integers which represent the numerator
|
| /freebsd/sys/dev/clk/rockchip/ |
| H A D | rk_clk_fract.c | 60 uint32_t numerator; member 148 sc->numerator = (reg >> 16) & 0xFFFF; in rk_clk_fract_init() 194 *freq *= sc->numerator; in rk_clk_fract_recalc() 247 sc->numerator = (uint32_t)div_n; in rk_clk_fract_set_freq() 251 WR4(clk, sc->offset, sc->numerator << 16 | sc->denominator); in rk_clk_fract_set_freq()
|
| /freebsd/usr.bin/gprof/ |
| H A D | gprof.callg | 49 this parent. This is the numerator of the 76 function. This is the numerator of the
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | MallocOverflowSecurityChecker.cpp | 200 const Expr *numerator = BOp->getLHS()->IgnoreParenImpCasts(); in CheckAssignmentExpr() local 201 if (numerator->isEvaluatable(Context)) in CheckAssignmentExpr()
|
| /freebsd/crypto/openssl/test/ |
| H A D | bntest.c | 2410 BIGNUM *numerator = NULL, *denominator = NULL; in test_negzero() local 2431 if (!TEST_ptr(numerator = BN_new()) in test_negzero() 2435 BN_set_flags(numerator, BN_FLG_CONSTTIME); in test_negzero() 2439 if (!TEST_true(BN_set_word(numerator, 1)) in test_negzero() 2442 BN_set_negative(numerator, 1); in test_negzero() 2443 if (!TEST_true(BN_div(a, b, numerator, denominator, ctx)) in test_negzero() 2450 || !TEST_true(BN_div(a, b, numerator, denominator, ctx)) in test_negzero() 2454 BN_free(numerator); in test_negzero() 2456 numerator = denominator = NULL; in test_negzero() 2471 BN_free(numerator); in test_negzero()
|
| /freebsd/usr.bin/sed/tests/ |
| H A D | math.sed | 238 # .[/%] numerator q quotient r remainder-divisor @stack
|
| /freebsd/sys/ufs/ffs/ |
| H A D | ffs_alloc.c | 1246 int depth, range, start, end, numdirs, power, numerator, denominator; in ffs_dirpref() local 1287 numerator = (numdirs & ~(1 << (power - 1))) * 2 + 1; in ffs_dirpref() 1289 prefcg = (curcg - (range / 2) + (range * numerator / denominator)); in ffs_dirpref()
|
| /freebsd/sys/contrib/v4l/ |
| H A D | videodev2.h | 238 __u32 numerator; member
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | ratio | 242 static_assert(__static_abs<_Num>::value >= 0, "ratio numerator is out of range");
|
| /freebsd/share/dict/ |
| H A D | web2 | 128662 numerator
|