Home
last modified time | relevance | path

Searched defs:floating (Results 1 – 6 of 6) sorted by relevance

/external/clang/test/PCH/
Dcxx_exprs.cpp9 double floating; variable
Dexprs.c11 double floating; variable
/external/libffi/testsuite/libffi.call/
Dfloat.c11 static int floating(int a, float b, double c, long double d) in floating() function
/external/chromium/chrome/browser/ui/gtk/
Dgtk_floating_container.cc141 GtkFloatingContainer* floating = GTK_FLOATING_CONTAINER(container); in gtk_floating_container_remove() local
182 GtkFloatingContainer* floating = GTK_FLOATING_CONTAINER(container); in gtk_floating_container_forall() local
/external/bluetooth/glib/gobject/
Dgclosure.h154 volatile guint floating : 1; member
/external/webkit/Source/WebCore/rendering/style/
DRenderStyle.h394 EFloat floating() const { return static_cast<EFloat>(noninherited_flags._floating); } in floating() function