/bionic/libm/upstream-freebsd/lib/msun/src/ |
e_remainderl.c | 35 int quo; local 37 return (remquol(x, y, &quo));
|
/prebuilts/go/darwin-x86/src/go/constant/ |
value.go | 203 return floatVal{a.Quo(a, b)} 234 return floatVal{fa.Quo(fa, fb)} 945 // instead of token.QUO; the result is guaranteed to be Int in this case. 984 case token.QUO: 1014 case token.QUO: 1017 c.Quo(a, b) 1044 case token.QUO: 1045 c.Quo(a, b) 1062 case token.QUO: 1063 c.Quo(a, b 1122 func quo(x, y Value) Value { return BinaryOp(x, token.QUO, y) } func [all...] |
/prebuilts/go/linux-x86/src/go/constant/ |
value.go | 203 return floatVal{a.Quo(a, b)} 234 return floatVal{fa.Quo(fa, fb)} 945 // instead of token.QUO; the result is guaranteed to be Int in this case. 984 case token.QUO: 1014 case token.QUO: 1017 c.Quo(a, b) 1044 case token.QUO: 1045 c.Quo(a, b) 1062 case token.QUO: 1063 c.Quo(a, b 1122 func quo(x, y Value) Value { return BinaryOp(x, token.QUO, y) } func [all...] |
/external/compiler-rt/lib/msan/tests/ |
msan_test.cc | 1770 int quo; local 1777 int quo; local 1784 int quo; local [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
datetimemodule.c | 131 int quo;
local 134 quo = x / y;
135 *r = x - quo * y;
137 --quo;
141 return quo;
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
datetimemodule.c | 131 int quo;
local 134 quo = x / y;
135 *r = x - quo * y;
137 --quo;
141 return quo;
[all...] |