HomeSort by: relevance | last modified time | path
    Searched defs:divisor (Results 1 - 25 of 42) sorted by relevancy

1 2

  /src/sys/arch/sun2/include/
leds.h 35 u_char divisor; /* divides 100 Hz clock (0 means 256). */ member in struct:led_patterns
  /src/sys/arch/sun3/include/
leds.h 35 u_char divisor; /* divides 100 Hz clock (0 means 256). */ member in struct:led_patterns
  /src/sys/arch/vax/include/
leds.h 35 u_char divisor; /* divides 100 Hz clock (0 means 256). */ member in struct:led_patterns
  /src/lib/libc/arch/sparc/gen/
divrem.m4 47 * Input: dividend and divisor in %o0 and %o1 respectively.
68 * V the current comparand, initially divisor*2^(ITER*N-1)
84 define(divisor, `%o1') macro
133 orcc divisor, dividend, %g0 ! either negative?
136 `xor divisor, dividend, SIGN',
138 tst divisor
141 ! divisor is definitely negative; dividend might also be negative
143 neg divisor ! in any case, make divisor nonneg
144 1: ! dividend is negative, divisor is nonnegativ
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/test/Unit/
muldc3_test.c 55 double _Complex divisor; local in function:test__muldc3
59 __real__ divisor = c; local in function:test__muldc3
60 __imag__ divisor = d; local in function:test__muldc3
65 switch (classify(divisor))
90 switch (classify(divisor))
117 switch (classify(divisor))
142 switch (classify(divisor))
167 switch (classify(divisor))
multc3_test.c 58 long double _Complex divisor; local in function:test__multc3
62 __real__ divisor = c; local in function:test__multc3
63 __imag__ divisor = d; local in function:test__multc3
68 switch (classify(divisor))
93 switch (classify(divisor))
120 switch (classify(divisor))
145 switch (classify(divisor))
170 switch (classify(divisor))
mulxc3_test.c 58 long double _Complex divisor; local in function:test__mulxc3
62 __real__ divisor = c; local in function:test__mulxc3
63 __imag__ divisor = d; local in function:test__mulxc3
68 switch (classify(divisor))
93 switch (classify(divisor))
120 switch (classify(divisor))
145 switch (classify(divisor))
170 switch (classify(divisor))
divdc3_test.c 55 double _Complex divisor; local in function:test__divdc3
59 __real__ divisor = c; local in function:test__divdc3
60 __imag__ divisor = d; local in function:test__divdc3
65 switch (classify(divisor))
90 switch (classify(divisor))
121 switch (classify(divisor))
146 switch (classify(divisor))
171 switch (classify(divisor))
divsc3_test.c 55 float _Complex divisor; local in function:test__divsc3
59 __real__ divisor = c; local in function:test__divsc3
60 __imag__ divisor = d; local in function:test__divsc3
65 switch (classify(divisor))
90 switch (classify(divisor))
121 switch (classify(divisor))
146 switch (classify(divisor))
171 switch (classify(divisor))
divtc3_test.c 59 long double _Complex divisor; local in function:test__divtc3
63 __real__ divisor = c; local in function:test__divtc3
64 __imag__ divisor = d; local in function:test__divtc3
69 switch (classify(divisor))
94 switch (classify(divisor))
125 switch (classify(divisor))
150 switch (classify(divisor))
175 switch (classify(divisor))
divxc3_test.c 58 long double _Complex divisor; local in function:test__divxc3
62 __real__ divisor = c; local in function:test__divxc3
63 __imag__ divisor = d; local in function:test__divxc3
68 switch (classify(divisor))
93 switch (classify(divisor))
124 switch (classify(divisor))
149 switch (classify(divisor))
174 switch (classify(divisor))
mulsc3_test.c 55 float _Complex divisor; local in function:test__mulsc3
59 __real__ divisor = c; local in function:test__mulsc3
60 __imag__ divisor = d; local in function:test__mulsc3
65 switch (classify(divisor))
90 switch (classify(divisor))
121 switch (classify(divisor))
146 switch (classify(divisor))
171 switch (classify(divisor))
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
muldc3_test.c 56 double _Complex divisor; local in function:test__muldc3
60 __real__ divisor = c; local in function:test__muldc3
61 __imag__ divisor = d; local in function:test__muldc3
66 switch (classify(divisor))
91 switch (classify(divisor))
118 switch (classify(divisor))
143 switch (classify(divisor))
168 switch (classify(divisor))
multc3_test.c 59 long double _Complex divisor; local in function:test__multc3
63 __real__ divisor = c; local in function:test__multc3
64 __imag__ divisor = d; local in function:test__multc3
69 switch (classify(divisor))
94 switch (classify(divisor))
121 switch (classify(divisor))
146 switch (classify(divisor))
171 switch (classify(divisor))
mulxc3_test.c 58 long double _Complex divisor; local in function:test__mulxc3
62 __real__ divisor = c; local in function:test__mulxc3
63 __imag__ divisor = d; local in function:test__mulxc3
68 switch (classify(divisor))
93 switch (classify(divisor))
120 switch (classify(divisor))
145 switch (classify(divisor))
170 switch (classify(divisor))
divdc3_test.c 56 double _Complex divisor; local in function:test__divdc3
60 __real__ divisor = c; local in function:test__divdc3
61 __imag__ divisor = d; local in function:test__divdc3
66 switch (classify(divisor))
91 switch (classify(divisor))
122 switch (classify(divisor))
147 switch (classify(divisor))
172 switch (classify(divisor))
divsc3_test.c 56 float _Complex divisor; local in function:test__divsc3
60 __real__ divisor = c; local in function:test__divsc3
61 __imag__ divisor = d; local in function:test__divsc3
66 switch (classify(divisor))
91 switch (classify(divisor))
122 switch (classify(divisor))
147 switch (classify(divisor))
172 switch (classify(divisor))
divtc3_test.c 58 long double _Complex divisor; local in function:test__divtc3
62 __real__ divisor = c; local in function:test__divtc3
63 __imag__ divisor = d; local in function:test__divtc3
68 switch (classify(divisor))
93 switch (classify(divisor))
124 switch (classify(divisor))
149 switch (classify(divisor))
174 switch (classify(divisor))
divxc3_test.c 58 long double _Complex divisor; local in function:test__divxc3
62 __real__ divisor = c; local in function:test__divxc3
63 __imag__ divisor = d; local in function:test__divxc3
68 switch (classify(divisor))
93 switch (classify(divisor))
124 switch (classify(divisor))
149 switch (classify(divisor))
174 switch (classify(divisor))
mulsc3_test.c 56 float _Complex divisor; local in function:test__mulsc3
60 __real__ divisor = c; local in function:test__mulsc3
61 __imag__ divisor = d; local in function:test__mulsc3
66 switch (classify(divisor))
91 switch (classify(divisor))
122 switch (classify(divisor))
147 switch (classify(divisor))
172 switch (classify(divisor))
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/basics/
amdgpu_conversion.c 47 int32_t divisor = 1 << fractional_bits; local in function:fixed_point_to_int_frac
55 if (d <= (uint16_t)(1 << integer_bits) - (1 / (uint16_t)divisor))
59 divisor));
67 divisor))));
  /src/sys/lib/libkern/arch/sparc/
