| /src/external/gpl2/groff/dist/src/libs/libgroff/ |
| fmod.c | 27 double quot = x/y; local 28 return x - (quot < 0.0 ? ceil(quot) : floor(quot)) * y;
|
| /src/include/ |
| inttypes.h | 58 intmax_t quot; member in struct:__anon123
|
| stdlib.h | 57 int quot; /* quotient */ member in struct:__anon165 62 long quot; /* quotient */ member in struct:__anon166 70 long long int quot; /* quotient */ member in struct:__anon167 78 quad_t quot; /* quotient */ member in struct:__anon168
|
| /src/sys/arch/arm/include/ |
| aeabi.h | 132 typedef struct { long long quot; long long rem; } lldiv_t; member in struct:__anon1057 135 typedef struct { unsigned long long quot; unsigned long long rem; } ulldiv_t; member in struct:__anon1058 157 typedef struct { int quot, rem; } idiv_return; member in struct:__anon1059 158 typedef struct { unsigned int quot, rem; } uidiv_return; member in struct:__anon1060
|
| /src/external/gpl3/gcc/dist/libgcc/config/gcn/ |
| lib2-vec_divmod-di.c | 74 v64di quot = UNPACK_DI_LOW (v64di, pair); local 76 VECTOR_COND_MOVE (quot, -quot, nega ^ negb); 78 pair = PACK_DI_PAIR (quot, rem);
|
| lib2-vec_divmod-hi.c | 74 v64hi quot = UNPACK_SI_LOW (v64hi, pair); local 76 VECTOR_COND_MOVE (quot, -quot, nega ^ negb); 78 pair = PACK_SI_PAIR (quot, rem);
|
| lib2-vec_divmod-qi.c | 74 v64qi quot = UNPACK_SI_LOW (v64qi, pair); local 76 VECTOR_COND_MOVE (quot, -quot, nega ^ negb); 78 pair = PACK_SI_PAIR (quot, rem);
|
| lib2-vec_divmod.c | 74 v64si quot = UNPACK_SI_LOW (v64si, pair); local 76 VECTOR_COND_MOVE (quot, -quot, nega ^ negb); 78 pair = PACK_SI_PAIR (quot, rem);
|
| lib2-divmod-di.c | 29 struct {DItype quot, rem;} pair; member in struct:pack::__anon14243 33 struct {UDItype quot, rem;} pair; member in struct:upack::__anon14244 52 res.pair.quot |= bit; 84 res.pair.quot = -res.pair.quot; 95 return u.pair.quot; 112 return u.pair.quot;
|
| lib2-divmod.c | 29 struct {SItype quot, rem;} pair; member in struct:pack::__anon14245 33 struct {USItype quot, rem;} pair; member in struct:upack::__anon14246 52 res.pair.quot |= bit; 84 res.pair.quot = -res.pair.quot; 95 return u.pair.quot; 112 return u.pair.quot;
|
| /src/external/gpl3/gcc/dist/libquadmath/math/ |
| lgammaq_product.c | 34 __float128 quot = t / xi; local 36 mul_splitq (&mhi, &mlo, quot, xi); 38 /* We want (1 + RET + RET_EPS) * (1 + QUOT + QUOT_LO) - 1. */ 40 mul_splitq (&rhi, &rlo, ret, quot); 41 __float128 rpq = ret + quot; 42 __float128 rpq_eps = (ret - rpq) + quot; 45 ret_eps += (rpq_eps + nret_eps + rlo + ret_eps * quot
|
| /src/external/gpl3/gcc.old/dist/libquadmath/math/ |
| lgammaq_product.c | 34 __float128 quot = t / xi; local 36 mul_splitq (&mhi, &mlo, quot, xi); 38 /* We want (1 + RET + RET_EPS) * (1 + QUOT + QUOT_LO) - 1. */ 40 mul_splitq (&rhi, &rlo, ret, quot); 41 __float128 rpq = ret + quot; 42 __float128 rpq_eps = (ret - rpq) + quot; 45 ret_eps += (rpq_eps + nret_eps + rlo + ret_eps * quot
|
| /src/external/lgpl3/gmp/dist/tests/mpz/ |
| dive.c | 30 mpz_t prod, quot; local 50 mpz_init (quot); 78 mpz_divexact (quot, prod, op2); 79 MPZ_CHECK_FORMAT (quot); 81 if (mpz_cmp (quot, op1) != 0) 84 mpz_trace (" got ", quot); 96 mpz_clear (quot);
|
| /src/external/gpl3/gcc/dist/libgcc/config/cris/ |
| arit.c | 55 long quot; member in struct:quot_rem 76 ret.quot = 0xffffffff; 149 ret.quot = (a & ((1 << quot_digits) - 1)) + extra; 197 return do_31div (a, b).quot+extra; 232 res = do_31div (a, __builtin_labs (b)).quot;
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/cris/ |
| arit.c | 55 long quot; member in struct:quot_rem 76 ret.quot = 0xffffffff; 149 ret.quot = (a & ((1 << quot_digits) - 1)) + extra; 197 return do_31div (a, b).quot+extra; 232 res = do_31div (a, __builtin_labs (b)).quot;
|
| /src/external/gpl3/gcc/dist/libgcc/config/rl78/ |
| divmodqi.S | 31 quot = r8 define 37 quot = r10 define 83 ;; (quot,rem) = 4[hl] /% 6[hl] 103 ;; zero out quot 104 mov quot, #0 149 mov a, quot 151 mov quot, a
|
| divmodhi.S | 385 quot = r8 define 391 quot = r10 define 396 quotB0 = quot 397 quotB1 = quot+1 437 ;; (quot,rem) = 8[sp] /% 10[sp] 444 ;; (quot,rem) = 16[sp] /% 20[sp] 458 movw quot, #0 466 ;; zero out quot 467 movw quot, #0
|
| divmodsi.S | 562 quot = r8 define 568 quot = r12 define 573 quotH = quot+2 574 quotL = quot 575 quotB0 = quot 576 quotB1 = quot+1 577 quotB2 = quot+2 578 quotB3 = quot+3 646 ;; (quot,rem) = 8[sp] /% 12[sp] 672 ;; (quot,rem) = 16[sp] /% 20[sp [all...] |
| /src/external/gpl3/gcc.old/dist/libgcc/config/rl78/ |
| divmodqi.S | 31 quot = r8 define 37 quot = r10 define 83 ;; (quot,rem) = 4[hl] /% 6[hl] 103 ;; zero out quot 104 mov quot, #0 149 mov a, quot 151 mov quot, a
|
| divmodhi.S | 385 quot = r8 define 391 quot = r10 define 396 quotB0 = quot 397 quotB1 = quot+1 437 ;; (quot,rem) = 8[sp] /% 10[sp] 444 ;; (quot,rem) = 16[sp] /% 20[sp] 458 movw quot, #0 466 ;; zero out quot 467 movw quot, #0
|
| divmodsi.S | 562 quot = r8 define 568 quot = r12 define 573 quotH = quot+2 574 quotL = quot 575 quotB0 = quot 576 quotB1 = quot+1 577 quotB2 = quot+2 578 quotB3 = quot+3 646 ;; (quot,rem) = 8[sp] /% 12[sp] 672 ;; (quot,rem) = 16[sp] /% 20[sp [all...] |
| /src/lib/libc/citrus/ |
| citrus_prop.c | 253 int errnum, quot, ch; local 267 quot = _memstream_getc(ms); 268 switch (quot) { 272 _memstream_ungetc(ms, quot); 273 quot = EOF; 278 s[n] = quot; 280 quot = EOF; 293 if (quot == ch || (quot == EOF &&
|
| /src/usr.bin/split/ |
| split.c | 319 int quot, i; local 327 quot = fnum; 356 quot = 0; 361 fpnt[i] = quot % 26 + 'a'; 362 quot = quot / 26; 364 if (quot > 0)
|
| /src/sys/dev/usb/ |
| uep.c | 373 int quot = num / rat; local 376 quot++; 377 return quot + off;
|
| /src/external/bsd/less/dist/ |
| os.c | 410 uintmax quot = qnum + rnum / den; local 412 return quot + (den / 2 < rem + (quot & ~den & 1));
|