/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | cmath | 50 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 D | complex | 50 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 D | cfloat | 74 #include <float.h> 77 # 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 D | README.txt | 137 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 D | TargetLibraryInfo.def | 364 /// float __acosf_finite(float x); 374 /// float __acoshf_finite(float x); 394 /// float __asinf_finite(float x); 409 /// float atan2f_finite(float y, float x); 424 /// float __atanhf_finite(float x); 449 /// float __coshf_finite(float x); 464 /// float __cospif(float x); 500 /// float __exp10f_finite(float x); 515 /// float __exp2f_finite(float x); 530 /// float __expf_finite(float x); [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
H A D | SparcCallingConv.td | 63 // 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 D | tabs.css | 5 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 D | tabs.css | 5 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 D | tabs.css | 5 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 D | tabs.css | 5 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 D | tabs.css | 5 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 D | tabs.css | 5 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 D | tabs.css | 5 float : left; 27 float : right; 32 float : left; 53 float : left; 62 float : right; 77 DIV.tabs SPAN {float : none;}
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | visx | 10 >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 D | VECallingConv.td | 34 // 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 D | CSymbolMap.inc | 32 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 D | perlopt.tpl | 41 ;; 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/tools/build/options/ |
H A D | WITH_LIBSOFT | 1 On armv6 only, enable soft float ABI compatibility libraries. 2 This option is for transitioning to the new hard float ABI.
|
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/ |
H A D | ubsan_checks.inc | 38 UBSAN_CHECK(FloatDivideByZero, "float-divide-by-zero", "float-divide-by-zero") 59 UBSAN_CHECK(FloatCastOverflow, "float-cast-overflow", "float-cast-overflow")
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXRegisterInfo.td | 41 def H#i : NVPTXReg<"%h"#i>; // 16-bit float 42 def HH#i : NVPTXReg<"%hh"#i>; // 2x16-bit float 43 def F#i : NVPTXReg<"%f"#i>; // 32-bit float 44 def FL#i : NVPTXReg<"%fd"#i>; // 64-bit float
|
/freebsd/usr.bin/indent/tests/ |
H A D | parens.0 | 7 float *); 15 float xxx = yyyyyyyyyyyyyy(zzzzzzzzzzzzz(p1,
|
H A D | parens.0.stdout | 7 float *); 15 float xxx = yyyyyyyyyyyyyy(zzzzzzzzzzzzz(p1,
|
/freebsd/contrib/libxo/doc/_static/ |
H A D | basic.css_t | 40 float: right; 51 float: left; 254 float: left; 260 float: right; 290 float: right; 604 float: right; 608 float: right; 628 float: right;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsCallingConv.td | 22 /// Match if the original argument (before lowering) was a float. 23 /// For example, this is true for i32's that were lowered from soft-float. 28 /// Match if the original argument (before lowering) was a 128-bit float (i.e. 49 // For soft-float, f128 values are returned in A0_64 rather than V1_64. 54 // For hard-float, f128 values are returned as a pair of f64's rather than a 138 // All integers (except soft-float integers) are promoted to 64-bit. 141 // The only i32's we have left are soft-float arguments. 191 // This presents us with a problem for the calling convention since hard-float 192 // still needs to pass them in FPU registers, and soft-float needs to use $v0, 326 // f128 needs to be handled similarly to f32 and f64 on hard-float. However, [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | OperationKinds.def | 108 /// int -> union { int x; float y; } 109 /// float -> union { int x; float y; } 206 /// float f = i; 214 /// (float) 2.5k 248 /// (float) ld 271 /// float -> _Complex float 285 /// _Complex float -> _Complex double 289 /// _Complex float -> _Complex int 313 /// _Complex unsigned -> _Complex float
|