Home
last modified time | relevance | path

Searched defs:half (Results 1 – 25 of 220) sorted by relevance

123456789

/external/eigen/Eigen/src/Core/arch/Default/
DHalf.h142 struct half : public half_impl::half_base { struct
150 typedef half_impl::__half_raw __half_raw; argument
163 EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR half() {} in half() argument
165 EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR half(const __half_raw& h) : half_impl::half_base(h) {} in half() argument
169 EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR half(const __half& h) : half_impl::half_base(h) {} in half() argument
172 EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR half(const __half& h) : half_impl::half_base(h) {} in half() function
178 explicit EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR half(bool b) in half() function
181 explicit EIGEN_DEVICE_FUNC half(T val) in half() argument
183 explicit EIGEN_DEVICE_FUNC half(float f) in half() function
189 explicit EIGEN_DEVICE_FUNC half(std::complex<RealScalar> c) in half() argument
[all …]
/external/mesa3d/src/freedreno/ir3/
Dregmask.h40 __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()
Dir3_ra_regset.c216 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/cronet/net/third_party/quiche/src/quiche/quic/load_balancer/
Dload_balancer_config.cc59 uint8_t half = plaintext_len / 2; in TakePlaintextFromLeft() local
73 uint8_t half = plaintext_len / 2; in TakePlaintextFromRight() local
90 uint8_t half = plaintext_len / 2; in CiphertextXorWithLeft() local
101 uint8_t half = plaintext_len / 2; in CiphertextXorWithRight() local
/external/fdlibm/
De_cosh.c38 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
Dk_sin.c49 half = 5.00000000000000000000e-01, /* 0x3FE00000, 0x00000000 */ variable
/external/kotlinx.coroutines/kotlinx-coroutines-test/common/test/
DTestCoroutineSchedulerTest.kt265 val half = SLOW / 2 in <lambda>() constant
276 val half = SLOW / 2 in <lambda>() constant
288 val half = SLOW / 2 in <lambda>() constant
304 val half = SLOW / 2 in <lambda>() constant
/external/FP16/include/fp16/
Dpsimd.h14 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/
Dspecial_math_op_misc_impl.h86 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
129 const Scalar half = Scalar(0.5); in operator() local
507 const Scalar half = Scalar(0.5); in generic_fresnel_asymp() local
537 const Scalar half = Scalar(0.5); in operator() local
570 const Scalar half = Scalar(0.5); in operator() local
619 const Scalar half = Scalar(0.5); in operator() local
/external/skia/experimental/lowp-basic/
Dlerp-study.cpp42 const int16_t half = 1 << (logPixelScale - 1); in saturating_lerp() local
53 const int16_t half = 1 << (logPixelScale - 1); in ssse3_lerp() local
73 const int16_t half = 1 << logPixelScale; in balanced_lerp() local
/external/eigen/test/
DsparseLM.cpp38 int half = n/2; in model() local
65 int half = n/2; in operator ()() local
90 int half = n/2; in df() local
DdenseLM.cpp39 int half = n/2; in model() local
64 int half = n/2; in operator ()() local
85 int half = n/2; in df() local
/external/ComputeLibrary/tests/validation/CL/
DElementwisePower.cpp108 FIXTURE_DATA_TEST_CASE(RunWithActivation, CLElementwisePowerFloatFixture<half>, framework::DatasetM… in FIXTURE_DATA_TEST_CASE()
116 FIXTURE_DATA_TEST_CASE(RunSmallBroadcast, CLElementwisePowerBroadcastFloatFixture<half>, framework:… in FIXTURE_DATA_TEST_CASE()
124 FIXTURE_DATA_TEST_CASE(RunWithActivationBroadcast, CLElementwisePowerBroadcastFloatFixture<half>, f… in FIXTURE_DATA_TEST_CASE()
DDequantizationLayer.cpp101 FIXTURE_DATA_TEST_CASE(RunSmall, CLDequantizationLayerFixture<half>, framework::DatasetMode::PRECOM… in FIXTURE_DATA_TEST_CASE()
106 FIXTURE_DATA_TEST_CASE(RunLarge, CLDequantizationLayerFixture<half>, framework::DatasetMode::NIGHTL… in FIXTURE_DATA_TEST_CASE()
/external/ComputeLibrary/tests/validation/NEON/
DDequantizationLayer.cpp125 FIXTURE_DATA_TEST_CASE(RunSmall, NEDequantizationLayerFixture<half>, framework::DatasetMode::PRECOM… in FIXTURE_DATA_TEST_CASE()
130 FIXTURE_DATA_TEST_CASE(RunLarge, NEDequantizationLayerFixture<half>, framework::DatasetMode::NIGHTL… in FIXTURE_DATA_TEST_CASE()
/external/mesa3d/src/gallium/drivers/panfrost/nir/
Dnir_lower_blend.c83 bool half) in nir_alpha_saturate()
101 bool half) in nir_blend_factor_value()
137 bool half) in nir_blend_factor()
/external/libdivsufsort/lib/
Dutils.c36 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/deqp-deps/amber/src/
Dfloat16_helper_test.cc27 uint16_t half = float16::FloatToHexFloat16(a); in TEST_F() local
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dnull_fenced_block.hpp24 enum half_or_full_t { half, full }; enumerator
/external/crcalc/tests/src/com/hp/creals/
DCRTest.java107 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/s2-geometry-library-java/tests/com/google/common/geometry/
DR1IntervalTest.java47 R1Interval half = new R1Interval(0.5, 0.5); in testBasic() local
/external/skia/docs/examples/
Dradial_gradient_test.cpp7 SkScalar half = SIZE * 0.5f; in draw() local
Dpong2.cpp8 double half = period / 2.0; in PingPong() local
/external/swiftshader/src/System/
DHalf.cpp19 half::half(float fp32) in half() function in sw::half
/external/igt-gpu-tools/tests/i915/
Dgem_set_tiling_vs_gtt.c99 int half = i & (TEST_STRIDE / 4); variable

123456789