HomeSort by relevance Sort by last modified time
    Searched refs:f6 (Results 51 - 75 of 246) sorted by null

1 23 4 5 6 7 8 910

  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/asm/
fpregdef.h 36 #define ft1 $f6
82 #define ft2 $f6
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
fpregdef.h 36 #define ft1 $f6
82 #define ft2 $f6
  /prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/asm/
fpregdef.h 36 #define ft1 $f6
82 #define ft2 $f6
  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/asm/
fpregdef.h 36 #define ft1 $f6
82 #define ft2 $f6
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/asm/
fpregdef.h 36 #define ft1 $f6
82 #define ft2 $f6
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
fpregdef.h 36 #define ft1 $f6
82 #define ft2 $f6
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/asm/
fpregdef.h 36 #define ft1 $f6
82 #define ft2 $f6
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
fpregdef.h 36 #define ft1 $f6
82 #define ft2 $f6
  /external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
aec_core_mips.c 339 float f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13; local
353 "lwc1 %[f6], 4(%[bIm]) \n\t"
357 "mul.s %[f4], %[f4], %[f6] \n\t"
362 "mul.s %[f11], %[f6], %[f7] \n\t"
372 "lwc1 %[f6], 4(%[yf0]) \n\t"
382 "nmsub.s %[f9], %[f9], %[f6], %[f7] \n\t"
383 "lwc1 %[f6], 4(%[yf0]) \n\t"
391 "add.s %[f6], %[f6], %[f9] \n\t"
395 "swc1 %[f6], 4(%[yf0]) \n\t
456 float f0, f1, f2, f3, f4, f5, f6 ,f7, f8, f9, f10, f11, f12; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/sparc/
xform.S 256 fadds %f5, M12, %f6 ! FGA
257 st %f6, [%g2 + 0x10] ! LSU Group
305 fmuls %f4, M1, %f6 ! FGM
313 fadds %f6, M13, %f6 ! FGA Group, f6 available
314 st %f6, [%g2 + 0x14] ! LSU
465 fmuls %f1, M4, %f6 ! FGM
472 fadds %f2, %f6, %f2 ! FGA Group f6 availabl
    [all...]
  /external/mesa3d/src/mesa/sparc/
xform.S 256 fadds %f5, M12, %f6 ! FGA
257 st %f6, [%g2 + 0x10] ! LSU Group
305 fmuls %f4, M1, %f6 ! FGM
313 fadds %f6, M13, %f6 ! FGA Group, f6 available
314 st %f6, [%g2 + 0x14] ! LSU
465 fmuls %f1, M4, %f6 ! FGM
472 fadds %f2, %f6, %f2 ! FGA Group f6 availabl
    [all...]
  /external/chromium_org/v8/test/mjsunit/
arguments.js 149 function f6(x, y) { function
155 assertArrayEquals([0, void 0, void 0, void 0], f6());
156 assertArrayEquals([1, "x", void 0, void 0], f6(1));
157 assertArrayEquals([2, "x", "y", void 0], f6(9, 17));
158 assertArrayEquals([3, "x", "y", 7], f6(3, 5, 7));
159 assertArrayEquals([4, "x", "y", "c"], f6("a", "b", "c", "d"));
  /external/llvm/test/MC/SystemZ/
regs-good.s 60 #CHECK: ler %f6, %f7 # encoding: [0x38,0x67]
69 ler %f6,%f7
78 #CHECK: ldr %f6, %f7 # encoding: [0x28,0x67]
87 ldr %f6,%f7
125 #CHECK: .cfi_offset %f6, 176
159 .cfi_offset %f6,176
  /external/clang/test/CodeGen/
struct.c 72 extern range f6();
74 range r = f6();
function-attributes.c 9 // CHECK: define void @f6(i16 signext %x) [[NUW]]
24 void f6(signed short x) { } function
pointer-arithmetic.c 20 FP f6(int a, FP b) { return a + b; } function
x86_64-arguments-nacl.c 33 // CHECK-LABEL: define void @f6(i8 signext %a0, i16 signext %a1, i32 %a2, i64 %a3, i8* %a4)
34 void f6(char a0, short a1, int a2, long long a3, void *a4) { function
  /external/clang/test/SemaCXX/
warn-bool-conversion.cpp 43 bool f6(int);
59 b = f6; // expected-warning {{address of function 'f6' will always evaluate to 'true'}} \
  /external/clang/test/Analysis/
malloc-overflow.c 38 void * f6(int n) function
stream.c 50 void f6(void) { function
uninit-const.cpp 86 void f6(void) { function
  /external/clang/test/CodeGenCXX/
mangle-ms-back-references.cpp 18 void f6(bool a, bool b) {} function
19 // CHECK: "\01?f6@@YAX_N0@Z"
mangle-neon-vectors.cpp 53 void f6(float32x4_t v) { } function
  /external/clang/test/Parser/
attr-availability.c 19 void f6() __attribute__((availability(macosx,unavailable,introduced=10.5))); // expected-warning{{'unavailable' availability overrides all other availability information}}
  /external/clang/test/Sema/
attr-alias-elf.c 23 void f6() __attribute__((alias("g6")));
24 void h6() __attribute__((alias("f6")));

Completed in 926 milliseconds

1 23 4 5 6 7 8 910