Searched refs:argd (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/libc/AOR_v20.02/math/test/ |
| H A D | ulp.c | 250 static double v_sin(double x) { return __v_sin(argd(x))[0]; } in v_sin() 251 static double v_cos(double x) { return __v_cos(argd(x))[0]; } in v_cos() 252 static double v_exp(double x) { return __v_exp(argd(x))[0]; } in v_exp() 253 static double v_log(double x) { return __v_log(argd(x))[0]; } in v_log() 254 static double v_pow(double x, double y) { return __v_pow(argd(x),argd(y))[0]; } in v_pow() 264 static double vn_sin(double x) { return __vn_sin(argd(x))[0]; } in vn_sin() 265 static double vn_cos(double x) { return __vn_cos(argd(x))[0]; } in vn_cos() 266 static double vn_exp(double x) { return __vn_exp(argd(x))[0]; } in vn_exp() 267 static double vn_log(double x) { return __vn_log(argd(x))[0]; } in vn_log() 268 static double vn_pow(double x, double y) { return __vn_pow(argd(x),argd(y))[0]; } in vn_pow() [all …]
|
| /llvm-project-15.0.7/mlir/test/Integration/Dialect/SparseTensor/CPU/ |
| H A D | sparse_mttkrp.mlir | 46 %argd: tensor<?x?xf64>, 50 ins(%argb, %argc, %argd:
|
| /llvm-project-15.0.7/mlir/test/Dialect/SparseTensor/ |
| H A D | sparse_3d.mlir | 1172 %argd: tensor<?x?xf32>) -> tensor<?x?xf32> { 1174 ins(%argb, %argc, %argd: tensor<?x?x?xf32, #Tdds>, tensor<?x?xf32>, tensor<?x?xf32>)
|
| H A D | sparse_2d.mlir | 1267 %argd: tensor<?xf32>, 1271 ins(%arga, %argb, %argc, %argd, %arge : tensor<?x?xf32, #Tss>,
|
| H A D | sparse_1d.mlir | 1245 %argd: tensor<?xf64, #SV>, 1248 …ins(%arga, %argb, %argc, %argd: tensor<?xf64>, tensor<?xf64, #SV>, tensor<?xf64>, tensor<?xf64, #S…
|