Searched refs:floating (Results 1 - 25 of 84) sorted by relevance

1234

/external/clang/test/PCH/
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;
H A Dcxx_exprs.cpp11 double floating; variable
29 functional_cast_result *double_ptr = &floating;
/external/lldb/test/functionalities/data-formatter/data-formatter-script/
H A Dmain.cpp17 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/AArch64/
H A Darm64-fp-encoding-error.s4 ; CHECK: error: expected compatible register or floating-point constant
7 ; CHECK: error: expected compatible register or floating-point constant
/external/llvm/test/MC/ARM/
H A Dfp-const-errors.s3 @ 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/
H A Dmain.cpp45 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/none/tests/ppc32/
H A Dtest_isa_2_06_part2.stdout.exp21 Test VSX floating point compare and basic arithmetic instructions
733 Test floating point convert [word | doubleword] unsigned, with round toward zero
882 Test floating point arithmetic instructions -- with a{d|s}p or m{d|s}p
1414 Test scalar floating point arithmetic instructions
/external/valgrind/none/tests/ppc64/
H A Dtest_isa_2_06_part2.stdout.exp21 Test VSX floating point compare and basic arithmetic instructions
794 Test floating point convert [word | doubleword] unsigned, with round toward zero
946 Test floating point arithmetic instructions -- with a{d|s}p or m{d|s}p
1478 Test scalar floating point arithmetic instructions
/external/lldb/test/functionalities/data-formatter/data-formatter-advanced/
H A Dmain.cpp17 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/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_alpha.c73 if (type.floating &&
83 type.floating = 0;
H A Dlp_bld_blend.c153 } 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) {
H A Dlp_test_main.c51 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/valgrind/none/tests/s390x/
H A Dfpext_fail.stderr.exp3 Encountered an instruction that requires the floating point extension facility.
H A Dtest_sig.stdout.exp7 floating point is now: 1.000000 1.000000 1.000000 1.000000 1.000000
H A Dfpext_warn.stderr.exp4 feature requires the floating point extension facility
10 feature requires the floating point extension facility
16 feature requires the floating point extension facility
/external/llvm/test/MC/AsmParser/
H A Dfloating-literals.s60 # 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/
H A Dlp_bld_bitarit.c50 /* 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
[all...]
H A Dlp_bld_const.c50 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
[all...]
H A Dlp_bld_conv.c162 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
[all...]
H A Dlp_bld_format_aos_array.c62 src_type.floating = format_desc->channel[0].type == UTIL_FORMAT_TYPE_FLOAT;
82 if (src_type.floating && src_type.width == 64) {
H A Dlp_bld_type.h83 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;
H A Dlp_bld_arit.c88 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...]
H A Dlp_bld_format_soa.c117 assert(type.floating);
158 if (type.floating) {
198 if (type.floating) {
215 if (type.floating) {
229 if (type.floating) {
362 type.floating && type.width == 32 &&
/external/valgrind/memcheck/tests/
H A Dvcpu_fbench.stdout.exp1 Ready to begin John Walker's floating point accuracy
/external/libunwind/doc/
H A Dunw_is_fpreg.tex8 \begin{Name}{3}{unw\_is\_fpreg}{David Mosberger-Tang}{Programming Library}{unw\_is\_fpreg}unw\_is\_fpreg -- check if a register is a floating-point register
20 \Var{reg} is a floating-point register.
28 \Var{reg} is a floating-point register. Otherwise, it returns a value

Completed in 1803 milliseconds

1234