| /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() argument 84 EIGEN_DEVICE_FUNC half(const half& h) : half_impl::half_base(h) {} in half() function 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/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/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
| D | unary_ops.cc | 87 auto half = xla::ScalarLike(x, 0.5); in Sigmoid() local
|
| D | quantize_and_dequantize_op.cc | 87 const xla::XlaOp half = XlaHelpers::FloatLiteral(b, data_type, 0.5); in Compile() local
|
| /external/u-boot/drivers/sound/ |
| D | sound.c | 15 const int half = period / 2; in sound_create_square_wave() 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/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/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
|
| D | Half.hpp | 20 class half class
|
| /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/fonttools/Lib/fontTools/varLib/ |
| D | mutator.py | 34 half = (prev + curr) / 2 variable
|
| /external/tensorflow/tensorflow/contrib/coder/kernels/ |
| D | range_coder.cc | 326 const auto half = len / 2; in Decode() 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/deqp/framework/common/ |
| D | tcuFloat.hpp | 287 deUint64 half = (1ull << (bitDiff - 1)) - 1; in convert() local 304 deUint64 half = (1ull << (bitDiff - 1)) - 1; in convert() local
|
| /external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
| D | llvm_ir_runtime.cc | 124 const llvm::APFloat half = GetIeeeF32(0.5); in GenerateVF32Exp() local 180 const llvm::APFloat half = GetIeeeF32(0.5); in GenerateVF32Log() local
|
| /external/clang/test/SemaCXX/ |
| D | warn-float-conversion.cpp | 71 const float half = .5; in TestZero() local
|
| /external/skqp/tools/timer/ |
| D | SkAnimTimer.h | 135 double half = period / 2.0; in PingPong() local
|