/external/v8/src/numbers/ |
D | double.h | 29 Double() : d64_(0) {} in Double() function 30 explicit Double(double d) : d64_(double_to_uint64(d)) {} in Double() function 31 explicit Double(uint64_t d64) : d64_(d64) {} in Double() function 32 explicit Double(DiyFp diy_fp) : d64_(DiyFpToUint64(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.hpp | 81 using Double = SIMD128Impl::Double; typedef 137 using Double = SIMD256Impl::Double; typedef 192 using Double = SIMD512Impl::Double; typedef 208 using Double = typename Traits::Double; typedef 227 using Double = typename SIMD_T::Double; typedef
|
D | simdlib_types.hpp | 208 union Double union 211 SIMDINLINE Double(__m128d in) : v(in) {} in Double() function 285 union Double union 288 SIMDINLINE Double(__m256d const& in) : v(in) {} in Double() function 289 SIMDINLINE Double(SIMD128Impl::Double const& in_lo, in Double() function 418 union Double union 421 SIMDINLINE Double(__m512d in) : v(in) {} in Double() function 422 SIMDINLINE Double(SIMD256Impl::Double const& in_lo, in Double() function
|
/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 | 67 Double() : d64_(0) {} in Double() function 68 explicit Double(double d) : d64_(double_to_uint64(d)) {} in Double() function 69 explicit Double(uint64_t d64) : d64_(d64) {} in Double() function 70 explicit Double(DiyFp diy_fp) in Double() function
|
/external/deqp-deps/SPIRV-Tools/test/ |
D | string_utils_test.cpp | 47 TEST(ToString, Double) { in TEST() argument
|
/external/swiftshader/third_party/SPIRV-Tools/test/ |
D | string_utils_test.cpp | 47 TEST(ToString, Double) { in TEST() argument
|
/external/angle/third_party/spirv-tools/src/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 __anonac0c4a000111::QueueTestSmpl3
|
/external/perfetto/src/trace_processor/importers/fuchsia/ |
D | fuchsia_trace_utils.h | 97 static ArgValue Double(double value) { in Double() function 154 double Double() const { in Double() function
|
/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/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/com/google/protobuf/ |
D | test_bad_identifiers.proto | 101 message Double { message
|
/external/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/com/google/protobuf/ |
D | test_bad_identifiers.proto | 101 message Double { message
|
/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/perfetto/include/perfetto/trace_processor/ |
D | basic_types.h | 74 static SqlValue Double(double v) { in Double() function
|
/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
|