HomeSort by relevance Sort by last modified time
    Searched defs:ff (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/clang/test/Lexer/
multiple-include.c 14 typedef void ff(); typedef
15 typedef struct { ff *a;} S;
  /external/e2fsprogs/util/
libecho.c 40 long ff; local
63 ff = _findfirst(f, &fdt);
65 if (ff < 0) {
73 if (_findnext(ff, &fdt) < 0)
77 _findclose(ff);
  /external/libffi/testsuite/libffi.call/
many.c 42 float f, ff; local
58 ff = many(fa[0], fa[1],
65 if (f - ff < FLT_EPSILON)
many_win32.c 35 float f, ff; local
49 ff = stdcall_many(fa[0], fa[1],
58 if (f - ff < FLT_EPSILON)
nested_struct.c 20 float ff; member in struct:cls_struct_16byte2
35 result.d.b = b0.b + b1.ff + b2.d.b;
39 result.e.ff = b0.b + b1.ff + b2.e.ff;
43 b1.ii, b1.dd, b1.ff,
45 b2.e.ii, b2.e.dd, b2.e.ff,
47 result.e.ii, result.e.dd, result.e.ff);
140 CHECK( res_dbl.d.b == (e_dbl.b + f_dbl.ff + g_dbl.d.b));
144 CHECK( res_dbl.e.ff == (e_dbl.b + f_dbl.ff + g_dbl.e.ff))
    [all...]
nested_struct1.c 20 float ff; member in struct:cls_struct_16byte2
36 result.d.b = b0.b + b1.ff + b2.d.b;
40 result.e.ff = b0.b + b1.ff + b2.e.ff;
44 b1.ii, b1.dd, b1.ff,
46 b2.e.ii, b2.e.dd, b2.e.ff,
49 result.e.ii, result.e.dd, result.e.ff);
147 CHECK( res_dbl.d.b == (e_dbl.b + f_dbl.ff + g_dbl.d.b));
151 CHECK( res_dbl.e.ff == (e_dbl.b + f_dbl.ff + g_dbl.e.ff))
    [all...]
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1229.js 82 function ff(x) { } function
85 ff(local_z);
87 ff(local_y);
93 ff(local_z);
95 ff(local_y);
101 ff(local_z);
103 ff(local_y);
105 ff(local_x);
  /external/v8/test/mjsunit/regress/
regress-1229.js 82 function ff(x) { } function
85 ff(local_z);
87 ff(local_y);
93 ff(local_z);
95 ff(local_y);
101 ff(local_z);
103 ff(local_y);
105 ff(local_x);
  /ndk/tests/device/test-stlport_shared-exception/jni/
eh990323-1.cpp 17 template <class T> void ff(T);
19 template <class T> void ff(T) function
51 ff(A<double>());
  /ndk/tests/device/test-stlport_static-exception/jni/
eh990323-1.cpp 17 template <class T> void ff(T);
19 template <class T> void ff(T) function
51 ff(A<double>());
  /external/clang/test/Sema/
array-constraint.c 8 void ff() { function
  /external/skia/tests/
ClampRangeTest.cpp 91 #define ff(x) SkIntToFixed(x) macro
98 test_range(-ff(2), 0, 20);
99 test_range( ff(2), 0, 20);
106 test_range(ff(1), ff(16384), 100);
107 test_range(ff(-1), ff(-16384), 100);
108 test_range(ff(1)/2, ff(16384), 100);
109 test_range(ff(1)/2, ff(-16384), 100)
    [all...]
  /frameworks/base/tools/aapt/tests/
CrunchCache_test.cpp 51 FileFinder* ff = new MockFileFinder(data); local
52 CrunchCache cc(source,dest,ff);
83 delete ff;
  /bionic/tests/
math_test.cpp 1138 float ff = modff(123.456f, &fi); local
1140 ASSERT_FLOAT_EQ(0.45600128f, ff);
  /external/chromium_org/v8/test/webkit/
ToNumber.js 33 var ff = String.fromCharCode(0xC); variable
101 shouldBe("+ff", "0");
125 shouldBe("+(ff + '1')", "1");
149 shouldBe("+('1' + ff)", "1");
173 shouldBe("+('1' + ff + '1')", "NaN");
parseFloat.js 31 var ff = String.fromCharCode(0xC); variable
77 shouldBe("parseFloat(ff + '1')", "1");
  /external/tcpdump/
print-ntp.c 190 register float ff; local
194 ff = f / 65536.0; /* shift radix point by 16 bits */
195 f = ff * 1000000.0; /* Treat fraction as parts per million */
207 register float ff; local
211 ff = uf;
212 if (ff < 0.0) /* some compilers are buggy */
213 ff += FMAXINT;
214 ff = ff / FMAXINT; /* shift radix point by 32 bits */
215 f = ff * 1000000000.0; /* treat fraction as parts per billion *
243 register float ff; local
    [all...]
  /art/test/003-omnibus-opcodes/src/
FloatMath.java 303 static void jlmTests(float ff, double dd) {
306 Main.assertTrue(approxEqual(Math.abs(ff), ff, 0.001f)); local
307 Main.assertTrue(approxEqual(Math.abs(-ff), ff, 0.001f));
308 Main.assertTrue(approxEqual(Math.min(ff, -5.0f), -5.0f, 0.001f));
309 Main.assertTrue(approxEqual(Math.max(ff, -5.0f), ff, 0.001f)); local
  /dalvik/tests/003-omnibus-opcodes/src/
FloatMath.java 289 static void jlmTests(float ff, double dd) {
292 assert(approxEqual(Math.abs(ff), ff, 0.001f)); local
293 assert(approxEqual(Math.abs(-ff), ff, 0.001f));
294 assert(approxEqual(Math.min(ff, -5.0f), -5.0f, 0.001f));
295 assert(approxEqual(Math.max(ff, -5.0f), ff, 0.001f)); local
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
dct_inline.h 357 register int32 ff = (int32)k5; local
384 "r"(ff),
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/
KSBuilder_ImplTest.java 77 File ff = File.createTempFile("KSBuilder_ImplTest", "keystore"); local
78 ff.deleteOnExit();
82 fos = new FileOutputStream(ff);
93 return ff;
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyStoreBuilderTest.java 497 File ff = File.createTempFile("KSBuilder_ImplTest", "keystore"); local
498 ff.deleteOnExit();
502 fos = new FileOutputStream(ff);
513 return ff;
  /external/apache-xml/src/main/java/org/apache/xml/utils/
NodeVector.java 151 int ff = m_firstFree; local
153 if ((ff + 1) >= m_mapSize)
166 System.arraycopy(m_map, 0, newMap, 0, ff + 1);
172 m_map[ff] = value;
174 ff++;
176 m_firstFree = ff;
  /external/chromium_org/v8/test/webkit/fast/js/kde/
md5-2.js 61 function ff(a, b, c, d, x, s, t)
96 a = ff(a, b, c, d, x[i+ 0], 7 , -680876936)
97 d = ff(d, a, b, c, x[i+ 1], 12, -389564586)
98 c = ff(c, d, a, b, x[i+ 2], 17, 606105819)
99 b = ff(b, c, d, a, x[i+ 3], 22, -1044525330)
100 a = ff(a, b, c, d, x[i+ 4], 7 , -176418897)
101 d = ff(d, a, b, c, x[i+ 5], 12, 1200080426)
102 c = ff(c, d, a, b, x[i+ 6], 17, -1473231341)
103 b = ff(b, c, d, a, x[i+ 7], 22, -45705983)
104 a = ff(a, b, c, d, x[i+ 8], 7 , 1770035416
    [all...]
  /external/clang/test/CodeGenCXX/
constructor-init.cpp 51 float ff; member in struct:N

Completed in 3045 milliseconds

1 2 3