Searched defs:float (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/ |
H A D | sv_math.h | 115 sv_call_f32 (float (*f) (float), svfloat32_t x, svfloat32_t y, svbool_t cmp) in sv_call_f32() 130 sv_call2_f32 (float (*f) (float, float), svfloat32_t x1, svfloat32_t x2, in sv_call2_f32() argument
|
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/ |
H A D | v_math.h | 113 v_call_f32 (float (*f) (float), float32x4_t x, float32x4_t y, uint32x4_t p) in v_call_f32() 119 v_call2_f32 (float (*f) (float, float), float32x4_t x1, float32x4_t x2, in v_call2_f32() argument
|
/freebsd/contrib/arm-optimized-routines/math/test/ |
H A D | mathbench.c | 205 runf_thruput (float f (float)) in runf_thruput() argument 223 runf_latency (float f (float)) in runf_latency() argument
|
H A D | ulp_wrappers.h | 411 DECL_POW_INT_REF (ref_powif, double, float, int) in DECL_POW_INT_REF() argument
|
/freebsd/sys/sys/ |
H A D | acct.h | 41 #define float uint32_t macro
|
/freebsd/tests/atf_python/sys/netpfil/ipfw/ |
H A D | insns.py | 330 def prob(self, prob: float): member in InsnProb
|
/freebsd/contrib/libxo/xohtml/external/ |
H A D | jquery.js | 6561 "float": jQuery.support.cssFloat ? "cssFloat" : "styleFloat" property
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/ |
H A D | ItaniumDemangle.h | 2530 constexpr Node::Kind getFloatLiteralKind(float *) { in getFloatLiteralKind() argument
|
/freebsd/contrib/sqlite3/ |
H A D | sqlite3.c | 14702 # define float sqlite_int64 macro
|