Home
last modified time | relevance | path

Searched defs:Double (Results 1 – 25 of 75) sorted by relevance

123

/external/v8/src/numbers/
Ddouble.h29 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/
DValue.java95 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/
Dsimdlib.hpp81 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
Dsimdlib_types.hpp208 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/
DAttributeValue.java121 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/
Ddouble-conversion-ieee.h67 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/
Dstring_utils_test.cpp47 TEST(ToString, Double) { in TEST() argument
/external/swiftshader/third_party/SPIRV-Tools/test/
Dstring_utils_test.cpp47 TEST(ToString, Double) { in TEST() argument
/external/angle/third_party/spirv-tools/src/test/
Dstring_utils_test.cpp47 TEST(ToString, Double) { in TEST() argument
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DFieldType.cs43 Double, enumerator
/external/google-breakpad/src/testing/gtest/samples/
Dsample3_unittest.cc91 static int Double(int n) { in Double() function in QueueTest
/external/googletest/googletest/samples/
Dsample3_unittest.cc88 static int Double(int n) { in Double() function in __anonac0c4a000111::QueueTestSmpl3
/external/perfetto/src/trace_processor/importers/fuchsia/
Dfuchsia_trace_utils.h97 static ArgValue Double(double value) { in Double() function
154 double Double() const { in Double() function
/external/clang/test/SemaCXX/
Dpseudo-destructors.cpp8 typedef double Double; typedef
Dmissing-namespace-qualifier-typo-corrections.cpp10 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/
Dtest_bad_identifiers.proto101 message Double { message
/external/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/com/google/protobuf/
Dtest_bad_identifiers.proto101 message Double { message
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DYAMLTraits.h124 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/
DPrimitiveType.java42 Double ("Double"); enumConstant
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/type/
DPrimitiveType.java62 Double ("Double"); enumConstant
/external/perfetto/include/perfetto/trace_processor/
Dbasic_types.h74 static SqlValue Double(double v) { in Double() function
/external/catch2/include/internal/
Dcatch_matchers_floating.cpp23 Double enumerator
/external/clang/test/Sema/
Dcast.c23 typedef double Double; typedef
Doverloadable.c54 typedef double Double; typedef
/external/llvm/include/llvm/IR/
DIntrinsics.h91 Void, VarArg, MMX, Token, Metadata, Half, Float, Double, enumerator

123