Searched defs:dividend (Results 1 - 22 of 22) sorted by relevance

/src/sys/lib/libkern/arch/sparc/
H A Ddivrem.m483 define(dividend, `%o0') macro
[all...]
/src/sys/lib/libkern/arch/sparc64/
H A Ddivrem.m487 define(dividend, `%o0') macro
[all...]
/src/lib/libc/arch/sparc/gen/
H A Ddivrem.m483 define(dividend, `%o0') macro
[all...]
/src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
H A Ddivdc3_test.c55 double _Complex dividend; local in function:test__divdc3
58 __real__ dividend = a; local in function:test__divdc3
59 __imag__ dividend = b; local in function:test__divdc3
H A Ddivsc3_test.c55 float _Complex dividend; local in function:test__divsc3
58 __real__ dividend = a; local in function:test__divsc3
59 __imag__ dividend = b; local in function:test__divsc3
H A Ddivtc3_test.c57 long double _Complex dividend; local in function:test__divtc3
60 __real__ dividend = a; local in function:test__divtc3
61 __imag__ dividend = b; local in function:test__divtc3
H A Ddivxc3_test.c57 long double _Complex dividend; local in function:test__divxc3
60 __real__ dividend = a; local in function:test__divxc3
61 __imag__ dividend = b; local in function:test__divxc3
H A Dmuldc3_test.c55 double _Complex dividend; local in function:test__muldc3
58 __real__ dividend = a; local in function:test__muldc3
59 __imag__ dividend = b; local in function:test__muldc3
H A Dmulsc3_test.c55 float _Complex dividend; local in function:test__mulsc3
58 __real__ dividend = a; local in function:test__mulsc3
59 __imag__ dividend = b; local in function:test__mulsc3
H A Dmultc3_test.c58 long double _Complex dividend; local in function:test__multc3
61 __real__ dividend = a; local in function:test__multc3
62 __imag__ dividend = b; local in function:test__multc3
H A Dmulxc3_test.c57 long double _Complex dividend; local in function:test__mulxc3
60 __real__ dividend = a; local in function:test__mulxc3
61 __imag__ dividend = b; local in function:test__mulxc3
/src/sys/external/bsd/compiler_rt/dist/test/Unit/
H A Ddivdc3_test.c54 double _Complex dividend; local in function:test__divdc3
57 __real__ dividend = a; local in function:test__divdc3
58 __imag__ dividend = b; local in function:test__divdc3
H A Ddivsc3_test.c54 float _Complex dividend; local in function:test__divsc3
57 __real__ dividend = a; local in function:test__divsc3
58 __imag__ dividend = b; local in function:test__divsc3
H A Ddivtc3_test.c58 long double _Complex dividend; local in function:test__divtc3
61 __real__ dividend = a; local in function:test__divtc3
62 __imag__ dividend = b; local in function:test__divtc3
H A Ddivxc3_test.c57 long double _Complex dividend; local in function:test__divxc3
60 __real__ dividend = a; local in function:test__divxc3
61 __imag__ dividend = b; local in function:test__divxc3
H A Dmuldc3_test.c54 double _Complex dividend; local in function:test__muldc3
57 __real__ dividend = a; local in function:test__muldc3
58 __imag__ dividend = b; local in function:test__muldc3
H A Dmulsc3_test.c54 float _Complex dividend; local in function:test__mulsc3
57 __real__ dividend = a; local in function:test__mulsc3
58 __imag__ dividend = b; local in function:test__mulsc3
H A Dmultc3_test.c57 long double _Complex dividend; local in function:test__multc3
60 __real__ dividend = a; local in function:test__multc3
61 __imag__ dividend = b; local in function:test__multc3
H A Dmulxc3_test.c57 long double _Complex dividend; local in function:test__mulxc3
60 __real__ dividend = a; local in function:test__mulxc3
61 __imag__ dividend = b; local in function:test__mulxc3
/src/sys/external/bsd/drm2/include/linux/
H A Dmath64.h42 div64_u64(int64_t dividend, uint64_t divisor) argument
48 div_u64(int64_t dividend, uint32_t divisor) argument
54 div64_s64(int64_t dividend, int64_t divisor) argument
60 DIV64_U64_ROUND_UP(uint64_t dividend, uint64_t divisor) argument
66 div_s64(int64_t dividend, int32_t divisor) argument
72 div_u64_rem(uint64_t dividend,uint32_t divisor,uint32_t * rem) argument
79 div64_u64_rem(uint64_t dividend,uint64_t divisor,uint64_t * rem) argument
[all...]
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/basics/
H A Damdgpu_fixpt31_32.c48 complete_integer_division_u64(unsigned long long dividend,unsigned long long divisor,unsigned long long * remainder) argument
/src/sys/dev/i2c/
H A Ddbcool.c2160 int32_t limit, dividend; local in function:dbcool_set_fan_limits

Completed in 14 milliseconds