Home
last modified time | relevance | path

Searched defs:f4 (Results 1 – 25 of 247) sorted by relevance

12345678910

/external/clang/test/CodeGen/
Dwindows-struct-abi.c28 struct f4 { struct
35 struct f4 return_f4(void) { while (1); } in return_f4() argument
Dppc64-extend.c13 unsigned int f4(void) { return 0; } in f4() function
/external/skia/src/core/
DSkPM4fPriv.h12 static inline float get_alpha(const Sk4f& f4) { in get_alpha()
16 static inline Sk4f set_alpha(const Sk4f& f4, float alpha) { in set_alpha()
21 static inline uint32_t to_4b(const Sk4f& f4) { in to_4b()
/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_rdft_mips.c272 float f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14; in cft1st_128_mips() local
521 float f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14; in cftmdl_128_mips() local
807 float f0, f1, f2, f3, f4, f5, f6, f7, f8; in cftfsub_128_mips() local
865 float f0, f1, f2, f3, f4, f5, f6, f7, f8; in cftbsub_128_mips() local
929 float f1, f2, f3 ,f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14, f15; in rftfsub_128_mips() local
1056 float f1, f2, f3 ,f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14, f15; in rftbsub_128_mips() local
/external/clang/test/SemaObjCXX/
Dinstantiate-expr.mm62 void f4(B *b, T value) { function
66 template void f4(B*, int); function
67 template void f4(B*, int*); // expected-note{{in instantiation of function template specialization … function
Darc-overloading.mm73 int &f4(id __autoreleasing *); function
74 float &f4(id __strong *); function
/external/v8/test/mjsunit/compiler/
Dproto-chain-constant.js33 var obj4 = c(null, { f4: { value: function() { return 4; }, writable: true }}); property
45 obj4.f4 = function() { return 5; }; function
Dglobal-delete.js68 function f4() { return d; } function
/external/vulkan-validation-layers/libs/glm/gtx/
Dspline.inl29 typename genType::value_type f4 = s3 - s2; local
52 typename genType::value_type f4 = s3 - s2; local
/external/clang/test/Sema/
Dpragma-pack-5.c27 char f4; member
35 char f4; member
Darg-duplicate.c12 void f4(void) { in f4() function
/external/skia/tests/
DSkNxTest.cpp227 Sk4f f4(0,10,20,30); in DEF_TEST() local
262 auto f4 = SkNx_cast<float>(h4); in DEF_TEST() local
270 auto f4 = Sk4f(15, 17, 257, 65535); in DEF_TEST() local
287 auto f4 = SkNx_cast<float>(u4_0); in DEF_TEST() local
/external/clang/test/PCH/
Dchain-ext_vector.c9 int test(float4 f4) { in test()
Dext_vector.c8 int test(float4 f4) { in test()
/external/v8/test/mjsunit/
Dbinary-operation-overwrite.js32 function f4() { return (1 || 2) + 3; } function
Ddebug-optimize.js21 function f4() { function
/external/v8/test/webkit/
Ddo-while-semicolon.js40 function f4() { function
DtoString-for-var-decl.js31 var f4 = function () { for (var j;;) {} } function
/external/llvm/test/MC/AArch64/
Dldr-pseudo-diagnostics.s22 f4: label
/external/clang/test/CodeGenObjC/
Dexceptions.m133 void f4() { function
/external/clang/test/SemaObjC/
Dbuiltin_objc_lib_functions.m16 id f4(struct objc_super *super, SEL op) { // expected-warning {{declaration of 'struct objc_super' … function
/external/v8/test/mjsunit/regress/
Dregress-2594.js62 function f4() { function
Dregress-crbug-336148.js44 function f4() { return 0 || 2; }; function
/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/tests/performance/
Dconcatenation.py25 def f4(): function
/external/clang/test/CodeGenCXX/
Dint64_uint64.cpp23 void f4(uint64_t *ptr) {} in f4() function

12345678910