/external/eigen/Eigen/src/Core/arch/CUDA/ |
D | Half.h | 76 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/ |
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
|
D | e_rem_pio2.c | 73 half = 5.00000000000000000000e-01, /* 0x3FE00000, 0x00000000 */ variable
|
/external/swiftshader/src/Common/ |
D | Half.hpp | 20 class half class
|
D | Half.cpp | 19 half::half(float fp32) in half() function in sw::half
|
/external/speex/libspeex/ |
D | vq_sse.h | 41 __m128 half; in vq_nbest() local 80 __m128 half; in vq_nbest_sign() 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/parameter-framework/asio-1.10.6/include/asio/detail/ |
D | null_fenced_block.hpp | 24 enum half_or_full_t { half, full }; enumerator
|
/external/syslinux/gpxe/src/include/gpxe/ |
D | filter.h | 38 struct xfer_filter_half *half = in filter_other_half() 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/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/clang/test/CodeGen/ |
D | target-builtin-error-3.c | 11 typedef uint16_t half; typedef
|
/external/webrtc/webrtc/common_audio/ |
D | window_generator.cc | 54 const size_t half = (length + 1) / 2; in KaiserBesselDerived() local
|
/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
|
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/error/ |
D | Mark.java | 50 float half = max_length / 2 - 1; in get_snippet() local
|
/external/skia/gm/ |
D | SkAnimTimer.h | 120 double half = period / 2.0; in PingPong() local
|
/external/deqp/framework/common/ |
D | tcuFloat.hpp | 285 deUint64 half = (1ull << (bitDiff - 1)) - 1; in convert() local 302 deUint64 half = (1ull << (bitDiff - 1)) - 1; in convert() local
|
/external/clang/test/SemaCXX/ |
D | warn-float-conversion.cpp | 71 const float half = .5; in TestZero() local
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_sf_emit.c | 49 int half) in vert_reg_to_vue_slot() 60 int half) in vert_reg_to_varying()
|
/external/eigen/Eigen/src/Core/arch/AVX/ |
D | MathFunctions.h | 367 Packet8f half = pmul(_x, pset1<Packet8f>(.5f)); variable
|
/external/skia/src/shaders/gradients/ |
D | SkTwoPointConicalGradient.cpp | 69 const int half = desc.fCount >> 1; in CreateProc() local
|
/external/eigen/Eigen/src/Core/products/ |
D | SelfadjointMatrixMatrix.h | 249 Index half = (std::min)(end_k,j2); in operator() local
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/ |
D | SecP521R1Field.java | 47 public static void half(int[] x, int[] z) in half() method in SecP521R1Field
|