| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | avx512pfintrin.h | 20 #define _mm512_mask_prefetch_i32gather_pd(index, mask, addr, scale, hint) \ argument 25 #define _mm512_prefetch_i32gather_pd(index, addr, scale, hint) \ argument 30 #define _mm512_mask_prefetch_i32gather_ps(index, mask, addr, scale, hint) \ argument 35 #define _mm512_prefetch_i32gather_ps(index, addr, scale, hint) \ argument 40 #define _mm512_mask_prefetch_i64gather_pd(index, mask, addr, scale, hint) \ argument 45 #define _mm512_prefetch_i64gather_pd(index, addr, scale, hint) \ argument 54 #define _mm512_prefetch_i64gather_ps(index, addr, scale, hint) \ argument 58 #define _mm512_prefetch_i32scatter_pd(addr, index, scale, hint) \ argument 68 #define _mm512_prefetch_i32scatter_ps(addr, index, scale, hint) \ argument 77 #define _mm512_prefetch_i64scatter_pd(addr, index, scale, hint) \ argument [all …]
|
| /llvm-project-15.0.7/compiler-rt/test/msan/ |
| H A D | vector_div.cpp | 11 volatile int scale = 5; in main() local
|
| /llvm-project-15.0.7/compiler-rt/test/asan/TestCases/ |
| H A D | debug_mapping.cpp | 20 size_t scale, offset; in main() local
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Quant/Utils/ |
| H A D | FakeQuantSupport.cpp | 67 double rmax, double &scale, in getNudgedScaleAndZeroPoint() 130 double scale; in fakeQuantAttrsToType() local 173 double scale; in fakeQuantAttrsToType() local
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | BranchProbability.cpp | 69 static uint64_t scale(uint64_t Num, uint32_t N, uint32_t D) { in scale() function 107 uint64_t BranchProbability::scale(uint64_t Num) const { in scale() function in BranchProbability
|
| /llvm-project-15.0.7/libc/AOR_v20.02/math/ |
| H A D | v_exp2f.c | 31 specialcase (v_f32_t poly, v_f32_t n, v_u32_t e, v_f32_t absn, v_u32_t cmp1, v_f32_t scale) in specialcase() 49 v_f32_t n, r, r2, scale, p, q, poly, absn; in V_NAME() local
|
| H A D | exp2.c | 34 double_t scale, y; in specialcase() local 82 double_t kd, r, r2, scale, tail, tmp; in exp2() local
|
| H A D | v_expf.c | 34 specialcase (v_f32_t poly, v_f32_t n, v_u32_t e, v_f32_t absn, v_u32_t cmp1, v_f32_t scale) in specialcase() 52 v_f32_t n, r, r2, scale, p, q, poly, absn, z; in V_NAME() local
|
| H A D | exp.c | 36 double_t scale, y; in specialcase() local 86 double_t kd, z, r, r2, scale, tail, tmp; in exp_inline() local
|
| H A D | v_exp2f_1u.c | 47 v_f32_t n, r, scale, poly, absn; in V_NAME() local
|
| H A D | v_expf_1u.c | 50 v_f32_t n, r, scale, poly, absn, z; in V_NAME() local
|
| H A D | pow.c | 131 double_t scale, y; in specialcase() local 179 double_t kd, z, r, r2, scale, tail, tmp; in exp_inline() local
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Quant/ |
| H A D | UniformSupport.h | 74 UniformQuantizedValueConverter(double scale, double zeroPoint, in UniformQuantizedValueConverter() 83 UniformQuantizedValueConverter(double scale, double zeroPoint, in UniformQuantizedValueConverter() 157 const APFloat scale; variable
|
| /llvm-project-15.0.7/clang/test/PCH/ |
| H A D | blocks.h | 12 __block int scale = s; in scaled_add() local
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Tosa/Utils/ |
| H A D | QuantUtils.cpp | 22 static void computeMultiplierAndShiftTosaScale16(double scale, in computeMultiplierAndShiftTosaScale16() 58 static void computeMultiplierAndShiftTosaScale32(double scale, in computeMultiplierAndShiftTosaScale32() 91 void mlir::tosa::computeMultiplierAndShift(double scale, int32_t &multiplier, in computeMultiplierAndShift()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Quant/IR/ |
| H A D | QuantTypes.cpp | 253 Type expressedType, double scale, in get() 263 Type storageType, Type expressedType, double scale, int64_t zeroPoint, in getChecked() 272 Type storageType, Type expressedType, double scale, int64_t zeroPoint, in verify() 350 for (double scale : scales) { in verify() local
|
| H A D | TypeParser.cpp | 163 static ParseResult parseQuantParams(DialectAsmParser &parser, double &scale, in parseQuantParams() 361 static void printQuantParams(double scale, int64_t zeroPoint, in printQuantParams()
|
| /llvm-project-15.0.7/openmp/runtime/src/ |
| H A D | kmp_stats_timing.cpp | 95 double scale; in formatSI() member
|
| /llvm-project-15.0.7/libc/test/src/math/ |
| H A D | HypotTest.h | 49 for (unsigned scale = 0; scale < 4; ++scale) { in test_subnormal_range() local
|
| /llvm-project-15.0.7/mlir/lib/Dialect/AMX/IR/ |
| H A D | AMXDialect.cpp | 45 unsigned scale) { in verifyMultShape()
|
| /llvm-project-15.0.7/mlir/lib/Bindings/Python/ |
| H A D | DialectQuant.cpp | 186 int64_t storageTypeMin, int64_t storageTypeMax) { in populateDialectQuantSubmodule() 245 double scale = mlirUniformQuantizedPerAxisTypeGetScale(type, i); in populateDialectQuantSubmodule() local
|
| /llvm-project-15.0.7/mlir/lib/Dialect/X86Vector/Transforms/ |
| H A D | LegalizeForLLVMExport.cpp | 115 Value scale = in matchAndRewrite() local
|
| /llvm-project-15.0.7/flang/lib/Evaluate/ |
| H A D | complex.cpp | 53 Part scale; // <= 1.0 in Divide() local
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | AbstractBasicReader.h | 182 unsigned scale = asImpl().readUInt32(); in readFixedPointSemantics() local
|
| /llvm-project-15.0.7/mlir/lib/Analysis/Presburger/ |
| H A D | Matrix.cpp | 194 void Matrix::addToRow(unsigned sourceRow, unsigned targetRow, int64_t scale) { in addToRow() 202 int64_t scale) { in addToColumn()
|