/external/mesa3d/src/mesa/sparc/ |
D | norm.S | 62 fmuls %f0, M4, %f5 ! FGM Group 67 fmuls %f2, M2, %f10 ! FGM Group f5 available 69 fadds %f5, %f6, %f5 ! FGA 73 fadds %f5, %f0, %f5 ! FGA Group stall f0,f5 available 80 fmuls %f5, %f5, %f8 ! FGM Group f5 available 91 fmuls %f5, %f6, %f5 92 st %f5, [%g3 + 0x04] ! out[i][1] = ty * scale 127 fmuls %f0, M4, %f5 ! FGM Group 132 fmuls %f2, M2, %f10 ! FGM Group f5 available 134 fadds %f5, %f6, %f5 ! FGA [all …]
|
D | xform.S | 252 fmuls %f4, M0, %f5 ! FGM Group 255 st M13, [%g2 + 0x04] ! LSU Group, f5 available 256 fadds %f5, M12, %f6 ! FGA 302 fmuls %f4, M0, %f5 ! FGM Group 311 fadds %f5, M12, %f5 ! FGA Group, f5 available 312 st %f5, [%g2 + 0x10] ! LSU 463 fmuls %f0, M3, %f5 ! FGM Group 470 fadds %f5, M15, %f5 ! FGA Group f5 available 478 fadds %f5, %f9, %f5 ! FGA Group f9 available 479 st %f5, [%g2 + 0x0c] ! LSU [all …]
|
/external/webrtc/webrtc/modules/audio_processing/aec/ |
D | aec_rdft_mips.c | 272 float f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14; in cft1st_128_mips() local 510 [f4] "=&f" (f4), [f5] "=&f" (f5), [f6] "=&f" (f6), [f7] "=&f" (f7), in cft1st_128_mips() 521 float f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14; in cftmdl_128_mips() local 566 [f4] "=&f" (f4), [f5] "=&f" (f5), [f6] "=&f" (f6), [f7] "=&f" (f7), in cftmdl_128_mips() 623 [f4] "=&f" (f4), [f5] "=&f" (f5), [f6] "=&f" (f6), [f7] "=&f" (f7), in cftmdl_128_mips() 711 [f4] "=&f" (f4), [f5] "=&f" (f5), [f6] "=&f" (f6), [f7] "=&f" (f7), in cftmdl_128_mips() 798 [f4] "=&f" (f4), [f5] "=&f" (f5), [f6] "=&f" (f6), [f7] "=&f" (f7), in cftmdl_128_mips() 807 float f0, f1, f2, f3, f4, f5, f6, f7, f8; in cftfsub_128_mips() local 856 [f4] "=&f" (f4), [f5] "=&f" (f5), [f6] "=&f" (f6), [f7] "=&f" (f7), in cftfsub_128_mips() 865 float f0, f1, f2, f3, f4, f5, f6, f7, f8; in cftbsub_128_mips() local [all …]
|
D | aec_core_mips.c | 345 float f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13; in WebRtcAec_FilterFar_mips() local 430 [f3] "=&f" (f3), [f4] "=&f" (f4), [f5] "=&f" (f5), in WebRtcAec_FilterFar_mips() 465 float f0, f1, f2, f3, f4, f5, f6 ,f7, f8, f9, f10, f11, f12; in WebRtcAec_FilterAdaptation_mips() local 528 [f3] "=&f" (f3), [f4] "=&f" (f4), [f5] "=&f" (f5), in WebRtcAec_FilterAdaptation_mips() 579 [f3] "=&f" (f3), [f4] "=&f" (f4), [f5] "=&f" (f5), in WebRtcAec_FilterAdaptation_mips() 637 [f3] "=&f" (f3), [f4] "=&f" (f4), [f5] "=&f" (f5), in WebRtcAec_FilterAdaptation_mips()
|
/external/llvm/test/MC/Mips/micromips32r6/ |
D | valid.s | 141 add.s $f3, $f4, $f5 # CHECK: add.s $f3, $f4, $f5 # encoding: [0x54,0xa4,0x18,0x30] 143 sub.s $f3, $f4, $f5 # CHECK: sub.s $f3, $f4, $f5 # encoding: [0x54,0xa4,0x18,0x70] 145 mul.s $f3, $f4, $f5 # CHECK: mul.s $f3, $f4, $f5 # encoding: [0x54,0xa4,0x18,0xb0] 147 div.s $f3, $f4, $f5 # CHECK: div.s $f3, $f4, $f5 # encoding: [0x54,0xa4,0x18,0xf0] 149 maddf.s $f3, $f4, $f5 # CHECK: maddf.s $f3, $f4, $f5 # encoding: [0x54,0xa4,0x19,0xb8] 150 maddf.d $f3, $f4, $f5 # CHECK: maddf.d $f3, $f4, $f5 # encoding: [0x54,0xa4,0x1b,0xb8] 151 msubf.s $f3, $f4, $f5 # CHECK: msubf.s $f3, $f4, $f5 # encoding: [0x54,0xa4,0x19,0xf8] 152 msubf.d $f3, $f4, $f5 # CHECK: msubf.d $f3, $f4, $f5 # encoding: [0x54,0xa4,0x1b,0xf8] 157 max.s $f5, $f4, $f3 # CHECK: max.s $f5, $f4, $f3 # encoding: [0x54,0x64,0x28,0x0b] 158 max.d $f5, $f4, $f3 # CHECK: max.d $f5, $f4, $f3 # encoding: [0x54,0x64,0x2a,0x0b] [all …]
|
/external/tcpdump/tests/ |
D | lacp-ev.out | 6 System 00:0e:83:16:f5:00, System Priority 32768, Key 13, Port 25, Port Priority 32768 16 System 00:0e:83:16:f5:00, System Priority 32768, Key 13, Port 25, Port Priority 32768 26 System 00:0e:83:16:f5:00, System Priority 32768, Key 13, Port 25, Port Priority 32768 81 00:0e:83:16:f5:10 > 01:80:c2:00:00:02, ethertype Slow Protocols (0x8809), length 124: LACPv1, lengt… 83 System 00:0e:83:16:f5:00, System Priority 32768, Key 13, Port 25, Port Priority 32768 111 00:0e:83:16:f5:10 > 01:80:c2:00:00:02, ethertype Slow Protocols (0x8809), length 124: LACPv1, lengt… 113 System 00:0e:83:16:f5:00, System Priority 32768, Key 13, Port 25, Port Priority 32768 121 00:0e:83:16:f5:10 > 01:80:c2:00:00:02, ethertype Slow Protocols (0x8809), length 124: LACPv1, lengt… 123 System 00:0e:83:16:f5:00, System Priority 32768, Key 13, Port 25, Port Priority 32768 131 00:0e:83:16:f5:10 > 01:80:c2:00:00:02, ethertype Slow Protocols (0x8809), length 124: LACPv1, lengt… [all …]
|
/external/llvm/test/MC/Mips/micromips64r6/ |
D | valid.s | 61 add.s $f3, $f4, $f5 # CHECK: add.s $f3, $f4, $f5 # encoding: [0x54,0xa4,0x18,0x30] 63 sub.s $f3, $f4, $f5 # CHECK: sub.s $f3, $f4, $f5 # encoding: [0x54,0xa4,0x18,0x70] 65 mul.s $f3, $f4, $f5 # CHECK: mul.s $f3, $f4, $f5 # encoding: [0x54,0xa4,0x18,0xb0] 67 div.s $f3, $f4, $f5 # CHECK: div.s $f3, $f4, $f5 # encoding: [0x54,0xa4,0x18,0xf0] 69 maddf.s $f3, $f4, $f5 # CHECK: maddf.s $f3, $f4, $f5 # encoding: [0x54,0xa4,0x19,0xb8] 70 maddf.d $f3, $f4, $f5 # CHECK: maddf.d $f3, $f4, $f5 # encoding: [0x54,0xa4,0x1b,0xb8] 71 msubf.s $f3, $f4, $f5 # CHECK: msubf.s $f3, $f4, $f5 # encoding: [0x54,0xa4,0x19,0xf8] 72 msubf.d $f3, $f4, $f5 # CHECK: msubf.d $f3, $f4, $f5 # encoding: [0x54,0xa4,0x1b,0xf8] 77 max.s $f5, $f4, $f3 # CHECK: max.s $f5, $f4, $f3 # encoding: [0x54,0x64,0x28,0x0b] 78 max.d $f5, $f4, $f3 # CHECK: max.d $f5, $f4, $f3 # encoding: [0x54,0x64,0x2a,0x0b] [all …]
|
/external/libmojo/mojo/public/js/ |
D | struct_unittests.js | 95 expect(s.f5).toEqual(10); 120 f5: new Map([[0, 0], [1, 32767], [2, -32768]]), // map<int32, int32> property 134 expect(decodedStruct.f5).toEqual(mapFieldsStruct.f5); 156 f5: new Map([["a", [["1", "2"]]]]), property 176 expect(decodedStruct.f5).toEqual(mapFieldsStruct.f5); 192 expect(decodedStruct.f5).toEqual(testStructs.FloatNumberValues.V5); 206 expect(decodedStruct.f5).toEqual(testStructs.IntegerNumberValues.V5); 231 expect(decodedStruct.f5).toEqual(testStructs.UnsignedNumberValues.V5); 254 f5: [[true], null, null, [true, false, true, false]], property 264 expect(decodedStruct.f5).toEqual(bitArraysStruct.f5);
|
/external/eigen/unsupported/test/ |
D | alignedvector3.cpp | 33 FastType f1(r1), f2(r2), f3(r3), f4(r4), f5(r5); in alignedvector3() local 43 VERIFY_IS_APPROX(f4-=f5,r4-=r5); in alignedvector3() 44 VERIFY_IS_APPROX(f4-=f5+f1,r4-=r5+r1); in alignedvector3() 45 VERIFY_IS_APPROX(f5+f1-s1*f2,r5+r1-s1*r2); in alignedvector3() 46 VERIFY_IS_APPROX(f5+f1/s2-s1*f2,r5+r1/s2-s1*r2); in alignedvector3()
|
/external/clang/test/CodeGen/ |
D | microsoft-call-conv-x64.c | 10 void __stdcall f5(void) { in f5() function 20 void (__stdcall *pf5)(void) = f5; 23 f4(); f5(); in main()
|
D | inline2.c | 26 extern inline int f5(void); 27 inline int f5(void) { return 0; } in f5() function 65 return f0() + f1() + f2() + f3() + f4() + f5() + f6() + f7() + f8() + f9() in test_all()
|
D | microsoft-call-conv.c | 13 void __stdcall f5(void) { in f5() function 34 void (__stdcall *pf5)(void) = f5; 39 f4(); f5(); f6(); f61(); in main()
|
/external/llvm/test/MC/Disassembler/Mips/micromips64r6/ |
D | valid.txt | 48 0x54 0xa4 0x18 0x30 # CHECK: add.s $f3, $f4, $f5 50 0x54 0xa4 0x18 0x70 # CHECK: sub.s $f3, $f4, $f5 52 0x54 0xa4 0x18 0xb0 # CHECK: mul.s $f3, $f4, $f5 54 0x54 0xa4 0x18 0xf0 # CHECK: div.s $f3, $f4, $f5 56 0x54 0xa4 0x19 0xb8 # CHECK: maddf.s $f3, $f4, $f5 57 0x54 0xa4 0x1b 0xb8 # CHECK: maddf.d $f3, $f4, $f5 58 0x54 0xa4 0x19 0xf8 # CHECK: msubf.s $f3, $f4, $f5 59 0x54 0xa4 0x1b 0xf8 # CHECK: msubf.d $f3, $f4, $f5 64 0x54 0x64 0x28 0x0b # CHECK: max.s $f5, $f4, $f3 65 0x54 0x64 0x2a 0x0b # CHECK: max.d $f5, $f4, $f3 [all …]
|
/external/llvm/test/MC/SystemZ/ |
D | regs-good.s | 59 #CHECK: ler %f4, %f5 # encoding: [0x38,0x45] 68 ler %f4,%f5 77 #CHECK: ldr %f4, %f5 # encoding: [0x28,0x45] 86 ldr %f4,%f5 94 #CHECK: lxr %f4, %f5 # encoding: [0xb3,0x65,0x00,0x45] 99 lxr %f4,%f5 124 #CHECK: .cfi_offset %f5, 168 158 .cfi_offset %f5,168
|
/external/clang/test/CodeGenCXX/ |
D | visibility-inlines-hidden.cpp | 11 static void f5() { } in f5() function 23 static void f5() { } in f5() function 47 X0::f5(); in use() 59 X1<int>::f5(); in use()
|
/external/llvm/test/CodeGen/XCore/ |
D | epilogue_prologue.ll | 138 ; CHECKFP-NEXT: bl f5 143 ; CHECKFP-NEXT: bl f5 185 ; CHECK-NEXT: bl f5 189 ; CHECK-NEXT: bl f5 198 declare void @f5(i32*) 203 call void @f5(i32* %1) 205 call void @f5(i32* %2) 217 ; CHECKFP-NEXT: bl f5 227 ; CHECK-NEXT: bl f5 233 call void @f5(i32* %1) [all …]
|
/external/clang/test/SemaTemplate/ |
D | dependent-type-identity.cpp | 52 void f5(typename T::template apply<U>::type*); // expected-note{{previous}} 53 void f5(typename U::template apply<U>::type*); 54 void f5(typename U::template apply<T>::type*); 55 void f5(typename type::template apply<T>::type*); 56 void f5(typename type::template apply<U_type>::type*); // expected-error{{redeclar}}
|
/external/compiler-rt/test/profile/ |
D | instrprof-visibility-kinds.inc | 15 void f5() __attribute__((visibility("default"))); 16 void f5() {} 33 f5();
|
/external/llvm/test/MC/Disassembler/Mips/micromips32r6/ |
D | valid.txt | 123 0x54 0xa4 0x18 0x30 # CHECK: add.s $f3, $f4, $f5 125 0x54 0xa4 0x18 0x70 # CHECK: sub.s $f3, $f4, $f5 127 0x54 0xa4 0x18 0xb0 # CHECK: mul.s $f3, $f4, $f5 129 0x54 0xa4 0x18 0xf0 # CHECK: div.s $f3, $f4, $f5 131 0x54 0xa4 0x19 0xb8 # CHECK: maddf.s $f3, $f4, $f5 132 0x54 0xa4 0x1b 0xb8 # CHECK: maddf.d $f3, $f4, $f5 133 0x54 0xa4 0x19 0xf8 # CHECK: msubf.s $f3, $f4, $f5 134 0x54 0xa4 0x1b 0xf8 # CHECK: msubf.d $f3, $f4, $f5 139 0x54 0x64 0x28 0x0b # CHECK: max.s $f5, $f4, $f3 140 0x54 0x64 0x2a 0x0b # CHECK: max.d $f5, $f4, $f3 [all …]
|
/external/llvm/test/CodeGen/Hexagon/ |
D | base-offset-addr.ll | 8 %f5 = alloca i32, align 4 11 %f5.0.load185 = load volatile i32, i32* %f5, align 4
|
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/ |
D | many.c | 14 static float ABI_ATTR many(float f1, float f2, float f3, float f4, float f5, float f6, float f7, fl… in many() argument 18 (double) f1, (double) f2, (double) f3, (double) f4, (double) f5, in many() 23 return f1+f2+f3+f4+f5+f6+f7+f8+f9+f10+f11+f12+f13; in many()
|
/external/clang/test/SemaCXX/ |
D | warn-unused-parameters.cpp | 9 template<typename U> U f5(U); 17 template<typename T> template<typename U> U X<T>::f5(U x) { return U(); } // expected-warning{{unus… in f5() function in X 25 x.f5(i); in test_X()
|
/external/llvm/test/CodeGen/SPARC/ |
D | 64abi.ll | 131 define void @call_floatarg(float %f1, double %d2, float %f5, double *%p) { 132 %r = call double @floatarg(float %f5, double %d2, double %d2, double %d2, 133 float %f5, float %f5, float %f5, float %f5, 134 float %f5, float %f5, float %f5, float %f5, 135 float %f5, float %f5, float %f5, float %f5, 221 ; HARD: fmovs %f5, %f1 226 define void @call_inreg_fi(i32* %p, i32 %i1, float %f5) { 227 %x = call i32 @inreg_fi(i32 %i1, float %f5) 244 ; HARD: fmovs %f5, %f1 249 define void @call_inreg_ff(i32* %p, float %f3, float %f5) { [all …]
|
/external/clang/test/SemaObjCXX/ |
D | conversion-ranking.mm | 74 void f5(id<P1>); function 77 f5(toB); 78 f5(toC); 79 f5(toBoth);
|
/external/skia/src/core/ |
D | SkEndian.h | 173 #define SK_UINT8_BITFIELD(f0, f1, f2, f3, f4, f5, f6, f7) \ argument 179 SK_OT_BYTE f5 : 1; \ 183 #define SK_UINT8_BITFIELD(f0, f1, f2, f3, f4, f5, f6, f7) \ argument 186 SK_OT_BYTE f5 : 1; \
|