Home
last modified time | relevance | path

Searched refs:FloatType (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-matchers.h1365 template <typename FloatType>
1394 Impl(FloatType expected, bool nan_eq_nan, FloatType max_abs_error)
1480 const FloatType expected_;
1483 const FloatType max_abs_error_;
1494 operator Matcher<FloatType>() const {
1504 operator Matcher<FloatType&>() const {
1510 const FloatType expected_;
1513 const FloatType max_abs_error_;
1523 template <typename FloatType>
1582 FloatType max_abs_error_;
[all …]
/netbsd/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go571 func (c Context) FloatType() (t Type) { t.C = C.LLVMFloatTypeInContext(c.C); return } func
577 func FloatType() (t Type) { t.C = C.LLVMFloatType(); return } func
/netbsd/external/apache2/llvm/dist/llvm/docs/
H A DProgrammersManual.rst3298 Certain primitive types (``VoidType``, ``LabelType``, ``FloatType`` and