/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_conv.c | 249 assert(src_type.floating); in lp_build_clamped_float_to_unsigned_norm() 382 assert(dst_type.floating); in lp_build_unsigned_norm_to_float() 451 if (src_type.floating == dst_type->floating && in lp_build_conv_auto() 465 dst_type->floating == 0 && in lp_build_conv_auto() 469 ((src_type.floating == 1 && src_type.sign == 1 && dst_type->norm == 1) || in lp_build_conv_auto() 470 (src_type.floating == 0 && dst_type->floating == 0 && in lp_build_conv_auto() 511 dst_type->floating == 0 && (num_srcs % 2 == 0) && in lp_build_conv_auto() 572 dst_type.floating == 0 && in lp_build_conv() 576 ((src_type.floating == 1 && src_type.sign == 1 && dst_type.norm == 1) || in lp_build_conv() 577 (src_type.floating == 0 && dst_type.floating == 0 && in lp_build_conv() [all …]
|
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_arit.c | 105 if (type.floating && util_cpu_caps.has_sse) { in lp_build_min_simple() 135 else if (type.floating && util_cpu_caps.has_altivec) { in lp_build_min_simple() 218 if (util_cpu_caps.has_sse && type.floating && in lp_build_min_simple() 241 if (type.floating) { in lp_build_min_simple() 323 if (type.floating && util_cpu_caps.has_sse) { in lp_build_max_simple() 353 else if (type.floating && util_cpu_caps.has_altivec) { in lp_build_max_simple() 431 if (util_cpu_caps.has_sse && type.floating && in lp_build_max_simple() 454 if (type.floating) { in lp_build_max_simple() 509 if(type.norm && !type.floating && !type.fixed && !type.sign) { in lp_build_comp() 517 if (type.floating) in lp_build_comp() [all …]
|
D | lp_bld_type.h | 88 unsigned floating:1; member 187 type->floating = format_desc->channel[0].type == UTIL_FORMAT_TYPE_FLOAT; in lp_type_from_format_desc() 217 res_type.floating = TRUE; in lp_type_float() 233 res_type.floating = TRUE; in lp_type_float_vec() 377 type.floating = TRUE; in lp_float32_vec4_type() 393 type.floating = FALSE; in lp_int32_vec4_type() 409 type.floating = FALSE; in lp_unorm8_vec4_type()
|
D | lp_bld_pack.c | 418 assert(!src_type.floating); in lp_build_unpack2() 419 assert(!dst_type.floating); in lp_build_unpack2() 471 assert(!src_type.floating); in lp_build_unpack2_native() 472 assert(!dst_type.floating); in lp_build_unpack2_native() 582 assert(!src_type.floating); in lp_build_pack2() 583 assert(!dst_type.floating); in lp_build_pack2() 736 assert(!src_type.floating); in lp_build_pack2_native() 737 assert(!dst_type.floating); in lp_build_pack2_native() 786 assert(!src_type.floating); in lp_build_packs2() 787 assert(!dst_type.floating); in lp_build_packs2() [all …]
|
D | lp_bld_format_soa.c | 91 assert(!bld->type.floating); in lp_build_format_swizzle_soa() 95 assert(bld->type.floating); in lp_build_format_swizzle_soa() 161 if (type.floating) { in lp_build_extract_soa_chan() 203 if (type.floating) { in lp_build_extract_soa_chan() 227 if (type.floating) { in lp_build_extract_soa_chan() 231 f16i_type.floating = 0; in lp_build_extract_soa_chan() 254 if (type.floating) { in lp_build_extract_soa_chan() 385 if (dst_type.floating) in lp_build_rgba8_to_fi32_soa() 480 type.floating))) in lp_build_fetch_rgba_soa() 688 assert(type.floating); in lp_build_fetch_rgba_soa() [all …]
|
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/ |
D | float.c | 11 static int floating(int a, float b, double c, long double d) in floating() function 50 floating (si1, f, d, ld); in main() 52 ffi_call(&cif, FFI_FN(floating), &rint, values); in main() 54 printf ("%d vs %d\n", (int)rint, floating (si1, f, d, ld)); in main() 56 CHECK((int)rint == floating(si1, f, d, ld)); in main()
|
/external/libffi/testsuite/libffi.call/ |
D | float.c | 11 static int floating(int a, float b, double c, long double d) in floating() function 50 floating (si1, f, d, ld); in main() 52 ffi_call(&cif, FFI_FN(floating), &rint, values); in main() 54 printf ("%d vs %d\n", (int)rint, floating (si1, f, d, ld)); in main() 56 CHECK((int)rint == floating(si1, f, d, ld)); in main()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AsmParser/ |
D | floating-literals.s | 60 # CHECK-ERROR: invalid hexadecimal floating-point constant: expected at least one exponent digit 63 # CHECK-ERROR: invalid hexadecimal floating-point constant: expected at least one exponent digit 66 # CHECK-ERROR: invalid hexadecimal floating-point constant: expected at least one exponent digit 69 # CHECK-ERROR: invalid hexadecimal floating-point constant: expected at least one significand digit 72 # CHECK-ERROR: invalid hexadecimal floating-point constant: expected at least one significand digit 75 # CHECK-ERROR: error: invalid hexadecimal floating-point constant: expected exponent part 'p'
|
/external/llvm/test/MC/AsmParser/ |
D | floating-literals.s | 60 # CHECK-ERROR: invalid hexadecimal floating-point constant: expected at least one exponent digit 63 # CHECK-ERROR: invalid hexadecimal floating-point constant: expected at least one exponent digit 66 # CHECK-ERROR: invalid hexadecimal floating-point constant: expected at least one exponent digit 69 # CHECK-ERROR: invalid hexadecimal floating-point constant: expected at least one significand digit 72 # CHECK-ERROR: invalid hexadecimal floating-point constant: expected at least one significand digit 75 # CHECK-ERROR: error: invalid hexadecimal floating-point constant: expected exponent part 'p'
|
/external/swiftshader/third_party/llvm-7.0/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/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/tensorflow/tensorflow/lite/tools/optimize/testdata/ |
D | README.md | 8 A floating point model with single convolution where all weights are 13 A floating point model with a single convolution where weights of the model 19 A floating point model with a single softmax. The input tensor has min 22 A floating point model with a single average pool. The input tensor has min 25 A floating point model with two convs that have a use the same weight tensor. 27 A floating point model with two inputs with an add followed by a reshape.
|
/external/clang/test/Lexer/ |
D | opencl-half-literal.cl | 7 constant half b = 1.0hh; // expected-error{{invalid suffix 'hh' on floating constant}} 8 constant half c = 1.0fh; // expected-error{{invalid suffix 'fh' on floating constant}} 9 constant half d = 1.0lh; // expected-error{{invalid suffix 'lh' on floating constant}} 10 constant half e = 1.0hf; // expected-error{{invalid suffix 'hf' on floating constant}}
|
/external/libpng/contrib/conftest/ |
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 | 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_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/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_AsString.pbtxt | 6 The post-decimal precision to use for floating point numbers. 13 Use scientific notation for floating point numbers. 20 floating point numbers. 27 Applies to both floating point and integer numbers.
|
/external/python/cpython2/Doc/library/ |
D | fpectl.rst | 7 :synopsis: Provide control for floating point exception handling. 20 Most computers carry out floating point operations in conformance with the 21 so-called IEEE-754 standard. On any real computer, some floating point 22 operations produce results that cannot be expressed as a normal floating point 41 floating point units from several hardware manufacturers, allowing the user to 60 Reset default handling of floating point exceptions. 65 After :func:`turnon_sigfpe` has been executed, a floating point operation that 100 Setting up a given processor to trap IEEE-754 floating point errors currently
|
/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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrDFP.td | 10 // The instructions in this file implement SystemZ decimal floating-point 13 // ever supports decimal floating-point types (_Decimal64 etc.), they can 33 // Convert floating-point values to narrower representations. The destination 38 // Extend floating-point values to wider representations. 42 // Convert a signed integer value to a floating-point one. 52 // Convert an unsigned integer value to a floating-point one. 60 // Convert a floating-point value to a signed integer value. 72 // Convert a floating-point value to an unsigned integer value. 82 // Convert a packed value to a floating-point one. 88 // Convert a floating-point value to a packed value. [all …]
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | ValueTypes.td | 29 def f32 : ValueType<32 , 7>; // 32-bit floating point value 30 def f64 : ValueType<64 , 8>; // 64-bit floating point value 31 def f80 : ValueType<80 , 9>; // 80-bit floating point value 32 def f128 : ValueType<128, 10>; // 128-bit floating point value 33 def ppcf128: ValueType<128, 11>; // PPC 128-bit floating point value
|
/external/python/cpython2/Doc/tutorial/ |
D | floatingpoint.rst | 24 fractions. A consequence is that, in general, the decimal floating-point 25 numbers you enter are only approximated by the binary floating-point numbers 85 Note that this is in the very nature of binary floating-point: this is not a 87 kind of thing in all languages that support your hardware's floating-point 101 decimal string ``2.675`` is converted to a binary floating-point number, it's 128 Binary floating-point arithmetic holds many surprises like this. The problem 134 wary of floating-point! The errors in Python float operations are inherited 135 from the floating-point hardware, and on most machines are on the order of no 140 While pathological cases do exist, for most casual use of floating-point 154 binary floating-point representation is assumed. [all …]
|