Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/builtins/
H A Dfloatunsitf.c21 const int aWidth = sizeof a * CHAR_BIT; in __floatunsitf() local
H A Dfloatunditf.c21 const int aWidth = sizeof a * CHAR_BIT; in __floatunditf() local
H A Dfloatunsidf.c22 const int aWidth = sizeof a * CHAR_BIT; in __floatunsidf() local
H A Dfloatditf.c21 const int aWidth = sizeof a * CHAR_BIT; in __floatditf() local
H A Dfloatsitf.c21 const int aWidth = sizeof a * CHAR_BIT; in __floatsitf() local
H A Dfloatunsisf.c22 const int aWidth = sizeof a * CHAR_BIT; in __floatunsisf() local
H A Dfloatsidf.c22 const int aWidth = sizeof a * CHAR_BIT; in __floatsidf() local
H A Dfloatsisf.c22 const int aWidth = sizeof a * CHAR_BIT; in __floatsisf() local
/llvm-project/mlir/lib/Conversion/TosaToLinalg/
H A DTosaToLinalg.cpp126 int aWidth = a.getType().getIntOrFloatBitWidth(); createLinalgBodyCalculationForElementwiseOp() local