HomeSort by relevance Sort by last modified time
    Searched refs:fv1 (Results 1 - 7 of 7) sorted by null

  /bionic/libc/kernel/arch-mips/asm/
fpregdef.h 26 #define fv1 $f2 macro
69 #define fv1 $f2 macro
  /development/ndk/platforms/android-9/arch-mips/include/asm/
fpregdef.h 26 #define fv1 $f2 macro
69 #define fv1 $f2 macro
  /external/kernel-headers/original/asm-mips/
fpregdef.h 25 #define fv1 $f2 macro
63 #define fv1 $f2 macro
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/
fpregdef.h 26 #define fv1 $f2 macro
69 #define fv1 $f2 macro
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/
fpregdef.h 26 #define fv1 $f2 macro
69 #define fv1 $f2 macro
  /external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/strip/
Stripifier.java 299 int fv1 = face.m_v1; local
303 if ((fv1 != v0 && fv1 != v1) || (fv2 != v0 && fv2 != v1)) {
309 if (fv1 != v0 && fv1 != v1) {
314 return fv1;
317 if ((fv0 != v0 && fv0 != v1) || (fv1 != v0 && fv1 != v1)) {
325 if ((fv0 == fv1) || (fv0 == fv2))
327 else if ((fv1 == fv0) || (fv1 == fv2))
    [all...]
  /external/opencv/cv/src/
cvimgwarp.cpp 1802 uchar fv0 = fillval[0], fv1 = fillval[1], fv2 = fillval[2], fv3 = fillval[3]; local
    [all...]

Completed in 218 milliseconds