HomeSort by relevance Sort by last modified time
    Searched defs:floating (Results 1 - 21 of 21) 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/python/cpython2/Modules/_ctypes/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/python/cpython3/Modules/_ctypes/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/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_type.h 85 * Floating-point. Cannot be used with fixed. Integer numbers are
88 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
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_blend_aos.c 352 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/
json_stream_parser.cc 500 bool floating = false; local
510 floating = true;
527 // Floating point number, parse as a double.
528 if (floating) {
537 // Positive non-floating point number, parse as a uint64.
555 // Negative non-floating point number, parse as an int64.
  /libcore/ojluni/src/main/java/sun/invoke/util/
Wrapper.java 37 FLOAT ( Float.class, float.class, 'F', (Float)(float)0, new float[0], Format.floating(32)),
38 DOUBLE ( Double.class, double.class, 'D', (Double)(double)0, new double[0], Format.floating(64)),
77 FLOATING = 1 << KIND_SHIFT;
86 (kind == FLOATING) ? (size == 32 || size == 64) :
98 FLOAT = FLOATING | (32 << SIZE_SHIFT) | (1 << SLOT_SHIFT),
103 static int floating(int size) { return format(FLOATING, size, (size > 32 ? 2 : 1)); } method in class:Wrapper.Format
199 // check relations with floating types:
  /prebuilts/tools/common/fest/
fest-swing-1.2.1.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 
  /external/guice/extensions/struts2/lib/
core-3.1.1.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.11.0.v20150602-1242.jar 
  /prebuilts/devtools/tools/lib/
ecj-4.4.jar 
ecj-4.6.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4/
ecj-4.4.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4.2/
ecj-4.4.2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.5.1/
ecj-4.5.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.6.1/
ecj-4.6.1.jar 
  /prebuilts/tools/common/offline-m2/org/eclipse/jdt/core/compiler/ecj/4.5.1/
ecj-4.5.1.jar 

Completed in 233 milliseconds