HomeSort by relevance Sort by last modified time
    Searched defs:f5 (Results 151 - 175 of 219) sorted by null

1 2 3 4 5 67 8 9

  /external/clang/test/CodeGen/
struct.c 63 void f5() { function
  /external/clang/test/CodeGenCXX/
mangle-ms-return-qualifiers.cpp 152 const volatile struct S* f5() { return 0; } function
153 // CHECK: "\01?f5@@YAPDUS@@XZ"
temporaries.cpp 120 void f5() { function
  /external/clang/test/SemaCXX/
return-noreturn.cpp 36 int f5(int x) { function in namespace:abort_struct_complex_cfgs
  /external/libjpeg-turbo/simd/
jsimd_mips_dspr2_asm.h 64 #define f5 $f5 macro
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
py2_test_grammar.py 156 def f5((compound, first), two): pass function in function:GrammarTests.testFuncdef
163 self.assertEquals(f5.func_code.co_varnames,
168 self.assertEquals(f5.func_code.co_varnames,
  /external/clang/test/Analysis/
dead-stores.c 37 void f5() { function
pr22954.c 111 int f5() { function
    [all...]
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
p7-0x.cpp 82 Agg<float> f5 = {1.0L}; // OK (long double constant represented exactly) local
126 Agg<float> f5 = {123456789}; // expected-error {{ cannot be narrowed }} expected-note {{silence}} local
  /external/clang/test/Index/
print-type-size.cpp 95 } f5; member in union:Incomplete::named
  /external/clang/test/SemaTemplate/
instantiate-local-class.cpp 428 template<typename T> void f5() { function in namespace:PR21332
429 class S { // expected-note {{in instantiation of default member initializer 'PR21332::f5()::S::val' requested here}}
433 template void f5<int>(); // expected-note {{in instantiation of function template specialization 'PR21332::f5<int>' requested here}}
  /external/compiler-rt/lib/tsan/rtl/
tsan_ppc_regs.h 38 #define f5 5 macro
  /external/python/cpython2/Lib/lib2to3/tests/data/
py2_test_grammar.py 156 def f5((compound, first), two): pass function in function:GrammarTests.testFuncdef
163 self.assertEquals(f5.func_code.co_varnames,
168 self.assertEquals(f5.func_code.co_varnames,
  /external/python/cpython3/Lib/lib2to3/tests/data/
py2_test_grammar.py 156 def f5((compound, first), two): pass function in function:GrammarTests.testFuncdef
163 self.assertEquals(f5.func_code.co_varnames,
168 self.assertEquals(f5.func_code.co_varnames,
  /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
357 "lwc1 %[f5], 4(%[bRe]) \n\t"
361 "mul.s %[f9], %[f4], %[f5] \n\t"
372 "mul.s %[f12], %[f7], %[f5] \n\t"
389 "madd.s %[f4], %[f4], %[f7], %[f5] \n\t"
391 "lwc1 %[f5], 4(%[yf1]) \n\t"
397 "add.s %[f5], %[f5], %[f4] \n\t"
401 "swc1 %[f5], 4(%[yf1]) \n\t"
430 [f3] "=&f" (f3), [f4] "=&f" (f4), [f5] "=&f" (f5)
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 16 f5 = f4 * 5
17 f6 = f5 * 6
15 f5 = f4 * 5 const
  /prebuilts/go/darwin-x86/test/
live.go 99 func f5(b1 bool) { func
110 printint(**z) // ERROR "f5: x \(type \*int\) is ambiguously live$" "f5: y \(type \*int\) is ambiguously live$" "live at call to printint: x y$"
  /prebuilts/go/linux-x86/test/fixedbugs/
issue6889.go 16 f5 = f4 * 5
17 f6 = f5 * 6
15 f5 = f4 * 5 const
  /prebuilts/go/linux-x86/test/
live.go 99 func f5(b1 bool) { func
110 printint(**z) // ERROR "f5: x \(type \*int\) is ambiguously live$" "f5: y \(type \*int\) is ambiguously live$" "live at call to printint: x y$"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
py2_test_grammar.py 156 def f5((compound, first), two): pass function in function:GrammarTests.testFuncdef
163 self.assertEquals(f5.func_code.co_varnames,
168 self.assertEquals(f5.func_code.co_varnames,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
py2_test_grammar.py 156 def f5((compound, first), two): pass function in function:GrammarTests.testFuncdef
163 self.assertEquals(f5.func_code.co_varnames,
168 self.assertEquals(f5.func_code.co_varnames,
  /developers/build/prebuilts/gradle/MediaRouter/Application/src/main/java/com/example/android/mediarouter/provider/
SampleMediaRouteProvider.java 121 IntentFilter f5 = new IntentFilter(); external variable declarations
122 f5.addCategory(MediaControlIntent.CATEGORY_REMOTE_PLAYBACK);
123 f5.addAction(MediaControlIntent.ACTION_REMOVE);
138 CONTROL_FILTERS_QUEUING.add(f5); external variable declarations
  /developers/samples/android/media/MediaRouter/Application/src/main/java/com/example/android/mediarouter/provider/
SampleMediaRouteProvider.java 121 IntentFilter f5 = new IntentFilter(); external variable declarations
122 f5.addCategory(MediaControlIntent.CATEGORY_REMOTE_PLAYBACK);
123 f5.addAction(MediaControlIntent.ACTION_REMOVE);
138 CONTROL_FILTERS_QUEUING.add(f5); external variable declarations
  /development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/provider/
SampleMediaRouteProvider.java 120 IntentFilter f5 = new IntentFilter(); external variable declarations
121 f5.addCategory(MediaControlIntent.CATEGORY_REMOTE_PLAYBACK);
122 f5.addAction(MediaControlIntent.ACTION_REMOVE);
138 CONTROL_FILTERS_QUEUING.add(f5); external variable declarations
  /external/clang/test/CXX/expr/expr.const/
p2-0x.cpp 272 constexpr float f5 = 2e38f + 2e38f; // expected-error {{constant expression}} expected-note {{floating point arithmetic produces an infinity}} member in namespace:UndefinedBehavior::Overflow

Completed in 1450 milliseconds

1 2 3 4 5 67 8 9