HomeSort by relevance Sort by last modified time
    Searched defs:f6 (Results 126 - 150 of 171) sorted by null

1 2 3 4 56 7

  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
p7-0x.cpp 84 Agg<float> f6 = {0.1}; // OK (double constant in range but rounded) local
  /external/clang/test/CodeGenCXX/
temporaries.cpp 140 void f6() { function
  /external/clang/test/SemaTemplate/
instantiate-local-class.cpp 435 template<typename T> void f6() { function in namespace:PR21332
436 class S { // expected-note {{in instantiation of member function 'PR21332::f6()::S::get' requested here}}
444 template void f6<int>(); // expected-note{{in instantiation of function template specialization 'PR21332::f6<int>' requested here}}
  /external/compiler-rt/lib/tsan/rtl/
tsan_ppc_regs.h 39 #define f6 6 macro
  /external/webrtc/webrtc/modules/audio_processing/aec/
aec_core_mips.c 345 float f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13; local
358 "lwc1 %[f6], 4(%[bIm]) \n\t"
362 "mul.s %[f4], %[f4], %[f6] \n\t"
367 "mul.s %[f11], %[f6], %[f7] \n\t"
377 "lwc1 %[f6], 4(%[yf0]) \n\t"
387 "nmsub.s %[f9], %[f9], %[f6], %[f7] \n\t"
388 "lwc1 %[f6], 4(%[yf0]) \n\t"
396 "add.s %[f6], %[f6], %[f9] \n\t"
400 "swc1 %[f6], 4(%[yf0]) \n\t
465 float f0, f1, f2, f3, f4, f5, f6 ,f7, f8, f9, f10, f11, f12; local
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue6889.go 17 f6 = f5 * 6
18 f7 = f6 * 7
16 f6 = f5 * 6 const
  /prebuilts/go/darwin-x86/test/
live.go 113 // confusion about the _ result used to cause spurious "live at entry to f6: _".
115 func f6() (_, y string) { func
  /prebuilts/go/linux-x86/test/fixedbugs/
issue6889.go 17 f6 = f5 * 6
18 f7 = f6 * 7
16 f6 = f5 * 6 const
  /prebuilts/go/linux-x86/test/
live.go 113 // confusion about the _ result used to cause spurious "live at entry to f6: _".
115 func f6() (_, y string) { func
  /developers/build/prebuilts/gradle/MediaRouter/Application/src/main/java/com/example/android/mediarouter/provider/
SampleMediaRouteProvider.java 125 IntentFilter f6 = new IntentFilter(); external variable declarations
126 f6.addCategory(MediaControlIntent.CATEGORY_REMOTE_PLAYBACK);
127 f6.addAction(MediaControlIntent.ACTION_START_SESSION);
128 f6.addAction(MediaControlIntent.ACTION_GET_SESSION_STATUS);
129 f6.addAction(MediaControlIntent.ACTION_END_SESSION);
141 CONTROL_FILTERS_SESSION.add(f6); external variable declarations
  /developers/samples/android/media/MediaRouter/Application/src/main/java/com/example/android/mediarouter/provider/
SampleMediaRouteProvider.java 125 IntentFilter f6 = new IntentFilter(); external variable declarations
126 f6.addCategory(MediaControlIntent.CATEGORY_REMOTE_PLAYBACK);
127 f6.addAction(MediaControlIntent.ACTION_START_SESSION);
128 f6.addAction(MediaControlIntent.ACTION_GET_SESSION_STATUS);
129 f6.addAction(MediaControlIntent.ACTION_END_SESSION);
141 CONTROL_FILTERS_SESSION.add(f6); external variable declarations
  /development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/provider/
SampleMediaRouteProvider.java 124 IntentFilter f6 = new IntentFilter(); external variable declarations
125 f6.addCategory(MediaControlIntent.CATEGORY_REMOTE_PLAYBACK);
126 f6.addAction(MediaControlIntent.ACTION_START_SESSION);
127 f6.addAction(MediaControlIntent.ACTION_GET_SESSION_STATUS);
128 f6.addAction(MediaControlIntent.ACTION_END_SESSION);
142 CONTROL_FILTERS_SESSION.add(f6); external variable declarations
  /external/capstone/suite/MC/SystemZ/
insn-good-z196.s.cs 104 0xb3,0x9d,0x57,0x46 = clfdbr %r4, 5, %f6, 7 package
110 0xb3,0x9c,0x57,0x46 = clfebr %r4, 5, %f6, 7 package
122 0xb3,0xad,0x57,0x46 = clgdbr %r4, 5, %f6, 7 package
128 0xb3,0xac,0x57,0x46 = clgebr %r4, 5, %f6, 7 package
166 0xb3,0x5f,0x57,0x46 = fidbra %f4, 5, %f6, 7 package
172 0xb3,0x57,0x57,0x46 = fiebra %f4, 5, %f6, 7 package
  /external/clang/test/CXX/expr/expr.const/
p2-0x.cpp 273 constexpr float f6 = -2e38f - 2e38f; // expected-error {{constant expression}} expected-note {{floating point arithmetic produces an infinity}} member in namespace:UndefinedBehavior::Overflow
  /external/clang/test/CodeGen/
ppc64le-aggregates.c 10 struct f6 { float f[6]; }; struct
36 struct f6 func_f6(struct f6 x) { return x; }
87 // CHECK: %[[TMP:[^ ]+]] = load [6 x float], [6 x float]* getelementptr inbounds (%struct.f6, %struct.f6* @global_f6, i32 0, i32 0), align 4
89 struct f6 global_f6;
x86_32-arguments-darwin.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
x86_64-arguments.c 39 // CHECK-LABEL: define void @f6(i8 signext %a0, i16 signext %a1, i32 %a2, i64 %a3, i8* %a4)
40 void f6(char a0, short a1, int a2, long long a3, void *a4) { function
arm64-arguments.c 30 // CHECK: define i64 @f6()
32 struct s6 f6(void) {} function
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/protocol/ia64/
eficontext.h 105 UINT64 f6[2]; member in struct:__anon37737
  /frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/media/
SampleMediaRouteProvider.java 120 IntentFilter f6 = new IntentFilter(); external variable declarations
121 f6.addCategory(MediaControlIntent.CATEGORY_REMOTE_PLAYBACK);
122 f6.addAction(MediaControlIntent.ACTION_START_SESSION);
123 f6.addAction(MediaControlIntent.ACTION_GET_SESSION_STATUS);
124 f6.addAction(MediaControlIntent.ACTION_END_SESSION);
136 CONTROL_FILTERS_SESSION.add(f6); external variable declarations
  /art/compiler/jni/
jni_compiler_test.cc 2003 jfloat f6 = bit_cast<jfloat, jint>(16); local
2073 jfloat f6 = bit_cast<jfloat, jint>(16); local
2142 jfloat f6 = bit_cast<jfloat, jint>(16); local
    [all...]
  /dalvik/dx/tests/141-invoke-polymorphic-varhandles/
VarHandleDexTest.java 131 Float f6 = (Float) vf.getAndBitwiseAndAcquire(t, expectedValue, newValue); local
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Framework/
SmmCis.h 352 UINT64 f6[2]; member in struct:__anon7132
  /external/v8/src/mips/
simulator-mips.h 180 f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, enumerator in enum:v8::internal::Simulator::FPURegister
  /external/v8/src/mips64/
simulator-mips64.h 189 f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, enumerator in enum:v8::internal::Simulator::FPURegister

Completed in 537 milliseconds

1 2 3 4 56 7