Home
last modified time | relevance | path

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

1234

/external/eigen/Eigen/src/Core/arch/CUDA/
DHalf.h76 struct half : public half_impl::half_base { struct
78 typedef half_impl::__half __half; argument
81 EIGEN_DEVICE_FUNC half() {} in half() argument
83 EIGEN_DEVICE_FUNC half(const __half& h) : half_impl::half_base(h) {} in half() function
84 EIGEN_DEVICE_FUNC half(const half& h) : half_impl::half_base(h) {} in half() argument
86 explicit EIGEN_DEVICE_FUNC half(bool b) in half() function
89 explicit EIGEN_DEVICE_FUNC half(const T& val) in half() function
91 explicit EIGEN_DEVICE_FUNC half(float f) in half() argument
99 return static_cast<signed char>(half_impl::half_to_float(*this)); in EIGEN_EXPLICIT_CAST() argument
102 return static_cast<unsigned char>(half_impl::half_to_float(*this)); in EIGEN_EXPLICIT_CAST() argument
[all …]
/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
De_rem_pio2.c73 half = 5.00000000000000000000e-01, /* 0x3FE00000, 0x00000000 */ variable
/external/swiftshader/src/Common/
DHalf.hpp20 class half class
DHalf.cpp19 half::half(float fp32) in half() function in sw::half
/external/speex/libspeex/
Dvq_sse.h41 __m128 half; in vq_nbest() local
80 __m128 half; in vq_nbest_sign() 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/parameter-framework/asio-1.10.6/include/asio/detail/
Dnull_fenced_block.hpp24 enum half_or_full_t { half, full }; enumerator
/external/syslinux/gpxe/src/include/gpxe/
Dfilter.h38 struct xfer_filter_half *half = in filter_other_half() local
/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/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/clang/test/CodeGen/
Dtarget-builtin-error-3.c11 typedef uint16_t half; typedef
/external/webrtc/webrtc/common_audio/
Dwindow_generator.cc54 const size_t half = (length + 1) / 2; in KaiserBesselDerived() local
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/timescale/
DCalculateLimits.java76 BigDecimal half = new BigDecimal(units == 1? 0: units / 2 - 1); in main() local
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/error/
DMark.java50 float half = max_length / 2 - 1; in get_snippet() local
/external/skia/gm/
DSkAnimTimer.h120 double half = period / 2.0; in PingPong() local
/external/deqp/framework/common/
DtcuFloat.hpp285 deUint64 half = (1ull << (bitDiff - 1)) - 1; in convert() local
302 deUint64 half = (1ull << (bitDiff - 1)) - 1; in convert() local
/external/clang/test/SemaCXX/
Dwarn-float-conversion.cpp71 const float half = .5; in TestZero() local
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_sf_emit.c49 int half) in vert_reg_to_vue_slot()
60 int half) in vert_reg_to_varying()
/external/eigen/Eigen/src/Core/arch/AVX/
DMathFunctions.h367 Packet8f half = pmul(_x, pset1<Packet8f>(.5f)); variable
/external/skia/src/shaders/gradients/
DSkTwoPointConicalGradient.cpp69 const int half = desc.fCount >> 1; in CreateProc() local
/external/eigen/Eigen/src/Core/products/
DSelfadjointMatrixMatrix.h249 Index half = (std::min)(end_k,j2); in operator() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
DSecP521R1Field.java47 public static void half(int[] x, int[] z) in half() method in SecP521R1Field

1234