/external/v8/src/ |
D | double.h | 32 Double() : d64_(0) {} in Double() function 33 explicit Double(double d) : d64_(double_to_uint64(d)) {} in Double() function 34 explicit Double(uint64_t d64) : d64_(d64) {} in Double() function 35 explicit Double(DiyFp diy_fp) in Double() function
|
/external/opencensus-java/api/src/main/java/io/opencensus/metrics/export/ |
D | Value.java | 95 Function<? super Double, T> doubleFunction, in match() 110 Function<? super Double, T> doubleFunction, in match() 145 Function<? super Double, T> doubleFunction, in match() 183 Function<? super Double, T> doubleFunction, in match() 221 Function<? super Double, T> doubleFunction, in match()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
D | simdlib_types.hpp | 192 union Double union 195 SIMDINLINE Double(__m128d in) : v(in) {} in Double() function 243 union Double union 246 SIMDINLINE Double(__m256d const &in) : v(in) {} in Double() function 247 …SIMDINLINE Double(SIMD128Impl::Double const &in_lo, SIMD128Impl::Double const &in_hi = _mm_setzero… in Double() function 349 union Double union 352 SIMDINLINE Double(__m512d in) : v(in) {} in Double() function 353 …SIMDINLINE Double(SIMD256Impl::Double const &in_lo, SIMD256Impl::Double const &in_hi = _mm256_setz… in Double() function
|
D | simdlib.hpp | 82 using Double = SIMD128Impl::Double; typedef 139 using Double = SIMD256Impl::Double; typedef 196 using Double = SIMD512Impl::Double; typedef 212 using Double = typename Traits::Double; typedef
|
/external/opencensus-java/api/src/main/java/io/opencensus/trace/ |
D | AttributeValue.java | 121 Function<? super Double, T> doubleFunction, in match() 149 Function<? super Double, T> doubleFunction, in match() 182 Function<? super Double, T> doubleFunction, in match() 215 Function<? super Double, T> doubleFunction, in match() 248 Function<? super Double, T> doubleFunction, in match()
|
/external/icu/icu4c/source/i18n/ |
D | double-conversion-ieee.h | 65 Double() : d64_(0) {} in Double() function 66 explicit Double(double d) : d64_(double_to_uint64(d)) {} in Double() function 67 explicit Double(uint64_t d64) : d64_(d64) {} in Double() function 68 explicit Double(DiyFp diy_fp) in Double() function
|
/external/swiftshader/third_party/SPIRV-Tools/test/ |
D | string_utils_test.cpp | 47 TEST(ToString, Double) { in TEST() argument
|
/external/deqp-deps/SPIRV-Tools/test/ |
D | string_utils_test.cpp | 47 TEST(ToString, Double) { in TEST() argument
|
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | FieldType.cs | 43 Double, enumerator
|
/external/google-breakpad/src/testing/gtest/samples/ |
D | sample3_unittest.cc | 91 static int Double(int n) { in Double() function in QueueTest
|
/external/googletest/googletest/samples/ |
D | sample3_unittest.cc | 88 static int Double(int n) { in Double() function in __anonf99a95b50111::QueueTestSmpl3
|
/external/clang/test/SemaCXX/ |
D | pseudo-destructors.cpp | 8 typedef double Double; typedef
|
D | missing-namespace-qualifier-typo-corrections.cpp | 10 int Double(int x) { return x + x; } in Double() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | YAMLTraits.h | 124 enum class QuotingType { None, Single, Double }; enumerator
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/type/ |
D | PrimitiveType.java | 42 Double ("Double"); enumConstant
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/type/ |
D | PrimitiveType.java | 62 Double ("Double"); enumConstant
|
/external/catch2/include/internal/ |
D | catch_matchers_floating.cpp | 23 Double enumerator
|
/external/clang/test/Sema/ |
D | cast.c | 23 typedef double Double; typedef
|
D | overloadable.c | 54 typedef double Double; typedef
|
/external/llvm/include/llvm/IR/ |
D | Intrinsics.h | 91 Void, VarArg, MMX, Token, Metadata, Half, Float, Double, enumerator
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Intrinsics.h | 100 Void, VarArg, MMX, Token, Metadata, Half, Float, Double, enumerator
|
/external/tensorflow/tensorflow/core/lib/strings/ |
D | numbers_test.cc | 323 TEST(safe_strtod, Double) { in TEST() argument
|
/external/flatbuffers/include/flatbuffers/ |
D | minireflect.h | 60 virtual void Double(double) {} in Double() function 346 void Double(double x) { s += NumToString(x); } in Double() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Intrinsics.h | 100 Void, VarArg, MMX, Token, Metadata, Half, Float, Double, Quad, enumerator
|
/external/protobuf/java/core/src/test/proto/com/google/protobuf/ |
D | test_bad_identifiers.proto | 115 message Double { message
|