Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Headers/hlsl/
H A Dhlsl_intrinsics.h173 const inline float distance(__detail::HLSL_FIXED_VECTOR<float, N> X, in distance()
258 faceforward(__detail::HLSL_FIXED_VECTOR<float, L> N, in faceforward()
301 fmod(__detail::HLSL_FIXED_VECTOR<float, N> X, in fmod()
343 ldexp(__detail::HLSL_FIXED_VECTOR<float, N> X, in ldexp()
380 const inline float length(__detail::HLSL_FIXED_VECTOR<float, N> X) { in length()
421 constexpr vector<uint, 4> D3DCOLORtoUBYTE4(vector<float, 4> V) { in D3DCOLORtoUBYTE4()
473 reflect(__detail::HLSL_FIXED_VECTOR<float, L> I, in reflect()
519 smoothstep(__detail::HLSL_FIXED_VECTOR<float, N> Min, in smoothstep()
H A Dhlsl_intrinsic_helpers.h15 constexpr vector<uint, 4> d3d_color_to_ubyte4_impl(vector<float, 4> V) { in d3d_color_to_ubyte4_impl()
/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/lyaml/lib/lyaml/
H A Dimplicit.lua238 local function float(value) function
/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.py348 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.h2579 constexpr Node::Kind getFloatLiteralKind(float *) { in getFloatLiteralKind() argument
/freebsd/contrib/sqlite3/
H A Dsqlite3.c15074 # define float sqlite_int64 macro