HomeSort by relevance Sort by last modified time
    Searched refs:floating (Results 1 - 25 of 152) sorted by null

1 2 3 4 5 6 7

  /external/clang/test/PCH/
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;
cxx_exprs.cpp 11 double floating; variable
29 functional_cast_result *double_ptr = &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/valgrind/main/none/tests/ppc32/
test_isa_2_06_part2.stdout.exp 21 Test VSX floating point compare and basic arithmetic instructions
    [all...]
  /external/valgrind/main/none/tests/ppc64/
test_isa_2_06_part2.stdout.exp 21 Test VSX floating point compare and basic arithmetic instructions
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_bld_alpha.c 73 if (type.floating &&
83 type.floating = 0;
lp_bld_blend.c 153 } else if(bld->type.floating && func == PIPE_BLEND_SUBTRACT) {
163 } else if(bld->type.floating && func == PIPE_BLEND_REVERSE_SUBTRACT) {
176 if (bld->type.floating && factor_src == factor_dst) {
lp_test_main.c 51 type.sign ? (type.floating || type.fixed ? "" : "s") : "u",
52 type.floating ? "f" : (type.fixed ? "h" : "i"),
65 if (type.floating) {
132 if (type.floating) {
198 if (type.floating) {
257 eps *= type.floating ? 8.0 : 2.0;
290 if (type.floating) {
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_alpha.c 73 if (type.floating &&
83 type.floating = 0;
lp_bld_blend.c 153 } else if(bld->type.floating && func == PIPE_BLEND_SUBTRACT) {
163 } else if(bld->type.floating && func == PIPE_BLEND_REVERSE_SUBTRACT) {
176 if (bld->type.floating && factor_src == factor_dst) {
lp_test_main.c 51 type.sign ? (type.floating || type.fixed ? "" : "s") : "u",
52 type.floating ? "f" : (type.fixed ? "h" : "i"),
65 if (type.floating) {
132 if (type.floating) {
198 if (type.floating) {
257 eps *= type.floating ? 8.0 : 2.0;
290 if (type.floating) {
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_bitarit.c 50 /* can't do bitwise ops on floating-point values */
51 if (type.floating) {
58 if (type.floating) {
76 /* can't do bitwise ops on floating-point values */
77 if (type.floating) {
84 if (type.floating) {
104 /* can't do bitwise ops on floating-point values */
105 if (type.floating) {
112 if (type.floating) {
133 /* can't do bitwise ops on floating-point values *
    [all...]
lp_bld_const.c 50 assert(type.floating);
52 if(type.floating) {
82 if(type.floating)
96 if(type.floating || type.fixed)
108 * This is 1.0 for all floating types and unnormalized integers, and something
140 if (type.floating) {
175 if (type.floating) {
204 if (type.floating) {
236 if (type.floating)
259 if(type.floating && type.width == 16
    [all...]
lp_bld_conv.c 162 assert(src_type.floating);
195 * floating point (i.e., mantissa + 1 bits). So do a straight
209 * The destination exceeds what can be represented in the floating point.
292 assert(dst_type.floating);
298 * The source width matches fits what can be represented in floating
311 * The source width exceeds what can be represented in floating
383 if (src_type.floating == 1 &&
390 dst_type.floating == 0 &&
438 else if (src_type.floating == 1 &&
445 dst_type.floating == 0 &
    [all...]
lp_bld_format_aos_array.c 62 src_type.floating = format_desc->channel[0].type == UTIL_FORMAT_TYPE_FLOAT;
82 if (src_type.floating && src_type.width == 64) {
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...]
lp_bld_arit.c 88 if (type.floating && util_cpu_caps.has_sse) {
178 if (type.floating && util_cpu_caps.has_sse) {
267 if(type.norm && !type.floating && !type.fixed && !type.sign) {
275 if (type.floating)
280 if (type.floating)
317 !type.floating && !type.fixed) {
329 if (type.floating)
334 if (type.floating)
340 if(bld->type.norm && (bld->type.floating || bld->type.fixed))
393 if (type.floating) {
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_bitarit.c 50 /* can't do bitwise ops on floating-point values */
51 if (type.floating) {
58 if (type.floating) {
76 /* can't do bitwise ops on floating-point values */
77 if (type.floating) {
84 if (type.floating) {
104 /* can't do bitwise ops on floating-point values */
105 if (type.floating) {
112 if (type.floating) {
133 /* can't do bitwise ops on floating-point values *
    [all...]
lp_bld_const.c 50 assert(type.floating);
52 if(type.floating) {
82 if(type.floating)
96 if(type.floating || type.fixed)
108 * This is 1.0 for all floating types and unnormalized integers, and something
140 if (type.floating) {
175 if (type.floating) {
204 if (type.floating) {
236 if (type.floating)
259 if(type.floating && type.width == 16
    [all...]
lp_bld_conv.c 162 assert(src_type.floating);
195 * floating point (i.e., mantissa + 1 bits). So do a straight
209 * The destination exceeds what can be represented in the floating point.
292 assert(dst_type.floating);
298 * The source width matches fits what can be represented in floating
311 * The source width exceeds what can be represented in floating
383 if (src_type.floating == 1 &&
390 dst_type.floating == 0 &&
438 else if (src_type.floating == 1 &&
445 dst_type.floating == 0 &
    [all...]
lp_bld_format_aos_array.c 62 src_type.floating = format_desc->channel[0].type == UTIL_FORMAT_TYPE_FLOAT;
82 if (src_type.floating && src_type.width == 64) {
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...]
lp_bld_arit.c 88 if (type.floating && util_cpu_caps.has_sse) {
178 if (type.floating && util_cpu_caps.has_sse) {
267 if(type.norm && !type.floating && !type.fixed && !type.sign) {
275 if (type.floating)
280 if (type.floating)
317 !type.floating && !type.fixed) {
329 if (type.floating)
334 if (type.floating)
340 if(bld->type.norm && (bld->type.floating || bld->type.fixed))
393 if (type.floating) {
    [all...]
  /external/valgrind/main/memcheck/tests/
vcpu_fbench.stdout.exp 1 Ready to begin John Walker's floating point accuracy
  /external/chromium_org/chrome/common/extensions/docs/static/js/
scroll.js 7 // Switches the sidebar between floating on the left and position:fixed
19 var isFloatingSidebar = sidebar.classList.contains('floating');
37 sidebar.classList.toggle('floating', floatSidebar);

Completed in 1453 milliseconds

1 2 3 4 5 6 7