Home
last modified time | relevance | path

Searched defs:scale (Results 1 – 25 of 59) sorted by relevance

123

/llvm-project/compiler-rt/test/msan/
H A Dvector_div.cpp11 volatile int scale = 5; in main() local
/llvm-project/mlir/include/mlir/Analysis/Presburger/
H A DMatrix.h143 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 Ddebug_mapping.cpp20 size_t scale, offset; in main() local
/llvm-project/mlir/lib/Dialect/Quant/Utils/
H A DFakeQuantSupport.cpp67 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 DBranchProbability.cpp69 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 Dv_exp2f.c31 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 Dexp2.c34 double_t scale, y; in specialcase() local
82 double_t kd, r, r2, scale, tail, tmp; in exp2() local
H A Dv_expf.c34 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 Dexp.c36 double_t scale, y; in specialcase() local
86 double_t kd, z, r, r2, scale, tail, tmp; in exp_inline() local
H A Dv_expf_1u.c50 v_f32_t n, r, scale, poly, absn, z; in V_NAME() local
H A Dv_exp2f_1u.c47 v_f32_t n, r, scale, poly, absn; in V_NAME() local
H A Dpow.c131 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 DUniformSupport.h
/llvm-project/clang/test/PCH/
H A Dblocks.h12 __block int scale = s; in scaled_add() local
/llvm-project/polly/lib/External/isl/
H A Disl_pw_scale_templ.c13 __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 DQuantUtils.cpp22 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 DQuantTypes.cpp254 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 DTypeParser.cpp162 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 Dkmp_stats_timing.cpp95 double scale; in formatSI() member
/llvm-project/compiler-rt/lib/asan_abi/
H A Dasan_abi.cpp82 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 Dfreelist_heap_test.cpp226 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 DHypotTest.h72 for (unsigned scale = 0; scale < 4; ++scale) { test_subnormal_range() local
/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DVectorEmulateNarrowType.cpp45 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 DAMXDialect.cpp45 verifyMultShape(Operation * op,VectorType atp,VectorType btp,VectorType ctp,unsigned scale) verifyMultShape() argument
/llvm-project/mlir/lib/Bindings/Python/
H A DDialectQuant.cpp250 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...]

123