Home
last modified time | relevance | path

Searched defs:float (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/
H A Dsv_math.h115 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 Dv_math.h113 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 Dmathbench.c205 runf_thruput (float f (float)) in runf_thruput() argument
223 runf_latency (float f (float)) in runf_latency() argument
H A Dulp_wrappers.h411 DECL_POW_INT_REF (ref_powif, double, float, int) in DECL_POW_INT_REF() argument
/freebsd/sys/sys/
H A Dacct.h41 #define float uint32_t macro
/freebsd/tests/atf_python/sys/netpfil/ipfw/
H A Dinsns.py330 def prob(self, prob: float): member in InsnProb
/freebsd/contrib/libxo/xohtml/external/
H A Djquery.js6561 "float": jQuery.support.cssFloat ? "cssFloat" : "styleFloat" property
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h2530 constexpr Node::Kind getFloatLiteralKind(float *) { in getFloatLiteralKind() argument
/freebsd/contrib/sqlite3/
H A Dsqlite3.c14702 # define float sqlite_int64 macro