Searched defs:floating (Results 1 - 11 of 11) sorted by relevance

/external/clang/test/PCH/
H A Dcxx_exprs.cpp11 double floating; variable
29 functional_cast_result *double_ptr = &floating;
H A Dexprs.c15 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/
H A Dfloat.c11 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/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
H A Dfloat.c11 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/python/cpython3/Modules/_ctypes/libffi/testsuite/libffi.call/
H A Dfloat.c11 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/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_type.h88 unsigned floating:1; member in struct:lp_type
91 * Fixed-point. Cannot be used with floating. Integer numbers are
99 * If this is not set for floating point, it means that all values are
111 * For floating and fixed point formats it means the values should be
187 type->floating = format_desc->channel[0].type == UTIL_FORMAT_TYPE_FLOAT;
217 res_type.floating = TRUE;
233 res_type.floating = TRUE;
377 type.floating = TRUE;
393 type.floating = FALSE;
409 type.floating
[all...]
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_blend_aos.c352 if(!type.floating) {
420 /* We can be blending floating values but masks are always integer... */
421 unsigned floating = bld.base.type.floating; local
422 bld.base.type.floating = 0;
426 bld.base.type.floating = floating;
/external/protobuf/src/google/protobuf/util/internal/
H A Djson_stream_parser.cc500 bool floating = false; local
510 floating = true;
528 if (floating) {
537 // Positive non-floating point number, parse as a uint64.
555 // Negative non-floating point number, parse as an int64.
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 438 milliseconds