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

  /external/clang/test/PCH/
cxx_exprs.cpp 11 double floating; variable
29 functional_cast_result *double_ptr = &floating;
exprs.c 15 double floating; variable
27 floating_literal *double_ptr = &floating;
52 array_subscript *double_ptr1_5 = &floating;
55 call_returning_double *double_ptr2 = &floating;
58 member_ref_double *double_ptr3 = &floating;
69 conditional_operator *double_ptr4 = &floating;
79 ext_vector_element *double_ptr5 = &floating;
102 generic_selection_expr *double_ptr6 = &floating;
  /external/libffi/testsuite/libffi.call/
float.c 11 static int floating(int a, float b, double c, long double d) function
50 floating (si1, f, d, ld);
52 ffi_call(&cif, FFI_FN(floating), &rint, values);
54 printf ("%d vs %d\n", (int)rint, floating (si1, f, d, ld));
56 CHECK((int)rint == floating(si1, f, d, ld));
  /external/chromium/chrome/browser/ui/gtk/
gtk_floating_container.cc 114 g_signal_new("set-floating-position",
141 GtkFloatingContainer* floating = GTK_FLOATING_CONTAINER(container); local
142 GList* children = floating->floating_children;
154 floating->floating_children =
155 g_list_remove_link(floating->floating_children, children);
182 GtkFloatingContainer* floating = GTK_FLOATING_CONTAINER(container); local
183 GList* children = floating->floating_children;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_type.h 80 * Floating-point. Cannot be used with fixed. Integer numbers are
83 unsigned floating:1; member in struct:lp_type
86 * Fixed-point. Cannot be used with floating. Integer numbers are
94 * If this is not set for floating point, it means that all values are
106 * For floating and fixed point formats it means the values should be
182 res_type.floating = TRUE;
198 res_type.floating = TRUE;
342 type.floating = TRUE;
358 type.floating = FALSE;
374 type.floating = FALSE
    [all...]
  /external/chromium_org/ui/base/gtk/
gtk_floating_container.cc 117 g_signal_new("set-floating-position",
143 GtkFloatingContainer* floating = GTK_FLOATING_CONTAINER(container); local
144 GList* children = floating->floating_children;
156 floating->floating_children =
157 g_list_remove_link(floating->floating_children, children);
184 GtkFloatingContainer* floating = GTK_FLOATING_CONTAINER(container); local
185 GList* children = floating->floating_children;
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_type.h 80 * Floating-point. Cannot be used with fixed. Integer numbers are
83 unsigned floating:1; member in struct:lp_type
86 * Fixed-point. Cannot be used with floating. Integer numbers are
94 * If this is not set for floating point, it means that all values are
106 * For floating and fixed point formats it means the values should be
182 res_type.floating = TRUE;
198 res_type.floating = TRUE;
342 type.floating = TRUE;
358 type.floating = FALSE;
374 type.floating = FALSE
    [all...]
  /ndk/sources/host-tools/make-3.81/
main.c 107 floating, /* A floating-point number (double). */
389 { 'l', floating, (char *) &max_load_average, 1, 1, 0,
106 floating, \/* A floating-point number (double). *\/ enumerator in enum:command_switch::__anon35029
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h 437 EFloat floating() const { return static_cast<EFloat>(noninherited_flags._floating); } function in class:WebCore::RenderStyle
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 

Completed in 588 milliseconds