/external/clang/test/PCH/ |
D | 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/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_bitarit.c | 51 if (type.floating) { in lp_build_or() 58 if (type.floating) { in lp_build_or() 77 if (type.floating) { in lp_build_xor() 84 if (type.floating) { in lp_build_xor() 105 if (type.floating) { in lp_build_and() 112 if (type.floating) { in lp_build_and() 134 if (type.floating) { in lp_build_andnot() 142 if (type.floating) { in lp_build_andnot() 159 if (type.floating) { in lp_build_not() 163 if (type.floating) { in lp_build_not() [all …]
|
D | lp_bld_const.c | 50 assert(type.floating); in lp_mantissa() 52 if(type.floating) { in lp_mantissa() 82 if(type.floating) in lp_const_shift() 96 if(type.floating || type.fixed) in lp_const_offset() 140 if (type.floating) { in lp_const_min() 175 if (type.floating) { in lp_const_max() 204 if (type.floating) { in lp_const_eps() 236 if (type.floating) in lp_build_zero() 259 if(type.floating && type.width == 16) in lp_build_one() 261 else if(type.floating) in lp_build_one() [all …]
|
D | lp_bld_conv.c | 162 assert(src_type.floating); in lp_build_clamped_float_to_unsigned_norm() 292 assert(dst_type.floating); in lp_build_unsigned_norm_to_float() 383 if (src_type.floating == 1 && in lp_build_conv() 390 dst_type.floating == 0 && in lp_build_conv() 438 else if (src_type.floating == 1 && in lp_build_conv() 445 dst_type.floating == 0 && in lp_build_conv() 498 else if (src_type.floating && src_type.width == 16) in lp_build_conv() 543 if(dst_type.floating) { in lp_build_conv() 546 else if(tmp_type.floating) { in lp_build_conv() 554 tmp_type.floating = FALSE; in lp_build_conv() [all …]
|
D | lp_bld_arit.c | 88 if (type.floating && util_cpu_caps.has_sse) { in lp_build_min_simple() 178 if (type.floating && util_cpu_caps.has_sse) { in lp_build_max_simple() 267 if(type.norm && !type.floating && !type.fixed && !type.sign) { in lp_build_comp() 275 if (type.floating) in lp_build_comp() 280 if (type.floating) in lp_build_comp() 317 !type.floating && !type.fixed) { in lp_build_add() 329 if (type.floating) in lp_build_add() 334 if (type.floating) in lp_build_add() 340 if(bld->type.norm && (bld->type.floating || bld->type.fixed)) in lp_build_add() 393 if (type.floating) { in lp_build_horizontal_add() [all …]
|
D | lp_bld_type.h | 83 unsigned floating:1; member 182 res_type.floating = TRUE; in lp_type_float() 198 res_type.floating = TRUE; in lp_type_float_vec() 342 type.floating = TRUE; in lp_float32_vec4_type() 358 type.floating = FALSE; in lp_int32_vec4_type() 374 type.floating = FALSE; in lp_unorm8_vec4_type()
|
D | lp_bld_format_soa.c | 117 assert(type.floating); in lp_build_unpack_rgba_soa() 158 if (type.floating) { in lp_build_unpack_rgba_soa() 198 if (type.floating) { in lp_build_unpack_rgba_soa() 215 if (type.floating) { in lp_build_unpack_rgba_soa() 229 if (type.floating) { in lp_build_unpack_rgba_soa() 362 type.floating && type.width == 32 && in lp_build_fetch_rgba_soa()
|
/external/lldb/test/functionalities/data-formatter/data-formatter-script/ |
D | main.cpp | 17 float floating; member 20 integer(I), floating(F), character(C) {} in i_am_cool() 21 i_am_cool() : integer(1), floating(2), character('3') {} in i_am_cool() 29 float floating; member 34 floating((F1 + F2)/2) {} in i_am_cooler()
|
/external/lldb/test/functionalities/data-formatter/data-formatter-cpp/ |
D | main.cpp | 45 ShowMyGuts floating; member 48 integer(I), floating(F), character(C) {} in i_am_cool() 49 i_am_cool() : integer(1), floating(2), character('3') {} in i_am_cool() 57 ShowMyGuts floating; member 62 floating((F1 + F2)/2) {} in i_am_cooler() 106 cool_array[3].floating = 5.25; in main()
|
/external/llvm/test/MC/ARM/ |
D | 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/llvm/test/MC/AsmParser/ |
D | 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/lldb/test/functionalities/data-formatter/data-formatter-advanced/ |
D | main.cpp | 17 float floating; member 20 integer(I), floating(F), character(C) {} in i_am_cool() 21 i_am_cool() : integer(1), floating(2), character('3') {} in i_am_cool() 29 float floating; member 34 floating((F1 + F2)/2) {} in i_am_cooler() 148 cool_array[3].floating = 5.25; in main()
|
/external/valgrind/none/tests/ppc32/ |
D | test_isa_2_06_part2.stdout.exp | 21 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/ |
D | test_isa_2_06_part2.stdout.exp | 21 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/libpng/contrib/conftest/ |
D | simple.dfa | 19 # It isn't necessary to chose fixed or floating point for the APIs because the 20 # simplified API doesn't need fixed or floating point numbers. It is necessary 22 # = off') is fixed point - turn the floating point implementation on if you have 23 # hardware floating point or prefer your software floating point implementation.
|
D | s_write.dfa | 18 # It isn't necessary to chose fixed or floating point for the APIs because the 19 # simplified API doesn't need fixed or floating point numbers. It is necessary 21 # = off') is fixed point - turn the floating point implementation on if you have 22 # hardware floating point or prefer your software floating point implementation.
|
D | s_read.dfa | 20 # It isn't necessary to chose fixed or floating point for the APIs because the 21 # simplified API doesn't need fixed or floating point numbers. It is necessary 23 # = off') is fixed point - turn the floating point implementation on if you have 24 # hardware floating point or prefer your software floating point implementation.
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_test_main.c | 51 type.sign ? (type.floating || type.fixed ? "" : "s") : "u", in dump_type() 52 type.floating ? "f" : (type.fixed ? "h" : "i"), in dump_type() 65 if (type.floating) { in read_elem() 132 if (type.floating) { in write_elem() 198 if (type.floating) { in random_elem() 257 eps *= type.floating ? 8.0 : 2.0; in compare_vec_with_eps() 290 if (type.floating) { in dump_vec()
|
D | lp_test_conv.c | 179 …if ((src_type.floating && !dst_type.floating && dst_type.sign && dst_type.norm && src_type.width =… in test_one() 180 … (!src_type.floating && dst_type.floating && src_type.fixed && src_type.width == dst_type.width)) { in test_one() 188 …if ((src_type.floating && !dst_type.floating && dst_type.sign && dst_type.norm && src_type.width =… in test_one() 189 … (!src_type.floating && dst_type.floating && src_type.fixed && src_type.width == dst_type.width)) { in test_one()
|
/external/valgrind/none/tests/s390x/ |
D | 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/vixl/doc/ |
D | changelog.md | 17 + Support half-precision floating point instructions. 62 + Added more tests for floating point instruction simulation. 64 registers before floating point registers on the stack. 69 + Address inaccuracies in the simulated floating point instructions. 70 + Implement Default-NaN floating point mode. 98 + Added support for more fixed-point to floating-point conversions (`ucvtf`
|
/external/llvm/include/llvm/CodeGen/ |
D | ValueTypes.td | 29 def f16 : ValueType<16 , 7>; // 16-bit floating point value 30 def f32 : ValueType<32 , 8>; // 32-bit floating point value 31 def f64 : ValueType<64 , 9>; // 64-bit floating point value 32 def f80 : ValueType<80 , 10>; // 80-bit floating point value 33 def f128 : ValueType<128, 11>; // 128-bit floating point value 34 def ppcf128: ValueType<128, 12>; // PPC 128-bit floating point value
|
/external/llvm/test/MC/Disassembler/Hexagon/ |
D | xtype_fp.txt | 8 # Classify floating-point value 14 # Compare floating-point value 32 # Convert floating-point value to other format 38 # Convert integer to floating-point value 56 # Convert floating-point value to integer 118 # Create floating-point constant
|
/external/webrtc/ |
D | TODO | 2 fixed rather than floating point. The current code uses floating
|
/external/llvm/test/MC/AArch64/ |
D | arm64-fp-encoding-error.s | 4 ; CHECK: error: expected compatible register or floating-point constant 7 ; CHECK: error: expected compatible register or floating-point constant
|