/llvm-project/compiler-rt/test/msan/ |
H A D | vector_div.cpp | 11 volatile int scale = 5; in main() local
|
/llvm-project/mlir/include/mlir/Analysis/Presburger/ |
H A D | Matrix.h | 143 void addToRow(unsigned sourceRow, unsigned targetRow, int64_t scale) { in addToRow() 156 int64_t scale) { in addToColumn()
|
/llvm-project/compiler-rt/test/asan/TestCases/ |
H A D | debug_mapping.cpp | 20 size_t scale, offset; in main() local
|
/llvm-project/mlir/lib/Dialect/Quant/Utils/ |
H A D | FakeQuantSupport.cpp | 67 double rmax, double &scale, in getNudgedScaleAndZeroPoint() argument 130 double scale; fakeQuantAttrsToType() local 173 double scale; fakeQuantAttrsToType() local [all...] |
/llvm-project/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/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_expf_1u.c | 50 v_f32_t n, r, scale, poly, absn, z; in V_NAME() local
|
H A D | v_exp2f_1u.c | 47 v_f32_t n, r, scale, poly, absn; 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/mlir/include/mlir/Dialect/Quant/ |
H A D | UniformSupport.h |
|
/llvm-project/clang/test/PCH/ |
H A D | blocks.h | 12 __block int scale = s; in scaled_add() local
|
/llvm-project/polly/lib/External/isl/ |
H A D | isl_pw_scale_templ.c | 13 __isl_give PW *FN(PW,scale)(__isl_take PW *pw, isl_int v) in FN() argument
|
/llvm-project/mlir/lib/Dialect/Tosa/Utils/ |
H A D | QuantUtils.cpp | 22 static void computeMultiplierAndShiftTosaScale16(double scale, in computeMultiplierAndShiftTosaScale16() 60 static void computeMultiplierAndShiftTosaScale32(double scale, in computeMultiplierAndShiftTosaScale32() 95 void mlir::tosa::computeMultiplierAndShift(double scale, int32_t &multiplier, in computeMultiplierAndShift()
|
/llvm-project/mlir/lib/Dialect/Quant/IR/ |
H A D | QuantTypes.cpp | 254 get(unsigned flags,Type storageType,Type expressedType,double scale,int64_t zeroPoint,int64_t storageTypeMin,int64_t storageTypeMax) get() argument 264 getChecked(function_ref<InFlightDiagnostic ()> emitError,unsigned flags,Type storageType,Type expressedType,double scale,int64_t zeroPoint,int64_t storageTypeMin,int64_t storageTypeMax) getChecked() argument 273 verify(function_ref<InFlightDiagnostic ()> emitError,unsigned flags,Type storageType,Type expressedType,double scale,int64_t zeroPoint,int64_t storageTypeMin,int64_t storageTypeMax) verify() argument 351 for (double scale : scales) { verify() local [all...] |
H A D | TypeParser.cpp | 162 static ParseResult parseQuantParams(DialectAsmParser &parser, double &scale, in parseQuantParams() argument 360 printQuantParams(double scale,int64_t zeroPoint,DialectAsmPrinter & out) printQuantParams() argument [all...] |
/llvm-project/openmp/runtime/src/ |
H A D | kmp_stats_timing.cpp | 95 double scale; in formatSI() member
|
/llvm-project/compiler-rt/lib/asan_abi/ |
H A D | asan_abi.cpp | 82 void *__asan_abi_stack_malloc_n(size_t scale, size_t size) { return NULL; } in __asan_abi_stack_malloc_n() 83 void *__asan_abi_stack_malloc_always_n(size_t scale, size_t size) { in __asan_abi_stack_malloc_always_n() 88 void __asan_abi_stack_free_n(int scale, void *p, size_t n) {} in __asan_abi_stack_free_n()
|
/llvm-project/libc/test/src/__support/ |
H A D | freelist_heap_test.cpp | 226 for (size_t scale : SIZE_SCALES) { global() variable 254 for (size_t scale : SIZE_SCALES) { TEST() local
|
/llvm-project/libc/test/src/math/ |
H A D | HypotTest.h | 72 for (unsigned scale = 0; scale < 4; ++scale) { test_subnormal_range() local
|
/llvm-project/mlir/lib/Dialect/Vector/Transforms/ |
H A D | VectorEmulateNarrowType.cpp | 45 getCompressedMaskOp(OpBuilder & rewriter,Location loc,Value mask,int origElements,int scale) getCompressedMaskOp() argument 132 int scale = dstBits / srcBits; matchAndRewrite() local 199 int scale = dstBits / srcBits; matchAndRewrite() local 285 int scale = dstBits / srcBits; matchAndRewrite() local 356 int scale = dstBits / srcBits; matchAndRewrite() local 467 int scale = dstBits / srcBits; matchAndRewrite() local [all...] |
/llvm-project/mlir/lib/Dialect/AMX/IR/ |
H A D | AMXDialect.cpp | 45 verifyMultShape(Operation * op,VectorType atp,VectorType btp,VectorType ctp,unsigned scale) verifyMultShape() argument
|
/llvm-project/mlir/lib/Bindings/Python/ |
H A D | DialectQuant.cpp | 250 scales.push_back(scale); in populateDialectQuantSubmodule() local 191 __anond4067f691202(py::object cls, unsigned flags, MlirType storageType, MlirType expressedType, double scale, int64_t zeroPoint, int64_t storageTypeMin, int64_t storageTypeMax) populateDialectQuantSubmodule() argument [all...] |