Home
last modified time | relevance | path

Searched refs:itof (Results 1 – 2 of 2) sorted by relevance

/freebsd/stand/ficl/
H A Dfloat.c250 static void itof(FICL_VM *pVM) in itof() function
1040 dictAppendWord(dp, "int>float", itof, FW_DEFAULT); in ficlCompileFloat()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A Darm_mve.td599 multiclass float_int_conversions<Type FScalar, Type IScalar, IRBuilderBase ftoi, IRBuilderBase itof
605 def : Intrinsic<FVector, (args IVector:$a), (itof $a, FVector)>,