Home
last modified time | relevance | path

Searched refs:a_float (Results 1 – 7 of 7) sorted by relevance

/third_party/googletest/docs/reference/
Dmatchers.md66 | `FloatEq(a_float)` | `argument` is a `float` value approximately equal to `a_float`…
68 | `NanSensitiveFloatEq(a_float)` | `argument` is a `float` value approximately equal to `a_float`…
81 | `FloatNear(a_float, max_abs_error)` | `argument` is a `float` value close to `a_flo…
83 | `NanSensitiveFloatNear(a_float, max_abs_error)` | `argument` is a `float` value close to `a_flo…
/third_party/glib/glib/gnulib/
Dprintf-args.h108 float a_float; member
/third_party/gettext/gettext-runtime/intl/
Dprintf-args.h107 float a_float; member
/third_party/gstreamer/gstreamer/gst/printf/
Dprintf-args.h102 float a_float; member
/third_party/gettext/gettext-runtime/libasprintf/
Dprintf-args.h107 float a_float; member
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dloss_with_reduction_impl.cu64 float a_float = __half2float(a); in MultiplyDevice() local
65 *out = a_float * b; in MultiplyDevice()
/third_party/python/Doc/library/
Dconfigparser.rst824 config.set('Section1', 'a_float', '3.1415')
842 a_float = config.getfloat('Section1', 'a_float')
844 print(a_float + an_int)