HomeSort by relevance Sort by last modified time
    Searched defs:fa (Results 1 - 18 of 18) sorted by null

  /external/libffi/testsuite/libffi.call/
many.c 41 float fa[13]; local
48 values[i] = &fa[i];
49 fa[i] = (float) i;
58 ff = many(fa[0], fa[1],
59 fa[2], fa[3],
60 fa[4], fa[5],
61 fa[6], fa[7]
    [all...]
many_win32.c 34 float fa[13]; local
41 values[ul] = &fa[ul];
42 fa[ul] = (float) ul;
49 ff = stdcall_many(fa[0], fa[1],
50 fa[2], fa[3],
51 fa[4], fa[5],
52 fa[6], fa[7]
    [all...]
  /external/openssl/crypto/x509v3/
v3_addr.c 1135 IPAddressFamily *fa = sk_IPAddressFamily_value(a, i); local
1136 int j = sk_IPAddressFamily_find(b, fa);
1142 fa->ipAddressChoice->u.addressesOrRanges,
    [all...]
  /frameworks/base/media/libstagefright/
XINGSeeker.cpp 75 float fa, fb; local
77 fa = 0.0f;
79 fa = (float)mTableOfContents[a-1];
86 fx = fa + (fb-fa)*(percent-a);
  /external/skia/src/core/
SkFloat.cpp 309 float fa, fb; local
350 fa = (float)aa / 65536.0f;
352 a.assertEquals(fa);
354 fa = a.getFloat();
357 c.assertEquals(fa * fb, 1);
365 c.assertEquals(fa / fb, 1);
377 fa = -fa;
385 c.assertEquals(sk_float_sqrt(fa), 2);
  /external/valgrind/main/coregrind/
launcher-darwin.c 131 struct fat_arch *fa = (struct fat_arch *)(fh+1); local
135 if (ntohl(fa[i].cputype) == cputype) return 1;
176 struct fat_arch *fa = (struct fat_arch *)(fh+1); local
177 return name_for_cputype(ntohl(fa->cputype));
  /external/valgrind/main/memcheck/tests/amd64/
more_x87_fp.c 96 float fa; local
105 fa = a;
107 printf("(float)%e = %e\n", a, fa);
  /external/valgrind/main/memcheck/tests/x86/
more_x86_fp.c 86 float fa; local
95 fa = a;
97 printf("(float)%f = %f\n", a, fa);
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceDialerTester.java 79 File[] fa = wavFiles.toArray(new File[wavFiles.size()]); local
80 Arrays.sort(fa);
81 mWavFiles = new WavFile[fa.length];
83 mWavFiles[i] = new WavFile(fa[i]);
  /external/clang/test/SemaCXX/
conditional-expr.cpp 263 fa, fb, fc, fd, fe, ff enumerator in enum:test1::A::Foo
overload-call.cpp 85 float fa[7]; local
86 double* dp1 = n(fa);
  /ndk/sources/host-tools/nawk-20071023/
awk.h 218 typedef struct fa { struct
230 } fa; typedef in typeref:struct:fa
  /external/quake/quake/src/QW/client/
gl_warp.c 146 void GL_SubdivideSurface (msurface_t *fa)
154 warpface = fa;
160 for (i=0 ; i<fa->numedges ; i++)
162 lindex = loadmodel->surfedges[fa->firstedge + i];
193 void EmitWaterPolys (msurface_t *fa)
201 for (p=fa->polys ; p ; p=p->next)
234 void EmitSkyPolys (msurface_t *fa)
243 for (p=fa->polys ; p ; p=p->next)
281 void EmitBothSkyLayers (msurface_t *fa)
289 EmitSkyPolys (fa);
309 msurface_t *fa; local
900 msurface_t *fa; local
    [all...]
  /external/quake/quake/src/WinQuake/
gl_warp.cpp 146 void GL_SubdivideSurface (msurface_t *fa)
155 warpface = fa;
161 for (i=0 ; i<fa->numedges ; i++)
163 lindex = loadmodel->surfedges[fa->firstedge + i];
194 void EmitWaterPolys (msurface_t *fa)
202 for (p=fa->polys ; p ; p=p->next)
255 void EmitSkyPolys (msurface_t *fa)
264 for (p=fa->polys ; p ; p=p->next)
326 void EmitBothSkyLayers (msurface_t *fa)
338 EmitSkyPolys (fa);
358 msurface_t *fa; local
949 msurface_t *fa; local
    [all...]
  /external/webkit/Source/WebCore/platform/efl/
RenderThemeEfl.cpp 362 int fr, fg, fb, fa, br, bg, bb, ba; local
364 if (!edje_object_color_class_get(object, source, &fr, &fg, &fb, &fa, &br, &bg, &bb, &ba, 0, 0, 0, 0))
367 that->setActiveSelectionColor(fr, fg, fb, fa, br, bg, bb, ba);
373 int fr, fg, fb, fa, br, bg, bb, ba; local
375 if (!edje_object_color_class_get(object, source, &fr, &fg, &fb, &fa, &br, &bg, &bb, &ba, 0, 0, 0, 0))
378 that->setInactiveSelectionColor(fr, fg, fb, fa, br, bg, bb, ba);
384 int fr, fg, fb, fa; local
386 if (!edje_object_color_class_get(object, source, &fr, &fg, &fb, &fa, 0, 0, 0, 0, 0, 0, 0, 0))
389 that->setFocusRingColor(fr, fg, fb, fa);
395 int fr, fg, fb, fa, br, bg, bb, ba local
406 int fr, fg, fb, fa, br, bg, bb, ba; local
417 int fr, fg, fb, fa, br, bg, bb, ba; local
428 int fr, fg, fb, fa, br, bg, bb, ba; local
483 int fr, fg, fb, fa, br, bg, bb, ba; local
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/cairo/
GraphicsContextCairo.cpp 413 float fa = startAngle; local
414 float falen = fa + angleSpan;
422 cairo_arc_negative(cr, x + hRadius, (y + vRadius) * reverseScaleFactor, hRadius, -fa * M_PI/180, -falen * M_PI/180);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/cg/
GraphicsContextCG.cpp 336 float fa = startAngle; local
337 float falen = fa + angleSpan;
338 float start = -fa * piFloat / 180.0f;
    [all...]
  /system/core/adb/
sysdeps_win32.c 1191 FH fa, fb; local
1194 fa = _fh_alloc( &_fh_socketpair_class );
1197 if (!fa || !fb)
1209 fa->fh_pair = pair;
1212 pair->a_fd = fa;
1214 sv[0] = _fh_to_int(fa);
1222 snprintf( fa->name, sizeof(fa->name), "%d(pair:%d)", sv[0], sv[1] );
1229 _fh_close(fa);
    [all...]

Completed in 545 milliseconds