Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/Dialect/Quant/
DUniformSupport.h76 clampMax(clampMax), scaleDouble(scale), zeroPointDouble(zeroPoint), in UniformQuantizedValueConverter()
85 clampMax(clampMax), scaleDouble(scale), zeroPointDouble(zeroPoint), in UniformQuantizedValueConverter()
135 const double scaled = realValue / scaleDouble + zeroPointDouble; in quantizeF32ToInt8()
159 const double scaleDouble; variable
/external/llvm-project/libclc/generic/lib/math/
Dcosh.cl36 // splitexp and scaleDouble functions as for exp_amd().
116 // splitexp and scaleDouble functions as for exp_amd().
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().