Home
last modified time | relevance | path

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

1234

/external/v8/src/
Ddouble.h32 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/
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_types.hpp192 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
Dsimdlib.hpp82 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/
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.h65 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/
Dstring_utils_test.cpp47 TEST(ToString, Double) { in TEST() argument
/external/deqp-deps/SPIRV-Tools/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 __anonf99a95b50111::QueueTestSmpl3
/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/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/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
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DIntrinsics.h100 Void, VarArg, MMX, Token, Metadata, Half, Float, Double, enumerator
/external/tensorflow/tensorflow/core/lib/strings/
Dnumbers_test.cc323 TEST(safe_strtod, Double) { in TEST() argument
/external/flatbuffers/include/flatbuffers/
Dminireflect.h60 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/
DIntrinsics.h100 Void, VarArg, MMX, Token, Metadata, Half, Float, Double, Quad, enumerator
/external/protobuf/java/core/src/test/proto/com/google/protobuf/
Dtest_bad_identifiers.proto115 message Double { message

1234