/prebuilts/go/darwin-x86/src/encoding/pem/ |
pem_test.go | 41 result, remainder := Decode([]byte(pemData)) 45 result, remainder = Decode(remainder) 53 result, remainder = Decode(remainder) 57 result, remainder = Decode(remainder) 61 result, remainder = Decode(remainder) 66 result, remainder = Decode(remainder [all...] |
/prebuilts/go/linux-x86/src/encoding/pem/ |
pem_test.go | 41 result, remainder := Decode([]byte(pemData)) 45 result, remainder = Decode(remainder) 53 result, remainder = Decode(remainder) 57 result, remainder = Decode(remainder) 61 result, remainder = Decode(remainder) 66 result, remainder = Decode(remainder [all...] |
/build/soong/ui/build/ |
proc_sync.go | 112 checkDeadline() (done bool, remainder string) 132 func (s *sleepWaiter) checkDeadline() (done bool, remainder string) {
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/ |
DivU64x64Remainder.S | 19 # both the quotient and the remainder
33 # OUT UINT64 *Remainder OPTIONAL
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/fraction/ |
ProperBigFractionFormat.java | 98 num = num.remainder(den);
|
/external/clang/test/SemaCXX/ |
null_in_arithmetic_ops.cpp | 22 expected-warning {{remainder by zero is undefined}} 49 // expected-warning{{remainder by zero is undefined}} 62 // expected-warning{{remainder by zero is undefined}}
|
/external/compiler-rt/lib/builtins/arm/ |
umodsi3.S | 24 @ Calculate and return the remainder of the (unsigned) division.
|
/external/guava/guava/src/com/google/common/primitives/ |
UnsignedInteger.java | 172 return fromIntBits(UnsignedInts.remainder(value, checkNotNull(val).value));
|
UnsignedInts.java | 192 public static int remainder(int dividend, int divisor) { method in class:UnsignedInts
|
UnsignedLong.java | 171 return fromLongBits(UnsignedLongs.remainder(value, checkNotNull(val).value));
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
CollationKeys.java | 496 int remainder = commonSecondaries % SEC_COMMON_MAX_COUNT; local 499 b = SEC_COMMON_LOW + remainder; 501 b = SEC_COMMON_HIGH - remainder; 504 commonSecondaries -= remainder; [all...] |
/external/icu/icu4c/source/i18n/ |
collationkeys.cpp | 384 int32_t remainder = commonSecondaries % SEC_COMMON_MAX_COUNT; local 387 b = SEC_COMMON_LOW + remainder; 389 b = SEC_COMMON_HIGH - remainder; 392 commonSecondaries -= remainder;
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
CollationKeys.java | 492 int remainder = commonSecondaries % SEC_COMMON_MAX_COUNT; local 495 b = SEC_COMMON_LOW + remainder; 497 b = SEC_COMMON_HIGH - remainder; 500 commonSecondaries -= remainder; [all...] |
/libcore/ojluni/src/main/native/ |
fdlibm.h | 164 extern double remainder __P((double, double));
|
/prebuilts/go/darwin-x86/src/math/ |
sqrt.go | 74 // Together with the remainder, we can decide whether the 139 if ix != 0 { // remainder, result not exact
|
/prebuilts/go/darwin-x86/src/runtime/ |
sqrt.go | 79 // Together with the remainder, we can decide whether the 148 if ix != 0 { // remainder, result not exact
|
/prebuilts/go/linux-x86/src/math/ |
sqrt.go | 74 // Together with the remainder, we can decide whether the 139 if ix != 0 { // remainder, result not exact
|
/prebuilts/go/linux-x86/src/runtime/ |
sqrt.go | 79 // Together with the remainder, we can decide whether the 148 if ix != 0 { // remainder, result not exact
|
/prebuilts/ndk/r11/sources/android/support/src/ |
math_support.c | 85 __attribute__((weak)) long double remainderl(long double x, long double y) { return remainder((double)x, (double)y); }
|
/prebuilts/ndk/r13/sources/android/support/src/ |
math_support.c | 85 __attribute__((weak)) long double remainderl(long double x, long double y) { return remainder((double)x, (double)y); }
|
/external/python/cpython2/Demo/turtle/ |
tdemo_nim.py | 105 packet, remainder = divmod(col, 5) 106 x = (3 + 11 * packet + 2 * remainder) * WUNIT
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/ |
tgmath.h | 154 #define remainder(x,y) __TGMATH_REAL_2(x, y, remainder) macro
|
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/ |
tgmath.h | 165 #define remainder(x,y) __TGMATH_REAL_2(x, y, remainder) macro
|
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/ |
tgmath.h | 165 #define remainder(x,y) __TGMATH_REAL_2(x, y, remainder) macro
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/ |
tgmath.h | 154 #define remainder(x,y) __TGMATH_REAL_2(x, y, remainder) macro
|