Searched defs:mips (Results 1 - 11 of 11) sorted by relevance

/external/libvpx/libvpx/build/make/
H A Drtcd.pl304 sub mips() { subroutine
379 mips;
/external/clang/lib/Driver/
H A DTools.h236 namespace mips { namespace in namespace:clang::driver::tools
/external/libunwind/include/
H A Dlibunwind-mips.h35 #ifdef mips
36 # undef mips macro
39 #define UNW_TARGET mips
141 /* no mips-specific auxiliary proc-info */
/external/compiler-rt/
H A DAndroid.mk276 $(if $(findstring $(1),mips),$(call get-libcompiler-rt-mips-source-files),
329 define get-libcompiler-rt-mips-source-files
332 $(libcompiler_rt_mips_SRC_FILES),mips)
401 LOCAL_SRC_FILES_mips := $(call get-libcompiler-rt-source-files,mips)
406 LOCAL_MODULE_TARGET_ARCH := arm arm64 mips mips64 x86 x86_64
475 LOCAL_MODULE_TARGET_ARCH := arm arm64 mips mips64 x86 x86_64
/external/srtp/test/
H A Dsrtp_driver.c317 double mips = mips_estimate(1000000000, &ignore); local
329 printf("mips estimate: %e\n", mips);
334 (double) mips * (80 * 8) /
337 (double) mips * (160 * 8) /
340 (double) mips * (40 * 8) /
343 (double) mips * (80 * 8) /
346 (double) mips * (10 * 8) /
349 (double) mips * (20 * 8) /
352 (double) mips * (32
[all...]
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
H A DLwjglGL1Renderer.java707 public void updateTexImageData(Image img, Texture.Type type, boolean mips, int unit) { argument
746 if (!img.hasMipmaps() && mips) {
747 // No pregenerated mips available,
750 // Check if hardware mips are supported
H A DLwjglRenderer.java1400 // NOTE: For depth textures, sets nearest/no-mips mode
1777 public void updateTexImageData(Image img, Texture.Type type, boolean mips, int unit) { argument
1802 if (!img.hasMipmaps() && mips) {
1803 // No pregenerated mips available,
1873 if (!img.hasMipmaps() && mips && img.getData() != null) {
/external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/
H A DOGLESShaderRenderer.java1856 * @param mips
1858 public void updateTexImageData(Image img, Texture.Type type, boolean mips) { argument
1927 if (!img.hasMipmaps() && mips) {
1928 // No pregenerated mips available,
/external/llvm/include/llvm/ADT/
H A DTriple.h18 #undef mips macro
55 mips, // MIPS: mips, mipsallegrex enumerator in enum:llvm::Triple::ArchType
/external/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 358 milliseconds