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

1 2 3 4 5 6 7 8

  /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/lldb/test/functionalities/data-formatter/data-formatter-script/
main.cpp 17 float floating; member in struct:i_am_cool
20 integer(I), floating(F), character(C) {}
21 i_am_cool() : integer(1), floating(2), character('3') {}
29 float floating; member in struct:i_am_cooler
34 floating((F1 + F2)/2) {}
  /external/llvm/test/MC/ARM/
fp-const-errors.s 3 @ Test for floating point constants that are out of the 8-bit encoded value range
12 @ CHECK: error: invalid floating point immediate
15 @ CHECK: error: invalid floating point immediate
19 @ CHECK: error: invalid floating point immediate
22 @ CHECK: error: invalid floating point immediate
  /external/lldb/test/functionalities/data-formatter/data-formatter-cpp/
main.cpp 45 ShowMyGuts floating; member in struct:i_am_cool
48 integer(I), floating(F), character(C) {}
49 i_am_cool() : integer(1), floating(2), character('3') {}
57 ShowMyGuts floating; member in struct:i_am_cooler
62 floating((F1 + F2)/2) {}
106 cool_array[3].floating = 5.25;
  /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/lldb/test/functionalities/data-formatter/data-formatter-advanced/
main.cpp 17 float floating; member in struct:i_am_cool
20 integer(I), floating(F), character(C) {}
21 i_am_cool() : integer(1), floating(2), character('3') {}
29 float floating; member in struct:i_am_cooler
34 floating((F1 + F2)/2) {}
148 cool_array[3].floating = 5.25;
  /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) {
  /external/libcxx/test/utilities/function.objects/unord.hash/
Android.mk 27 test_name := utilities/function.objects/unord.hash/floating
28 test_src := floating.pass.cpp
  /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) {
  /external/valgrind/main/none/tests/s390x/
fpext_fail.stderr.exp 3 Encountered an instruction that requires the floating point extension facility.
test_sig.stdout.exp 7 floating point is now: 1.000000 1.000000 1.000000 1.000000 1.000000
fpext_warn.stderr.exp 4 feature requires the floating point extension facility.
10 feature requires the floating point extension facility.
16 feature requires the floating point extension facility.
  /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) {
  /external/llvm/test/MC/AsmParser/
floating-literals.s 60 # CHECK-ERROR: invalid hexadecimal floating-point constant: expected at least one exponent digit
64 # CHECK-ERROR: invalid hexadecimal floating-point constant: expected at least one exponent digit
68 # CHECK-ERROR: invalid hexadecimal floating-point constant: expected at least one exponent digit
72 # CHECK-ERROR: invalid hexadecimal floating-point constant: expected at least one significand digit
76 # CHECK-ERROR: invalid hexadecimal floating-point constant: expected at least one significand digit
80 # CHECK-ERROR: error: invalid hexadecimal floating-point constant: expected exponent part 'p'
  /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...]
  /external/valgrind/main/memcheck/tests/
vcpu_fbench.stdout.exp 1 Ready to begin John Walker's floating point accuracy

Completed in 1317 milliseconds

1 2 3 4 5 6 7 8