Searched defs:fc (Results 1 - 25 of 120) sorted by relevance

12345

/external/clang/test/CodeGen/
H A Dcomplex-builtints.c27 volatile float _Complex fc = 1.0F + 2.0iF; local
31 if (__builtin_conjf (fc) != 1.0F - 2.0iF)
35 if (__builtin_crealf (fc) != 1.0F)
39 if (__builtin_cimagf (fc) != 2.0F)
/external/clang/test/Headers/
H A Dtgmath.c10 float complex fc; variable
20 _Static_assert(sizeof(creal(fc)) == sizeof(f), "");
30 _Static_assert(sizeof(fabs(fc)) == sizeof(f), "");
/external/javasqlite/src/main/java/SQLite/
H A DFunction.java13 * public void function(SQLite.FunctionContext fc, String args[]) {
16 * fc.set_result(Math.sin(d.doubleValue()));
18 * fc.set_error("sin(" + args[0] + "):" + e);
36 * @param fc function's context for reporting result
40 public void function(FunctionContext fc, String args[]); argument
45 * @param fc function's context for reporting result
49 public void step(FunctionContext fc, String args[]); argument
54 * @param fc function's context for reporting result
57 public void last_step(FunctionContext fc); argument
/external/clang/test/Index/
H A Dcomplete-memfunc-cvquals.cpp17 void text(Foo f, Foo *fp, const Foo &fc, const Foo *fcp, argument
21 fc.baz();
/external/mockito/cglib-and-asm/src/org/mockito/cglib/reflect/
H A DFastConstructor.java23 FastConstructor(FastClass fc, Constructor constructor) { argument
24 super(fc, constructor, fc.getIndex(constructor.getParameterTypes()));
36 return fc.newInstance(index, null);
40 return fc.newInstance(index, args);
H A DFastMethod.java23 FastMethod(FastClass fc, Method method) { argument
24 super(fc, method, helper(fc, method));
27 private static int helper(FastClass fc, Method method) { argument
28 int index = fc.getIndex(method.getName(), method.getParameterTypes());
53 return fc.invoke(index, obj, args);
H A DFastMember.java22 protected FastClass fc; field in class:FastMember
26 protected FastMember(FastClass fc, Member member, int index) { argument
27 this.fc = fc;
44 return fc.getJavaClass();
/external/tcpdump/
H A Dprint-802_15_4.c50 extract_header_length(u_int16_t fc) argument
54 switch ((fc >> 10) & 0x3) {
56 if (fc & (1 << 6)) /* intra-PAN with none dest addr */
69 switch ((fc >> 14) & 0x3) {
82 if (fc & (1 << 6)) {
98 u_int16_t fc; local
106 fc = EXTRACT_LE_16BITS(p);
107 hdrlen = extract_header_length(fc);
114 ND_PRINT((ndo,"IEEE 802.15.4 %s packet ", ftypes[fc & 0x7]));
129 switch ((fc >> 1
[all...]
H A Dprint-fddi.c122 print_fddi_fc(u_char fc) argument
124 switch (fc) {
155 switch (fc & FDDIFC_CLFF) {
158 printf("mac%1x ", fc & FDDIFC_ZZZZ);
162 printf("smt%1x ", fc & FDDIFC_ZZZZ);
166 printf("async%1x ", fc & FDDIFC_ZZZZ);
170 printf("sync%1x ", fc & FDDIFC_ZZZZ);
174 printf("imp_async%1x ", fc & FDDIFC_ZZZZ);
178 printf("imp_sync%1x ", fc & FDDIFC_ZZZZ);
182 printf("%02x ", fc);
[all...]
/external/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator.h61 freeCallback fc; member in struct:__anon18304
/external/clang/test/Sema/
H A Doverloadable-complex.c4 void test_foo_1(float fv, double dv, float _Complex fc, double _Complex dc) { argument
8 char *cp3 = foo(fc);
14 void test_foo_2(float fv, double dv, float _Complex fc, double _Complex dc) { argument
17 int *ip = foo(fc);
23 void test_foo_3(float fv, double dv, float _Complex fc, double _Complex dc) { argument
26 int *ip = foo(fc);
33 void test_promote_or_convert(float f, float _Complex fc) { argument
34 char *cp = promote_or_convert(fc); // expected-error{{call to 'promote_or_convert' is ambiguous}}
41 void test_promote_or_convert2(float _Complex fc) { argument
42 int *cp = promote_or_convert2(fc);
[all...]
/external/clang/test/SemaCXX/
H A Dcomplex-overload.cpp4 void test_foo_1(float fv, double dv, float _Complex fc, double _Complex dc) { argument
8 char *cp3 = foo(fc);
14 void test_foo_2(float fv, double dv, float _Complex fc, double _Complex dc) { argument
17 int *ip = foo(fc);
23 void test_foo_3(float fv, double dv, float _Complex fc, double _Complex dc) { argument
26 int *ip = foo(fc);
33 void test_promote_or_convert(float f, float _Complex fc) { argument
34 char *cp = promote_or_convert(fc);
41 void test_promote_or_convert2(float _Complex fc) { argument
42 int *cp = promote_or_convert2(fc);
[all...]
/external/libcxxabi/src/Unwind/
H A DUnwind_AppleExtras.cpp198 void __Unwind_SjLj_SetTopOfFunctionStack(struct _Unwind_FunctionContext *fc) { argument
199 _pthread_setspecific_direct(__PTK_LIBC_DYLD_Unwind_SjLj_Key, fc);
/external/sonivox/arm-fm-22k/host_src/
H A Deas_wave.h54 FMT_CHUNK fc; member in struct:__anon30850
/external/sonivox/arm-hybrid-22k/host_src/
H A Deas_wave.h54 FMT_CHUNK fc; member in struct:__anon30900
/external/sonivox/arm-wt-22k/host_src/
H A Deas_wave.h54 FMT_CHUNK fc; member in struct:__anon30951
/external/bluetooth/bluedroid/stack/rfcomm/
H A Dport_utils.c419 BOOLEAN fc = p_port->tx.peer_fc local
425 if (p_port->tx.user_fc == fc)
428 p_port->tx.user_fc = fc;
430 if (fc)
538 /* if queue count reached credit rx max, set peer fc */
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_fontconfig.cpp30 SkFontConfigInterface* SkFontConfigInterface::SetGlobal(SkFontConfigInterface* fc) { argument
33 SkRefCnt_SafeAssign(gFontConfigInterface, fc);
34 return fc;
/external/chromium_org/third_party/webrtc/base/
H A Dmacutils.cc50 void DecodeFourChar(UInt32 fc, std::string* out) { argument
55 char ch = (fc >> (8 * i)) & 0xFF;
67 ss << "0x" << std::hex << fc; local
/external/clang/test/CodeGenCXX/
H A Dvtable-linkage.cpp78 F<char> fc; local
79 fc.foo();
/external/openssl/crypto/x509v3/
H A Dv3_addr.c1261 IPAddressFamily *fc = sk_IPAddressFamily_value(child, j); local
1262 if (fc->ipAddressChoice->type != IPAddressChoice_inherit) {
1271 IPAddressFamily *fc = sk_IPAddressFamily_value(child, j); local
1272 int k = sk_IPAddressFamily_find(x->rfc3779_addr, fc);
1275 if (fc->ipAddressChoice->type == IPAddressChoice_addressesOrRanges) {
1282 if (fc->ipAddressChoice->type == IPAddressChoice_inherit ||
1284 fc->ipAddressChoice->u.addressesOrRanges,
1285 length_from_afi(v3_addr_get_afi(fc))))
/external/skia/src/ports/
H A DSkFontHost_fontconfig.cpp34 SkFontConfigInterface* SkFontConfigInterface::SetGlobal(SkFontConfigInterface* fc) { argument
37 SkRefCnt_SafeAssign(gFontConfigInterface, fc);
38 return fc;
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
H A Ddetokenize.c173 const FRAME_CONTEXT * const fc = &dx->common.fc; local
195 coef_probs = fc->coef_probs [1];
203 coef_probs = fc->coef_probs [0];
208 coef_probs = fc->coef_probs [3];
226 coef_probs = fc->coef_probs [2];
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_entropymode.c317 void vp9_init_mode_probs(FRAME_CONTEXT *fc) { argument
318 vp9_copy(fc->uv_mode_prob, default_if_uv_probs);
319 vp9_copy(fc->y_mode_prob, default_if_y_probs);
320 vp9_copy(fc->switchable_interp_prob, default_switchable_interp_prob);
321 vp9_copy(fc->partition_prob, default_partition_probs);
322 vp9_copy(fc->intra_inter_prob, default_intra_inter_p);
323 vp9_copy(fc->comp_inter_prob, default_comp_inter_p);
324 vp9_copy(fc->comp_ref_prob, default_comp_ref_p);
325 vp9_copy(fc->single_ref_prob, default_single_ref_p);
326 fc
353 FRAME_CONTEXT *fc = &cm->fc; local
[all...]
H A Dvp9_entropymv.c199 nmv_context *fc = &cm->fc.nmvc; local
203 adapt_probs(vp9_mv_joint_tree, pre_fc->joints, counts->joints, fc->joints);
206 nmv_component *comp = &fc->comps[i];
232 cm->fc.nmvc = default_nmv_context;

Completed in 831 milliseconds

12345