/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()
|
/external/vulkan-validation-layers/libs/glm/detail/ |
D | func_trigonometric.inl | 42 …GLM_STATIC_ASSERT(std::numeric_limits<genType>::is_iec559, "'radians' only accept floating-point i… 56 …GLM_STATIC_ASSERT(std::numeric_limits<genType>::is_iec559, "'degrees' only accept floating-point i… 70 …GLM_STATIC_ASSERT(std::numeric_limits<genType>::is_iec559, "'sin' only accept floating-point input… 81 …GLM_STATIC_ASSERT(std::numeric_limits<genType>::is_iec559, "'cos' only accept floating-point input… 95 …GLM_STATIC_ASSERT(std::numeric_limits<genType>::is_iec559, "'tan' only accept floating-point input… 109 …GLM_STATIC_ASSERT(std::numeric_limits<genType>::is_iec559, "'asin' only accept floating-point inpu… 123 …GLM_STATIC_ASSERT(std::numeric_limits<genType>::is_iec559, "'acos' only accept floating-point inpu… 138 …GLM_STATIC_ASSERT(std::numeric_limits<genType>::is_iec559, "'atan' only accept floating-point inpu… 151 …GLM_STATIC_ASSERT(std::numeric_limits<genType>::is_iec559, "'atan' only accept floating-point inpu… 165 …GLM_STATIC_ASSERT(std::numeric_limits<genType>::is_iec559, "'sinh' only accept floating-point inpu… [all …]
|
D | func_common.inl | 50 "'abs' only accept floating-point and integer scalar or vector inputs"); 63 "'abs' only accept floating-point and integer scalar or vector inputs"); 73 …GLM_STATIC_ASSERT(std::numeric_limits<U>::is_iec559, "'mix' only accept floating-point inputs for … 96 …GLM_STATIC_ASSERT(std::numeric_limits<U>::is_iec559, "'mix' only accept floating-point inputs for … 116 …GLM_STATIC_ASSERT(std::numeric_limits<U>::is_iec559, "'mix' only accept floating-point inputs for … 174 "'floor' only accept floating-point inputs"); 187 "'trunc' only accept floating-point inputs"); 201 "'round' only accept floating-point inputs"); 214 …GLM_STATIC_ASSERT(std::numeric_limits<genType>::is_iec559, "'roundEven' only accept floating-point… 226 "'roundEven' only accept floating-point inputs"); [all …]
|
D | func_geometric.inl | 93 …GLM_STATIC_ASSERT(std::numeric_limits<genType>::is_iec559, "'length' only accept floating-point in… 102 …GLM_STATIC_ASSERT(std::numeric_limits<T>::is_iec559, "'length' only accept floating-point inputs"); 111 …GLM_STATIC_ASSERT(std::numeric_limits<T>::is_iec559, "'length' only accept floating-point inputs"); 120 …GLM_STATIC_ASSERT(std::numeric_limits<T>::is_iec559, "'length' only accept floating-point inputs"); 134 …GLM_STATIC_ASSERT(std::numeric_limits<genType>::is_iec559, "'distance' only accept floating-point … 146 …GLM_STATIC_ASSERT(std::numeric_limits<T>::is_iec559, "'distance' only accept floating-point inputs… 158 …GLM_STATIC_ASSERT(std::numeric_limits<T>::is_iec559, "'distance' only accept floating-point inputs… 170 …GLM_STATIC_ASSERT(std::numeric_limits<T>::is_iec559, "'distance' only accept floating-point inputs… 183 GLM_STATIC_ASSERT(std::numeric_limits<T>::is_iec559, "'dot' only accept floating-point inputs"); 194 GLM_STATIC_ASSERT(std::numeric_limits<T>::is_iec559, "'dot' only accept floating-point inputs"); [all …]
|
/external/vulkan-validation-layers/libs/glm/gtc/ |
D | reciprocal.inl | 41 …GLM_STATIC_ASSERT(std::numeric_limits<genType>::is_iec559, "'sec' only accept floating-point value… 55 …GLM_STATIC_ASSERT(std::numeric_limits<genType>::is_iec559, "'csc' only accept floating-point value… 69 …GLM_STATIC_ASSERT(std::numeric_limits<genType>::is_iec559, "'cot' only accept floating-point value… 83 …GLM_STATIC_ASSERT(std::numeric_limits<genType>::is_iec559, "'asec' only accept floating-point valu… 97 …GLM_STATIC_ASSERT(std::numeric_limits<genType>::is_iec559, "'acsc' only accept floating-point valu… 111 …GLM_STATIC_ASSERT(std::numeric_limits<genType>::is_iec559, "'acot' only accept floating-point valu… 126 …GLM_STATIC_ASSERT(std::numeric_limits<genType>::is_iec559, "'sech' only accept floating-point valu… 140 …GLM_STATIC_ASSERT(std::numeric_limits<genType>::is_iec559, "'csch' only accept floating-point valu… 154 …GLM_STATIC_ASSERT(std::numeric_limits<genType>::is_iec559, "'coth' only accept floating-point valu… 168 …GLM_STATIC_ASSERT(std::numeric_limits<genType>::is_iec559, "'asech' only accept floating-point val… [all …]
|
/external/python/cpython3/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/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/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/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/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/valgrind/none/tests/ppc32/ |
D | test_isa_2_06_part2.stdout.exp | 21 Test VSX floating point compare and basic arithmetic instructions 702 Test floating point convert [word | doubleword] unsigned, with round toward zero 851 Test floating point arithmetic instructions -- with a{d|s}p or m{d|s}p 1383 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 705 Test floating point convert [word | doubleword] unsigned, with round toward zero 857 Test floating point arithmetic instructions -- with a{d|s}p or m{d|s}p 1389 Test scalar floating point arithmetic instructions
|
/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/cpython3/Doc/library/ |
D | fpectl.rst | 6 :synopsis: Provide control for floating point exception handling. 21 Most computers carry out floating point operations in conformance with the 22 so-called IEEE-754 standard. On any real computer, some floating point 23 operations produce results that cannot be expressed as a normal floating point 42 floating point units from several hardware manufacturers, allowing the user to 61 Reset default handling of floating point exceptions. 66 After :func:`turnon_sigfpe` has been executed, a floating point operation that 101 Setting up a given processor to trap IEEE-754 floating point errors currently
|
/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()
|