Searched refs:denominator (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dlambda.h42 represents the denominator for every element in the matrix. */
48 int denominator; member in struct:__anon1185
53 #define LTM_DENOMINATOR(T) ((T)->denominator)
58 The DENOMINATOR represents the denominator for each coefficient in the
68 int denominator; member in struct:__anon1186
72 #define LBV_DENOMINATOR(T) ((T)->denominator)
82 DENOMINATOR is the denominator for all of the coefficients and constants in
91 int denominator; member in struct:lambda_linear_expression_s
98 #define LLE_DENOMINATOR(T) ((T)->denominator)
H A Dlambda-code.c289 fprintf (outfile, " denominator: %d\n", LLE_DENOMINATOR (expr));
813 /* Include the denominator in the GCD. */
1581 /* Handle any denominator that occurs. */
1584 tree denominator = build_int_cst (type, LBV_DENOMINATOR (lbv)); local
1586 build2 (CEIL_DIV_EXPR, type, name, denominator));
1754 /* Handle any denominator that occurs. */
1762 /* name = {ceil, floor}(name/denominator) */
/freebsd-9.3-release/contrib/bmake/mk/
H A Dhost-target.mk28 # tr is insanely non-portable, accommodate the lowest common denominator
/freebsd-9.3-release/usr.bin/units/
H A Dunits.c54 char *denominator[MAXSUBUNITS]; member in struct:unittype
212 theunit->numerator[0] = theunit->denominator[0] = NULL;
262 for (ptr = theunit->denominator; *ptr; ptr++) {
263 if (ptr > theunit->denominator && **ptr &&
389 if (addsubunit(doingtop ^ flip ? theunit->numerator : theunit->denominator, item))
421 for (count = 0, ptr = theunit->denominator; *ptr; ptr++, count++);
422 qsort(theunit->denominator, count, sizeof(char *), compare);
432 den = theunit->denominator;
543 product = theunit->denominator;
573 Reduces numerator and denominator o
[all...]
/freebsd-9.3-release/contrib/gperf/src/
H A Doptions.cc941 float denominator = 1; local
953 denominator = strtod (denomptr, &endptr);
966 _size_multiple = numerator / denominator;
/freebsd-9.3-release/contrib/gcc/config/
H A Dfp-bit.c974 fractype denominator;
1011 ( numerator / denominator) * 2^(numerator exponent - denominator exponent)
1016 denominator = b->fraction.ll;
1018 if (numerator < denominator)
1029 if (numerator >= denominator)
1032 numerator -= denominator;
/freebsd-9.3-release/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_attach.c540 int denominator; local
598 * in 11A mode the denominator of spur_freq_sd should be 40 and
601 denominator = IEEE80211_IS_CHAN_2GHZ(chan) ? 440 : 400;
602 spur_freq_sd = ((bb_spur * 2048) / denominator) & 0x3ff;
/freebsd-9.3-release/sys/dev/ath/ath_hal/ar9002/
H A Dar9280_attach.c511 int denominator; local
621 * in 11A mode the denominator of spur_freq_sd should be 40 and
624 denominator = IEEE80211_IS_CHAN_2GHZ(chan) ? 44 : 40;
625 spur_freq_sd = ((bb_spur_off * 2048) / denominator) & 0x3ff;
/freebsd-9.3-release/sys/compat/linux/
H A Dlinux_videodev2.h249 __u32 denominator; member in struct:v4l2_fract

Completed in 154 milliseconds