Home
last modified time | relevance | path

Searched defs:float64 (Results 1 – 25 of 46) sorted by relevance

12

/external/oboe/samples/RhythmGame/third_party/glm/detail/
Dtype_float.hpp12 typedef double float64; typedef
56 typedef double float64; typedef
/external/go-cmp/cmp/cmpopts/
Dequate.go47 func EquateApprox(fraction, margin float64) cmp.Option {
60 func areRealF64s(x, y float64) bool {
85 func areNaNsF64s(x, y float64) bool {
/external/flatbuffers/python/flatbuffers/
Dpacker.py38 float64 = struct.Struct("<d") variable
/external/golang-protobuf/proto/
Dwrappers.go20 func Float64(v float64) *float64 { return &v }
/external/starlark-go/starlarkjson/
Djson.go225 func isFinite(f float64) bool {
/external/golang-protobuf/testing/protocmp/
Dutil.go406 func equalFloat64(x, y float64) bool {
677 func lessF64(x, y float64) bool {
/external/go-cmp/cmp/
Dexample_test.go248 func roundF64(z float64) float64 {
/external/tensorflow/tensorflow/python/ops/numpy_ops/
Dnp_dtypes.py37 float64 = np_export.np_export_constant(__name__, 'float64', np.float64) variable
/external/tensorflow/tensorflow/python/kernel_tests/
Dbanded_triangular_solve_op_test.py57 dtypes=(np.float32, np.float64)):
Dmatrix_triangular_solve_op_test.py57 dtypes=(np.float32, np.float64)):
Dcholesky_op_test.py291 dtypes=(dtypes_lib.float32, dtypes_lib.float64,
/external/golang-protobuf/reflect/protoreflect/
Dvalue_union.go155 func ValueOfFloat64(v float64) Value {
/external/golang-protobuf/internal/encoding/json/
Dencode.go146 func appendFloat(out []byte, n float64, bitSize int) []byte {
/external/flatbuffers/tests/MyGame/Example/
DVec3.go94 func CreateVec3(builder *flatbuffers.Builder, x float32, y float32, z float32, test1 float64, test2…
DTypeAliases.go312 func TypeAliasesAddF64(builder *flatbuffers.Builder, f64 float64) {
/external/golang-protobuf/internal/encoding/text/
Dencode.go182 func appendFloat(out []byte, n float64, bitSize int) []byte {
/external/llvm/bindings/go/llvm/
Dexecutionengine.go72 func NewGenericValueFromFloat(t Type, n float64) (g GenericValue) {
/external/flatbuffers/go/
Dencode.go221 func WriteFloat64(buf []byte, n float64) {
/external/tensorflow/tensorflow/python/framework/
Ddtypes.py297 float64 = DType(types_pb2.DT_DOUBLE) variable
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmUtils.cpp475 std::vector<double> float64; in getFloat64s() local
/external/golang-protobuf/types/known/structpb/
Dstruct.pb.go374 func NewNumberValue(v float64) *Value {
/external/oboe/samples/RhythmGame/third_party/glm/gtc/
Dtype_precision.hpp598 typedef detail::float64 float64; typedef
/external/oboe/samples/RhythmGame/third_party/glm/
Dfwd.hpp1441 typedef lowp_float64 float64; typedef
1467 typedef mediump_float64 float64; typedef
1493 typedef highp_float64 float64; typedef
/external/flatbuffers/js/
Dflatbuffers.js81 flatbuffers.float64 = new Float64Array(flatbuffers.int32.buffer); variable
/external/deqp/framework/common/
DtcuTestLog.hpp229 double float64; member

12