divrem.m4 47 * Input: dividend and divisor in %o0 and %o1 respectively.
68 * V the current comparand, initially divisor*2^(ITER*N-1)
84 define(divisor, `%o1') macro
133 orcc divisor, dividend, %g0 ! either negative?
136 `xor divisor, dividend, SIGN',
138 tst divisor
141 ! divisor is definitely negative; dividend might also be negative
143 neg divisor ! in any case, make divisor nonneg
144 1: ! dividend is negative, divisor is nonnegativ
    [all...]
  /src/sys/lib/libkern/arch/sparc64/
divrem.m4 51 * Input: dividend and divisor in %o0 and %o1 respectively.
72 * V the current comparand, initially divisor*2^(ITER*N-1)
88 define(divisor, `%o1') macro
134 orcc divisor, dividend, %g0 ! either negative?
137 `xor divisor, dividend, SIGN',
139 tst divisor
142 ! divisor is definitely negative; dividend might also be negative
144 neg divisor ! in any case, make divisor nonneg
145 1: ! dividend is negative, divisor is nonnegativ
    [all...]
  /src/lib/libc/gen/
humanize_number.c 52 int64_t divisor, max, post = 1; local in function:humanize_number
64 divisor = 1000;
74 divisor = 1024;
147 bytes /= divisor;
159 bytes /= divisor;
  /src/sys/dev/ic/
ugvar.h 46 int divisor; member in struct:ug2_sensor_info

Completed in 18 milliseconds

1 2