/external/skia/experimental/Intersection/ |
thingsToDo.txt | 167 about how far to move away in T before doing the intersection for the remainder
|
/external/qemu/distrib/sdl-1.2.15/src/stdlib/ |
SDL_malloc.c | 100 32 bytes plus the remainder from a system page (the minimal 3805 mchunkptr remainder = chunk_plus_offset(newp, nb); local 3915 mchunkptr remainder = chunk_plus_offset(p, nb); local [all...] |
/external/chromium_org/v8/src/arm/ |
lithium-codegen-arm.cc | 1436 Register remainder = scratch0(); local 1611 Register remainder = scratch0(); local [all...] |
/external/chromium_org/v8/src/mips/ |
lithium-codegen-mips.cc | 1276 Register remainder = ToRegister(instr->temp()); local 1430 Register remainder = scratch0(); local [all...] |
/system/vold/ |
cryptfs.c | 2660 off64_t numblocks, i, remainder; local [all...] |
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/ |
DebugTreeGrammar.cs | 654 value = a.remainder(b);
|
ProfileTreeGrammar.cs | 659 value = a.remainder(b);
|
/external/chromium_org/sync/tools/testserver/ |
chromiumsync.py | 675 datatype_string, separator, remainder = id_string.partition('^') 676 migration_version_string, separator, inner_id = remainder.partition('^') [all...] |
/external/chromium_org/v8/src/arm64/ |
lithium-codegen-arm64.cc | 2817 Register remainder = ToRegister32(instr->temp()); local 3993 Register remainder = ToRegister32(instr->temp()); local [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_bigmem.py | 153 slen, remainder = divmod(size, tabsize) 156 self.assertEqual(len(s), size - remainder) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_bigmem.py | 153 slen, remainder = divmod(size, tabsize) 156 self.assertEqual(len(s), size - remainder) [all...] |
/external/chromium_org/v8/src/mips64/ |
lithium-codegen-mips64.cc | 1256 Register remainder = ToRegister(instr->temp()); local 1415 Register remainder = scratch0(); local [all...] |
/external/chromium_org/v8/src/x87/ |
lithium-codegen-x87.cc | 1581 Register remainder = ToRegister(instr->temp()); local 1720 Register remainder = ToRegister(instr->temp()); local [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/tools/ |
cpplint.py | [all...] |
/external/libvpx/libvpx/tools/ |
cpplint.py | [all...] |
/external/linux-tools-perf/perf-3.12.0/arch/sh/lib/ |
memcpy-sh4.S | 161 ! Calculate the invariants which will be used in the remainder
|
/external/llvm/include/llvm/ADT/ |
APInt.h | 181 unsigned rhsWords, APInt *Quotient, APInt *Remainder); 902 /// \brief Unsigned remainder operation. 904 /// Perform an unsigned remainder operation on this APInt with RHS being the 906 /// of this operation. Note that this is a true remainder operation and not a 910 /// \returns a new APInt value containing the remainder result 913 /// \brief Function for signed remainder operation. 915 /// Signed remainder operation on APInt. 918 /// \brief Dual division/remainder interface. 921 /// quotient and remainder. This function does both operations in the same 926 APInt &Remainder); [all...] |
/external/robolectric/lib/main/ |
commons-codec-1.6.jar | |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/ |
cpplint.py | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
math.h | 897 extern double __cdecl remainder (double, double);
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/ |
math_semantic_tree.js | [all...] |
/prebuilts/devtools/tools/lib/ |
sdk-common.jar | |
/prebuilts/gradle-plugin/com/android/tools/sdk-common/22.2.0/ |
sdk-common-22.2.0.jar | |
/art/tools/ |
cpplint.py | [all...] |
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
FrameView.cpp | 1456 IntPoint remainder = IntPoint(targetOffset - scrollPosition()); local [all...] |