Searched refs:numerator (Results 1 – 10 of 10) sorted by relevance
/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/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 | 2189 BIGNUM *numerator = NULL, *denominator = NULL; in test_negzero() local 2210 if (!TEST_ptr(numerator = BN_new()) in test_negzero() 2214 BN_set_flags(numerator, BN_FLG_CONSTTIME); in test_negzero() 2218 if (!TEST_true(BN_set_word(numerator, 1)) in test_negzero() 2221 BN_set_negative(numerator, 1); in test_negzero() 2222 if (!TEST_true(BN_div(a, b, numerator, denominator, ctx)) in test_negzero() 2229 || !TEST_true(BN_div(a, b, numerator, denominator, ctx)) in test_negzero() 2233 BN_free(numerator); in test_negzero() 2235 numerator = denominator = NULL; in test_negzero() 2250 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
|