Home
last modified time | relevance | path

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

123

/external/oboe/samples/RhythmGame/third_party/glm/detail/
Dtype_float.hpp12 typedef double float64; typedef
56 typedef double float64; typedef
/external/licenseclassifier/v2/
Dsearchset.go172 func (c *Classifier) findPotentialMatches(src, target *searchSet, confidence float64) matchRanges {
205 func (c *Classifier) fuseRanges(origin string, matched matchRanges, confidence float64, size int, r…
320 func (c *Classifier) getMatchedRanges(src, target *searchSet, confidence float64, q int) matchRange…
371 …origin string, matched matchRanges, targetLength, subsetLength int, threshold float64, q int) []ma…
Dclassifier.go205 func NewClassifier(threshold float64) *Classifier {
/external/go-cmp/cmp/cmpopts/
Dequate.go50 func EquateApprox(fraction, margin float64) cmp.Option {
63 func areRealF64s(x, y float64) bool {
88 func areNaNsF64s(x, y float64) bool {
/external/bazelbuild-rules_go/tests/legacy/examples/cgo/sub/
Dfloor.go11 func Floor(f float64) float64 {
/external/flatbuffers/ts/
Dutils.ts3 export const float64 = new Float64Array(int32.buffer); constant
/external/rust/android-crates-io/crates/glam/tests/
Dfloat.rs44 mod float64 { module
/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/licenseclassifier/
Dclassifier.go115 func New(threshold float64, options ...OptionFunc) (*License, error) {
136 func NewWithForbiddenLicenses(threshold float64, options ...OptionFunc) (*License, error) {
/external/golang-protobuf/reflect/protoreflect/
Dvalue_equal.go82 func equalFloat(x, y float64) bool {
Dvalue_union.go156 func ValueOfFloat64(v float64) Value {
/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/licenseclassifier/tools/identify_license/backend/
Dbackend.go48 func New(threshold float64, forbiddenOnly bool) (*ClassifierBackend, error) {
/external/go-cmp/cmp/
Dexample_test.go252 func roundF64(z float64) float64 {
/external/licenseclassifier/stringclassifier/
Dclassifier.go102 func New(threshold float64, funcs ...NormalizeFunc) *Classifier {
347 func newMatcher(unknown string, threshold float64) *matcher {
/external/tensorflow/tensorflow/python/ops/numpy_ops/
Dnp_dtypes.py33 float64 = np_export.np_export_constant(__name__, 'float64', np.float64) variable
/external/flatbuffers/goldens/go/flatbuffers/goldens/
DUniverse.go79 func UniverseAddAge(builder *flatbuffers.Builder, age float64) {
/external/tensorflow/tensorflow/python/kernel_tests/math_ops/
Dbanded_triangular_solve_op_test.py53 dtypes=(np.float32, np.float64)):
/external/tensorflow/tensorflow/python/kernel_tests/linalg/
Dmatrix_triangular_solve_op_test.py53 dtypes=(np.float32, np.float64)):
/external/golang-protobuf/internal/encoding/json/
Dencode.go146 func appendFloat(out []byte, n float64, bitSize int) []byte {
/external/flatbuffers/tests/MyGame/Example/
DVec3.go98 func CreateVec3(builder *flatbuffers.Builder, x float32, y float32, z float32, test1 float64, test2…
/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) {

123