Searched defs:rem (Results 1 - 25 of 262) sorted by relevance

1234567891011

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Ddivmoddi4.c20 __divmoddi4(di_int a, di_int b, di_int* rem) argument
H A Ddivmodsi4.c20 __divmodsi4(si_int a, si_int b, si_int* rem) argument
H A Dudivmodsi4.c20 __udivmodsi4(su_int a, su_int b, su_int* rem) argument
H A Dudivmoddi4.c24 __udivmoddi4(du_int a, du_int b, du_int* rem) argument
[all...]
H A Dudivmodti4.c26 __udivmodti4(tu_int a, tu_int b, tu_int* rem) argument
[all...]
/netbsd-current/include/
H A Dinttypes.h59 intmax_t rem; member in struct:__anon7393
/netbsd-current/sys/external/bsd/compiler_rt/dist/test/Unit/
H A Ddivmodsi4_test.c25 si_int rem; local
H A Dudivmodsi4_test.c24 su_int rem; local
/netbsd-current/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
H A Ddivmodsi4_test.c25 si_int rem; local
H A Dudivmodsi4_test.c24 su_int rem; local
/netbsd-current/external/gpl3/gcc/dist/libquadmath/math/
H A Dcbrtq.c67 int e, rem, sign; local
/netbsd-current/external/lgpl3/gmp/dist/mpz/
H A Dcdiv_q.c39 mpz_t rem; local
H A Dfdiv_r.c35 mpz_fdiv_r (mpz_ptr rem, mpz_srcptr dividend, mpz_srcptr divisor) argument
H A Dfdiv_q.c39 mpz_t rem; local
H A Dcdiv_r.c35 mpz_cdiv_r (mpz_ptr rem, mpz_srcptr dividend, mpz_srcptr divisor) argument
H A Dmod.c35 mpz_mod (mpz_ptr rem, mpz_srcptr dividend, mpz_srcptr divisor) argument
H A Dcdiv_qr.c35 mpz_cdiv_qr (mpz_ptr quot, mpz_ptr rem, mpz_srcptr dividend, mpz_srcptr divisor) argument
H A Dfdiv_qr.c35 mpz_fdiv_qr (mpz_ptr quot, mpz_ptr rem, mpz_srcptr dividend, mpz_srcptr divisor) argument
H A Dsqrtrem.c36 mpz_sqrtrem (mpz_ptr root, mpz_ptr rem, mpz_srcptr op) argument
/netbsd-current/external/gpl3/gcc.old/dist/libquadmath/math/
H A Dcbrtq.c67 int e, rem, sign; local
/netbsd-current/sys/arch/hppa/spmath/
H A Ddivu.S55 rem: .reg %r3 /* remainder and upper part of dividend */ label
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dnet_read.c51 size_t rem = nbytes; local
76 size_t rem = nbytes; local
[all...]
H A Dnet_write.c53 size_t rem = nbytes; local
83 size_t rem = nbytes; local
[all...]
/netbsd-current/sys/arch/arm/include/
H A Daeabi.h132 typedef struct { long long quot; long long rem; } lldiv_t; member in struct:__anon6
135 typedef struct { unsigned long long quot; unsigned long long rem; } ulldiv_t; member in struct:__anon7
157 typedef struct { int quot, rem; } idiv_return; member in struct:__anon8
158 typedef struct { unsigned int quot, rem; } uidiv_return; member in struct:__anon9
/netbsd-current/external/cddl/osnet/dist/uts/common/zmod/
H A Dadler32.c135 unsigned rem; local

Completed in 310 milliseconds

1234567891011