Home
last modified time | relevance | path

Searched refs:F (Results 1 – 8 of 8) sorted by relevance

/bionic/libc/dns/include/
Dnsswitch.h119 #define NS_FILES_CB(F,C) { NSSRC_FILES, F, __UNCONST(C) }, argument
120 #define NS_COMPAT_CB(F,C) { NSSRC_COMPAT, F, __UNCONST(C) }, argument
123 # define NS_DNS_CB(F,C) { NSSRC_DNS, F, __UNCONST(C) }, argument
125 # define NS_DNS_CB(F,C) argument
129 # define NS_NIS_CB(F,C) { NSSRC_NIS, F, __UNCONST(C) }, argument
131 # define NS_NIS_CB(F,C) argument
/bionic/libm/upstream-freebsd/lib/msun/bsdsrc/
Db_log.c367 double F, f, g, q, u, u2, v, zero = 0.0, one = 1.0;
389 F = (1.0/N) * j + 1; /* F*128 is an integer in [128, 512] */
390 f = g - F;
393 g = 1/(2*F+f);
410 u2 = (2.0*(f - F*u1) - u1*f) * g;
436 double F, f, g, q, u, v, u2; local
450 F = (1.0/N) * j + 1;
451 f = g - F;
453 g = 1/(2*F+f);
461 u2 = (2.0*(f - F*u1) - u1*f) * g;
/bionic/libc/private/
DScopeGuard.h23 template<typename F>
26 ScopeGuard(F f) : f_(f), active_(true) {} in ScopeGuard()
42 F f_;
/bionic/libc/bionic/
Dpthread_atfork.cpp50 template<typename F>
51 void walk_forward(F f) { in walk_forward()
57 template<typename F>
58 void walk_backwards(F f) { in walk_backwards()
76 template<typename F>
77 void remove_if(F predicate) { in remove_if()
/bionic/linker/
Dlinked_list.h155 template<typename F>
156 void for_each(F action) const { in for_each()
163 template<typename F>
164 bool visit(F action) const { in visit()
173 template<typename F>
174 void remove_if(F predicate) { in remove_if()
204 template<typename F>
205 T* find_if(F predicate) const { in find_if()
Dlinker_soinfo.h348 template<typename F>
349 void for_each_dt_needed(const soinfo* si, F action) { in for_each_dt_needed()
Dlinker_soinfo.cpp356 template <typename F>
358 F* functions, in call_array()
Dlinker.cpp702 template<typename F>
703 static bool walk_dependencies_tree(soinfo* root_soinfos[], size_t root_soinfos_size, F action) { in walk_dependencies_tree()
1108 template<typename F>
1109 static void for_each_dt_needed(const ElfReader& elf_reader, F action) { in for_each_dt_needed()
2328 template <typename F>
2329 static bool for_each_verdef(const soinfo* si, F functor) { in for_each_verdef()