Searched defs:fn (Results 26 - 28 of 28) sorted by relevance

12

/bionic/tests/
H A Dtime_test.cpp210 Counter(void (*fn)(sigval_t)) : value(0), timer_valid(false) { argument
213 se.sigev_notify_function = fn;
H A Dunistd_test.cpp350 static void TestFsyncFunction(int (*fn)(int)) { argument
355 EXPECT_EQ(-1, fn(-1));
362 EXPECT_EQ(0, fn(tf.fd));
365 EXPECT_EQ(0, fn(fd));
369 EXPECT_EQ(0, fn(fd));
374 EXPECT_EQ(0, fn(fd));
380 EXPECT_EQ(-1, fn(fd));
/bionic/libm/upstream-freebsd/lib/msun/ld128/
H A Ds_expl.c233 double dr, fn, r2; local
258 /* Use a specialized rint() to get fn. Assume round-to-nearest. */
261 fn = (double)x * INV_L + 0x1.8p52 - 0x1.8p52;
263 n = irint(fn);
265 n = (int)fn;
269 r1 = x - fn * L1;
270 r2 = fn * -L2;
374 double dr, dx, fn, r2; local
437 /* Use a specialized rint() to get fn. Assume round-to-nearest. */
438 fn
[all...]

Completed in 132 milliseconds

12