HomeSort by relevance Sort by last modified time
    Searched defs:f4 (Results 226 - 250 of 300) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Analysis/
pr22954.c 89 int f4() { function
    [all...]
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
p7-0x.cpp 81 Agg<float> f4 = {1.0}; // OK (double constant represented exactly) local
125 Agg<float> f4 = {12345678}; // OK (exactly fits in a float) local
  /external/clang/test/CodeGenCXX/
temporaries.cpp 105 void f4() { function
  /external/clang/test/Index/
print-type-size.cpp 91 struct forward_decl f4; member in union:Incomplete::named
  /external/clang/test/SemaTemplate/
instantiate-local-class.cpp 247 template<typename T> void f4() { function in namespace:PR18653
250 template void f4<int>();
421 template<typename T> void f4() { function in namespace:PR21332
426 template void f4<int>(); // expected-note{{in instantiation of function template specialization 'PR21332::f4<int>' requested here}}
  /external/compiler-rt/lib/tsan/rtl/
tsan_ppc_regs.h 37 #define f4 4 macro
  /external/python/cpython2/Lib/lib2to3/tests/data/
py2_test_grammar.py 155 def f4(two, (compound, (argument, list))): pass function in function:GrammarTests.testFuncdef
160 self.assertEquals(f4.func_code.co_varnames,
166 self.assertEquals(f4.func_code.co_varnames,
182 f4(1, (2, (3, 4)))
  /external/tcpdump/
print-smb.c 339 const char *f1, *f2, *f3, *f4; local
353 f4 = "|Data ";
363 f4 = "|Data ";
388 smb_fdata(ndo, data, f4, min(data + datalen, maxbuf), unicodestr);
    [all...]
  /external/v8/src/ia32/
codegen-ia32.cc 411 Label small_handlers, f0, f1, f2, f3, f4, f5_8; local
432 __ bind(&f4);
449 __ dd(conv.address(&f4));
  /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
356 "lwc1 %[f4], 4(%[aRe]) \n\t"
361 "mul.s %[f9], %[f4], %[f5] \n\t"
362 "mul.s %[f4], %[f4], %[f6] \n\t"
378 "add.s %[f4], %[f4], %[f12] \n\t"
389 "madd.s %[f4], %[f4], %[f7], %[f5] \n\t"
397 "add.s %[f5], %[f5], %[f4] \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 15 f4 = f3 * 4
16 f5 = f4 * 5
14 f4 = f3 * 4 const
  /prebuilts/go/darwin-x86/test/
live.go 80 func f4(b1, b2 bool) { // x not live here func
  /prebuilts/go/linux-x86/test/fixedbugs/
issue6889.go 15 f4 = f3 * 4
16 f5 = f4 * 5
14 f4 = f3 * 4 const
  /prebuilts/go/linux-x86/test/
live.go 80 func f4(b1, b2 bool) { // x not live here func
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
py2_test_grammar.py 155 def f4(two, (compound, (argument, list))): pass function in function:GrammarTests.testFuncdef
160 self.assertEquals(f4.func_code.co_varnames,
166 self.assertEquals(f4.func_code.co_varnames,
182 f4(1, (2, (3, 4)))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
py2_test_grammar.py 155 def f4(two, (compound, (argument, list))): pass function in function:GrammarTests.testFuncdef
160 self.assertEquals(f4.func_code.co_varnames,
166 self.assertEquals(f4.func_code.co_varnames,
182 f4(1, (2, (3, 4)))
  /system/bt/stack/smp/
aes.cc 83 #define f4(x) \ macro
93 #define fd(x) (f8(x) ^ f4(x) ^ (x))
94 #define fe(x) (f8(x) ^ f4(x) ^ f2(x))
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ComputeTest.java 118 Float4 f4 = new Float4(); local
119 f4.x = 1.0f;
120 f4.y = 2.0f;
121 f4.x = 3.0f;
122 f4.w = 4.0f;
123 f4 = new Float4(1.0f, 2.0f, 3.0f, 4.0f);
124 assertTrue(f4.x == 1.0f);
125 assertTrue(f4.y == 2.0f);
126 assertTrue(f4.z == 3.0f);
127 assertTrue(f4.w == 4.0f)
    [all...]
  /developers/build/prebuilts/gradle/MediaRouter/Application/src/main/java/com/example/android/mediarouter/provider/
SampleMediaRouteProvider.java 112 IntentFilter f4 = new IntentFilter(); external variable declarations
113 f4.addCategory(MediaControlIntent.CATEGORY_REMOTE_PLAYBACK);
114 f4.addAction(MediaControlIntent.ACTION_ENQUEUE);
115 f4.addDataScheme("http");
116 f4.addDataScheme("https");
117 f4.addDataScheme("rtsp");
118 f4.addDataScheme("file");
119 addDataTypeUnchecked(f4, "video/*");
137 CONTROL_FILTERS_QUEUING.add(f4); external variable declarations
  /developers/samples/android/media/MediaRouter/Application/src/main/java/com/example/android/mediarouter/provider/
SampleMediaRouteProvider.java 112 IntentFilter f4 = new IntentFilter(); external variable declarations
113 f4.addCategory(MediaControlIntent.CATEGORY_REMOTE_PLAYBACK);
114 f4.addAction(MediaControlIntent.ACTION_ENQUEUE);
115 f4.addDataScheme("http");
116 f4.addDataScheme("https");
117 f4.addDataScheme("rtsp");
118 f4.addDataScheme("file");
119 addDataTypeUnchecked(f4, "video/*");
137 CONTROL_FILTERS_QUEUING.add(f4); external variable declarations
  /development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/provider/
SampleMediaRouteProvider.java 111 IntentFilter f4 = new IntentFilter(); external variable declarations
112 f4.addCategory(MediaControlIntent.CATEGORY_REMOTE_PLAYBACK);
113 f4.addAction(MediaControlIntent.ACTION_ENQUEUE);
114 f4.addDataScheme("http");
115 f4.addDataScheme("https");
116 f4.addDataScheme("rtsp");
117 f4.addDataScheme("file");
118 addDataTypeUnchecked(f4, "video/*");
137 CONTROL_FILTERS_QUEUING.add(f4); external variable declarations
  /external/clang/test/CXX/expr/expr.const/
p2-0x.cpp 271 constexpr float f4 = 1e38f / -.2938f; // expected-error {{constant expression}} expected-note {{floating point arithmetic produces an infinity}} member in namespace:UndefinedBehavior::Overflow
  /external/clang/test/CodeGen/
ppc64le-aggregates.c 8 struct f4 { float f[4]; }; struct
30 struct f4 func_f4(struct f4 x) { return x; }
75 // CHECK: %[[TMP:[^ ]+]] = load [4 x float], [4 x float]* getelementptr inbounds (%struct.f4, %struct.f4* @global_f4, i32 0, i32 0), align 4
77 struct f4 global_f4;
x86_32-arguments-darwin.c 23 // CHECK-LABEL: define double @f4()
24 double f4(void) { function
x86_64-arguments.c 29 // CHECK-LABEL: define double @f4()
30 double f4(void) { function
234 struct S0 { char f0[8]; char f2; char f3; char f4; }; member in struct:S0

Completed in 811 milliseconds

1 2 3 4 5 6 7 8 91011>>