Home
last modified time | relevance | path

Searched defs:Float64 (Results 1 – 25 of 110) sorted by relevance

12345

/aosp_15_r20/external/golang-protobuf/internal/encoding/text/
H A Ddecode_test.go220 type Float64 struct { struct
221 val float64
224 func (n Float64) checkOk(tok text.Token) string {
235 func (n Float64) checkNok(tok text.Token) string {
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/runtime/atomic/
Dtypes.go428 type Float64 struct { struct
430 u Uint64
436 func (f *Float64) Load() float64 {
444 func (f *Float64) Store(value float64) {
/aosp_15_r20/prebuilts/go/linux-x86/src/log/slog/
Dvalue_access_benchmark_test.go125 func (v *setVisitor) Float64(x float64) { v.f = x } func
190 Float64(float64) methodSpec
Dattr.go39 func Float64(key string, v float64) Attr { func
/aosp_15_r20/prebuilts/go/linux-x86/src/math/rand/v2/
Drand.go208 func (r *Rand) Float64() float64 { func
337 func Float64() float64 { return globalRand.Float64() } func
/aosp_15_r20/external/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h56 Float64 = 0x0041, // 64 bit real enumerator
159 static TypeIndex Float64() { return TypeIndex(SimpleTypeKind::Float64); } in Float64() function
/aosp_15_r20/frameworks/libs/binary_translation/lite_translator/riscv64_to_x86_64/
Dcall_intrinsic.h219 using Float64 = intrinsics::Float64; in InitArgs() local
314 using Float64 = intrinsics::Float64; in ForwardResults() local
Dinline_intrinsic_tests.cc73 using Float64 = intrinsics::Float64; typedef in berberis::__anonfff7b1ad0111::TryInlineIntrinsicWithTestParams
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h62 Float64 = 0x0041, // 64 bit real enumerator
186 static TypeIndex Float64() { return TypeIndex(SimpleTypeKind::Float64); } in Float64() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DebugInfo/CodeView/
DTypeIndex.h63 Float64 = 0x0041, // 64 bit real enumerator
196 static TypeIndex Float64() { return TypeIndex(SimpleTypeKind::Float64); } in Float64() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/CodeView/
DTypeIndex.h63 Float64 = 0x0041, // 64 bit real enumerator
196 static TypeIndex Float64() { return TypeIndex(SimpleTypeKind::Float64); } in Float64() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h63 Float64 = 0x0041, // 64 bit real enumerator
196 static TypeIndex Float64() { return TypeIndex(SimpleTypeKind::Float64); } in Float64() function
/aosp_15_r20/prebuilts/go/linux-x86/src/math/rand/
Drand.go189 func (r *Rand) Float64() float64 { func
457 func Float64() float64 { return globalRand().Float64() } func
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/CodeView/
DTypeIndex.h63 Float64 = 0x0041, // 64 bit real enumerator
196 static TypeIndex Float64() { return TypeIndex(SimpleTypeKind::Float64); } in Float64() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/CodeView/
DTypeIndex.h63 Float64 = 0x0041, // 64 bit real enumerator
196 static TypeIndex Float64() { return TypeIndex(SimpleTypeKind::Float64); } in Float64() function
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/
Dissue57846.go17 func Float64(list []float64, value float64) int { func
/aosp_15_r20/prebuilts/go/linux-x86/test/
Dcmplx.go14 Float64 float64 type
Dconst1.go24 Float64 float64 = 105.5 const
/aosp_15_r20/external/golang-protobuf/proto/
H A Dwrappers.go20 func Float64(v float64) *float64 { return &v } func
/aosp_15_r20/prebuilts/go/linux-x86/test/alias3.dir/
Da.go10 Float64 = float64 talias
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
Dflags.go38 func (*GoFlags) Float64(o string, d float64, c string) *float64 { func
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/metrics/
Dvalue.go54 func (v Value) Float64() float64 { func
/aosp_15_r20/external/golang-protobuf/internal/impl/
H A Dmessage_reflect_test.go147 Float64 *float64 `protobuf:"7"` member
296 Float64 float64 `protobuf:"7"` member
842 Float64 float64 `protobuf:"7"` member
/aosp_15_r20/external/pytorch/torch/csrc/cuda/
H A Dnccl.h69 Float64 = 8, enumerator
/aosp_15_r20/external/executorch/backends/apple/coreml/runtime/delegate/
H A Dmultiarray.h47 Float64, enumerator

12345