Home
last modified time | relevance | path

Searched refs:scaleDouble (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Dialect/Quant/
H A DUniformSupport.h78 clampMax(clampMax), scaleDouble(scale), zeroPointDouble(zeroPoint), in UniformQuantizedValueConverter()
88 clampMax(clampMax), scaleDouble(scale), zeroPointDouble(zeroPoint), in UniformQuantizedValueConverter()
138 const double scaled = realValue / scaleDouble + zeroPointDouble; in quantizeF32ToInt8()
162 const double scaleDouble; variable
/llvm-project-15.0.7/libclc/generic/lib/math/
H A Dcosh.cl36 // splitexp and scaleDouble functions as for exp_amd().
116 // splitexp and scaleDouble functions as for exp_amd().
H A Dsinh.cl35 …// sinh(x) = sign(x)*exp(abs(x))/2 computed using the splitexp and scaleDouble functions as for ex…
117 // splitexp and scaleDouble functions as for exp_amd().