Home
last modified time | relevance | path

Searched refs:float (Results 1 – 25 of 258) sorted by relevance

1234567891011

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltinsNVPTX.td213 def __nvvm_fmin_f : NVPTXBuiltin<"float(float, float)">;
214 def __nvvm_fmin_ftz_f : NVPTXBuiltin<"float(float, float)">;
215 def __nvvm_fmin_nan_f : NVPTXBuiltinSMAndPTX<"float(float, float)", SM_80, PTX70>;
216 def __nvvm_fmin_ftz_nan_f : NVPTXBuiltinSMAndPTX<"float(float, float)", SM_80, PTX70>;
217 def __nvvm_fmin_xorsign_abs_f : NVPTXBuiltinSMAndPTX<"float(float, float)", SM_86, PTX72>;
218 def __nvvm_fmin_ftz_xorsign_abs_f : NVPTXBuiltinSMAndPTX<"float(float, float)", SM_86, PTX72>;
219 def __nvvm_fmin_nan_xorsign_abs_f : NVPTXBuiltinSMAndPTX<"float(float, float)", SM_86, PTX72>;
220 def __nvvm_fmin_ftz_nan_xorsign_abs_f : NVPTXBuiltinSMAndPTX<"float(float, float)", SM_86, PTX72>;
251 def __nvvm_fmax_f : NVPTXBuiltin<"float(float, float)">;
252 def __nvvm_fmax_ftz_f : NVPTXBuiltin<"float(float, float)">;
[all …]
H A DBuiltinsX86.td64 def comi#Cmp : X86Builtin<"int(_Vector<4, float>, _Vector<4, float>)">;
65 def ucomi#Cmp : X86Builtin<"int(_Vector<4, float>, _Vector<4, float>)">;
76 def Cmp#ps : X86Builtin<"_Vector<4, float>(_Vector<4, float>, _Vector<4, float>)">;
77 def Cmp#ss : X86Builtin<"_Vector<4, float>(_Vector<4, float>, _Vector<4, float>)">;
86 … def cmpps : X86Builtin<"_Vector<4, float>(_Vector<4, float>, _Vector<4, float>, _Constant char)">;
87 … def cmpss : X86Builtin<"_Vector<4, float>(_Vector<4, float>, _Vector<4, float>, _Constant char)">;
105 def vec_ext_v4sf : X86Builtin<"float(_Vector<4, float>, _Constant int)">;
112 def Op#ps : X86Builtin<"_Vector<4, float>(_Vector<4, float>, _Vector<4, float>)">;
137 def Op#ps256 : X86Builtin<"_Vector<8, float>(_Vector<8, float>, _Vector<8, float>)">;
178 def cvtss2si : X86Builtin<"int(_Vector<4, float>)">;
[all …]
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dcmath50 float acosf(float x);
54 float asinf(float x);
58 float atanf(float x);
62 float atan2f(float y, float x);
66 float ceilf(float x);
70 float cosf(float x);
74 float coshf(float x);
78 float expf(float x);
82 float fabsf(float x);
86 float floorf(float x);
[all …]
H A Dcomplex50 class complex<float>
53 typedef float value_type;
55 constexpr complex(float re = 0.0f, float im = 0.0f);
59 constexpr float real() const;
60 void real(float); // constexpr in C++20
61 constexpr float imag() const;
62 void imag(float); // constexpr in C++20
64 complex<float>& operator= (float); // constexpr in C++20
65 complex<float>& operator+=(float); // constexpr in C++20
66 complex<float>& operator-=(float); // constexpr in C++20
[all …]
H A Dcfloat74 #include <__cxx03/float.h>
77 # error <cfloat> tried including <float.h> but didn't find libc++'s <float.h> header. \
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcmath50 float acosf(float x);
54 float asinf(float x);
58 float atanf(float x);
62 float atan2f(float y, float x);
66 float ceilf(float x);
70 float cosf(float x);
74 float coshf(float x);
78 float expf(float x);
82 float fabsf(float x);
86 float floorf(float x);
[all …]
H A Dcomplex50 class complex<float>
53 typedef float value_type;
55 constexpr complex(float re = 0.0f, float im = 0.0f);
59 constexpr float real() const;
60 void real(float); // constexpr in C++20
61 constexpr float imag() const;
62 void imag(float); // constexpr in C++20
64 complex<float>& operator= (float); // constexpr in C++20
65 complex<float>& operator+=(float); // constexpr in C++20
66 complex<float>& operator-=(float); // constexpr in C++20
[all …]
H A Dcfloat77 # include <float.h>
80 # error <cfloat> tried including <float.h> but didn't find libc++'s <float.h> header. \
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A DREADME.txt137 di_int __fixsfdi( float a);
142 ti_int __fixsfti( float a);
147 su_int __fixunssfsi( float a);
152 du_int __fixunssfdi( float a);
157 tu_int __fixunssfti( float a);
162 float __floatdisf(di_int a);
167 float __floattisf(ti_int a);
172 float __floatundisf(du_int a);
177 float __floatuntisf(tu_int a);
184 float __powisf2( float a, int b); // a ^ b
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def390 /// float __acosf_finite(float x);
400 /// float __acoshf_finite(float x);
420 /// float __asinf_finite(float x);
435 /// float atan2f_finite(float y, float x);
450 /// float __atanhf_finite(float x);
475 /// float __coshf_finite(float x);
490 /// float __cospif(float x);
551 /// float __exp10f_finite(float x);
566 /// float __exp2f_finite(float x);
581 /// float __expf_finite(float x);
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcCallingConv.td63 // float function arguments would occupy 8 bytes each, and be passed in %f1 and
66 // When a struct { int, float } is passed by value, the int goes in the high
67 // bits of an integer register while the float goes in a floating point
73 // C: void f(float, float);
74 // IR: declare void f(float %f1, float %f3)
76 // C: void f(struct { float f0, f1; });
77 // IR: declare void f(float inreg %f0, float inreg %f1)
79 // C: void f(int, float);
80 // IR: declare void f(int signext %i0, float %f3)
82 // C: void f(struct { int i0high; float f1; });
[all …]
/freebsd/crypto/heimdal/doc/doxyout/gssapi/html/
H A Dtabs.css5 float : left;
27 float : right;
32 float : left;
53 float : left;
62 float : right;
77 DIV.tabs SPAN {float : none;}
/freebsd/crypto/heimdal/doc/doxyout/hcrypto/html/
H A Dtabs.css5 float : left;
27 float : right;
32 float : left;
53 float : left;
62 float : right;
77 DIV.tabs SPAN {float : none;}
/freebsd/crypto/heimdal/doc/doxyout/hdb/html/
H A Dtabs.css5 float : left;
27 float : right;
32 float : left;
53 float : left;
62 float : right;
77 DIV.tabs SPAN {float : none;}
/freebsd/crypto/heimdal/doc/doxyout/hx509/html/
H A Dtabs.css5 float : left;
27 float : right;
32 float : left;
53 float : left;
62 float : right;
77 DIV.tabs SPAN {float : none;}
/freebsd/crypto/heimdal/doc/doxyout/krb5/html/
H A Dtabs.css5 float : left;
27 float : right;
32 float : left;
53 float : left;
62 float : right;
77 DIV.tabs SPAN {float : none;}
/freebsd/crypto/heimdal/doc/doxyout/ntlm/html/
H A Dtabs.css5 float : left;
27 float : right;
32 float : left;
53 float : left;
62 float : right;
77 DIV.tabs SPAN {float : none;}
/freebsd/crypto/heimdal/doc/doxyout/wind/html/
H A Dtabs.css5 float : left;
27 float : right;
32 float : left;
53 float : left;
62 float : right;
77 DIV.tabs SPAN {float : none;}
/freebsd/contrib/lyaml/lib/lyaml/
H A Dexplicit.lua70 local float = anyof {
71 implicit.float,
116 float = float,
H A Dimplicit.lua238 local function float(value) function
255 function(sign, rest, float)
260 r = r + tonumber(float)
274 float = float,
/freebsd/contrib/file/magic/Magdir/
H A Dvisx10 >2 byte 3 (float 32)
11 >2 byte 4 (float 64)
21 >2 byte 103 (float 32 vector)
22 >2 byte 104 (float 64 vector)
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVECallingConv.td34 // Convert float arguments to i64 with padding.
37 // | float| 0 |
41 // bool, char, int, enum, long, long long, float, double
65 // Convert float arguments to i64 with padding.
68 // | float| 0 |
82 // Convert float return values to i64 with padding.
85 // | float| 0 |
89 // bool, char, int, enum, long, long long, float, double
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc32 SYMBOL(DBL_DECIMAL_DIG, None, <float.h>)
33 SYMBOL(DBL_DIG, None, <float.h>)
34 SYMBOL(DBL_EPSILON, None, <float.h>)
35 SYMBOL(DBL_HAS_SUBNORM, None, <float.h>)
36 SYMBOL(DBL_MANT_DIG, None, <float.h>)
37 SYMBOL(DBL_MAX, None, <float.h>)
38 SYMBOL(DBL_MAX_10_EXP, None, <float.h>)
39 SYMBOL(DBL_MAX_EXP, None, <float.h>)
40 SYMBOL(DBL_MIN, None, <float.h>)
41 SYMBOL(DBL_MIN_10_EXP, None, <float.h>)
[all …]
/freebsd/contrib/ntp/sntp/ag-tpl/0-old/
H A Dperlopt.tpl41 ;; since autoopts doesn't support float we take the combination arg-name =
42 ;; float and arg-type = string as float
50 (if (and (exist? "arg-name") (== (get "arg-name") "float"))
100 (if (and (exist? "arg-name") (== (get "arg-name") "float"))
101 (set! optargname "=float")
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_checks.inc38 UBSAN_CHECK(FloatDivideByZero, "float-divide-by-zero", "float-divide-by-zero")
60 UBSAN_CHECK(FloatCastOverflow, "float-cast-overflow", "float-cast-overflow")

1234567891011