/external/eigen/Eigen/src/Core/arch/CUDA/ |
D | Half.h | 77 struct half : public half_impl::half_base { struct 79 typedef half_impl::__half __half; argument 82 EIGEN_DEVICE_FUNC half() {} in half() function 84 EIGEN_DEVICE_FUNC half(const __half& h) : half_impl::half_base(h) {} in half() argument 85 EIGEN_DEVICE_FUNC half(const half& h) : half_impl::half_base(h) {} in half() function 87 explicit EIGEN_DEVICE_FUNC half(bool b) in half() argument 90 explicit EIGEN_DEVICE_FUNC half(const T& val) in half() argument 92 explicit EIGEN_DEVICE_FUNC half(float f) in half() function 100 return static_cast<signed char>(half_impl::half_to_float(*this)); in EIGEN_EXPLICIT_CAST() argument 103 return static_cast<unsigned char>(half_impl::half_to_float(*this)); in EIGEN_EXPLICIT_CAST() argument [all …]
|
/external/tensorflow/tensorflow/core/kernels/mlir_generated/ |
D | gpu_binary_ops_test.cc | 196 GENERATE_DEFAULT_TESTS(Equal, /*test_name=*/Half, Eigen::half, bool, in GENERATE_DEFAULT_TESTS() 239 GENERATE_DEFAULT_TESTS(Greater, /*test_name=*/Half, Eigen::half, bool, in GENERATE_DEFAULT_TESTS() 259 GENERATE_DEFAULT_TESTS(GreaterEqual, /*test_name=*/Half, Eigen::half, bool, in GENERATE_DEFAULT_TESTS() 299 GENERATE_DEFAULT_TESTS(Less, /*test_name=*/Half, Eigen::half, bool, in GENERATE_DEFAULT_TESTS() 314 GENERATE_DEFAULT_TESTS(LessEqual, /*test_name=*/Half, Eigen::half, bool, in GENERATE_DEFAULT_TESTS() 357 GENERATE_DEFAULT_TESTS(Maximum, /*test_name=*/Half, Eigen::half, Eigen::half, in GENERATE_DEFAULT_TESTS() 376 GENERATE_DEFAULT_TESTS(Minimum, /*test_name=*/Half, Eigen::half, Eigen::half, in GENERATE_DEFAULT_TESTS() 392 GENERATE_DEFAULT_TESTS(Mul, /*test_name=*/Half, Eigen::half, Eigen::half, in GENERATE_DEFAULT_TESTS() 407 GENERATE_DEFAULT_TESTS(NotEqual, /*test_name=*/Half, Eigen::half, bool, in GENERATE_DEFAULT_TESTS() 512 GENERATE_DEFAULT_TESTS(SquaredDifference, /*test_name=*/Half, Eigen::half, in GENERATE_DEFAULT_TESTS()
|
/external/mesa3d/src/freedreno/ir3/ |
D | regmask.h | 40 __regmask_get(regmask_t *regmask, bool half, unsigned n) in __regmask_get() 65 __regmask_set(regmask_t *regmask, bool half, unsigned n) in __regmask_set() 90 __regmask_clear(regmask_t *regmask, bool half, unsigned n) in __regmask_clear()
|
D | ir3_ra_regset.c | 216 ra_size_to_class(unsigned sz, bool half, bool high) in ra_size_to_class() 236 ra_class_to_size(unsigned class, bool *half, bool *high) in ra_class_to_size()
|
/external/fdlibm/ |
D | e_cosh.c | 38 static const double one = 1.0, half=0.5, huge = 1.0e300; variable 40 static double one = 1.0, half=0.5, huge = 1.0e300; variable
|
D | k_sin.c | 49 half = 5.00000000000000000000e-01, /* 0x3FE00000, 0x00000000 */ variable
|
/external/FP16/include/fp16/ |
D | psimd.h | 14 PSIMD_INTRINSIC psimd_f32 fp16_ieee_to_fp32_psimd(psimd_u16 half) { in fp16_ieee_to_fp32_psimd() 37 PSIMD_INTRINSIC psimd_f32x2 fp16_ieee_to_fp32x2_psimd(psimd_u16 half) { in fp16_ieee_to_fp32x2_psimd() 72 PSIMD_INTRINSIC psimd_f32 fp16_alt_to_fp32_psimd(psimd_u16 half) { in fp16_alt_to_fp32_psimd() 97 PSIMD_INTRINSIC psimd_f32x2 fp16_alt_to_fp32x2_psimd(psimd_u16 half) { in fp16_alt_to_fp32x2_psimd()
|
/external/tensorflow/tensorflow/core/kernels/special_math/ |
D | special_math_op_misc_impl.h | 86 const Scalar half = Scalar(0.5); in generic_dawsn_interval_2() local 114 const Scalar half = Scalar(0.5); in generic_dawsn_interval_3() local 130 const Scalar half = Scalar(0.5); in EIGEN_EMPTY_STRUCT_CTOR() local 509 const Scalar half = Scalar(0.5); in generic_fresnel_asymp() local 540 const Scalar half = Scalar(0.5); in EIGEN_EMPTY_STRUCT_CTOR() local 574 const Scalar half = Scalar(0.5); in EIGEN_EMPTY_STRUCT_CTOR() local 624 const Scalar half = Scalar(0.5); in EIGEN_EMPTY_STRUCT_CTOR() local
|
/external/eigen/test/ |
D | sparseLM.cpp | 38 int half = n/2; in model() local 65 int half = n/2; in operator ()() local 90 int half = n/2; in df() local
|
D | denseLM.cpp | 39 int half = n/2; in model() local 64 int half = n/2; in operator ()() local 85 int half = n/2; in df() local
|
/external/deqp-deps/amber/src/ |
D | float16_helper_test.cc | 27 uint16_t half = float16::FloatToHexFloat16(a); in TEST_F() local
|
/external/libdivsufsort/lib/ |
D | utils.c | 36 saidx_t half, i; in binarysearch_lower() local 263 saidx_t size, lsize, rsize, half; in sa_search() local 332 saidx_t size, lsize, rsize, half; in sa_simplesearch() local
|
/external/mesa3d/src/gallium/drivers/panfrost/nir/ |
D | nir_lower_blend.c | 83 bool half) in nir_alpha_saturate() 101 bool half) in nir_blend_factor_value() 137 bool half) in nir_blend_factor()
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
D | null_fenced_block.hpp | 24 enum half_or_full_t { half, full }; enumerator
|
/external/s2-geometry-library-java/tests/com/google/common/geometry/ |
D | R1IntervalTest.java | 47 R1Interval half = new R1Interval(0.5, 0.5); in testBasic() local
|
/external/crcalc/tests/src/com/hp/creals/ |
D | CRTest.java | 107 CR half = one.divide(two); in testCR() local 120 check_eq(asin.execute(half.sin()), half, "asin(sin(0.5)) failed"); in testCR() local
|
/external/skia/docs/examples/ |
D | radial_gradient_test.cpp | 7 SkScalar half = SIZE * 0.5f; in draw() local
|
D | pong2.cpp | 8 double half = period / 2.0; in PingPong() local
|
D | pong.cpp | 8 double half = period / 2.0; in PingPong() local
|
/external/igt-gpu-tools/tests/i915/ |
D | gem_set_tiling_vs_gtt.c | 99 int half = i & (TEST_STRIDE / 4); variable
|
/external/swiftshader/src/System/ |
D | Half.cpp | 19 half::half(float fp32) in half() function in sw::half
|
/external/swiftshader/src/Common/ |
D | Half.cpp | 19 half::half(float fp32) in half() function in sw::half
|
/external/llvm-project/clang/test/CodeGen/ |
D | target-builtin-error-3.c | 11 typedef uint16_t half; typedef
|
/external/clang/test/CodeGen/ |
D | target-builtin-error-3.c | 11 typedef uint16_t half; typedef
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/timescale/ |
D | CalculateLimits.java | 76 BigDecimal half = new BigDecimal(units == 1? 0: units / 2 - 1); in main() local
|