/dports/devel/upp/upp/bazaar/PixRaster/lib/ |
H A D | pixarith.c | 827 factor = 255. / getLogBase2(max, tab); in pixMaxDynamicRange() 833 dval = (l_uint8)(factor * getLogBase2(sval, tab) + 0.5); in pixMaxDynamicRange() 853 factor = 255. / getLogBase2(max, tab); in pixMaxDynamicRange() 859 dval = (l_uint8)(factor * getLogBase2(sval, tab) + 0.5); in pixMaxDynamicRange() 879 factor = 255. / getLogBase2(max, tab); in pixMaxDynamicRange() 885 dval = (l_uint8)(factor * getLogBase2(sval, tab) + 0.5); in pixMaxDynamicRange() 905 factor = 255. / getLogBase2(max, tab); in pixMaxDynamicRange() 911 dval = (l_uint8)(factor * getLogBase2(sval, tab) + 0.5); in pixMaxDynamicRange() 960 getLogBase2(l_int32 val, in getLogBase2() function
|
H A D | leptprotos.h | 1154 LEPT_DLL extern l_float32 getLogBase2 ( l_int32 val, l_float32 *logtab );
|
/dports/graphics/leptonica/leptonica-1.76.0/src/ |
H A D | pixarith.c | 1229 factor = 255. / getLogBase2(max, tab); in pixMaxDynamicRange() 1235 dval = (l_uint8)(factor * getLogBase2(sval, tab) + 0.5); in pixMaxDynamicRange() 1255 factor = 255. / getLogBase2(max, tab); in pixMaxDynamicRange() 1261 dval = (l_uint8)(factor * getLogBase2(sval, tab) + 0.5); in pixMaxDynamicRange() 1281 factor = 255. / getLogBase2(max, tab); in pixMaxDynamicRange() 1287 dval = (l_uint8)(factor * getLogBase2(sval, tab) + 0.5); in pixMaxDynamicRange() 1307 factor = 255. / getLogBase2(max, tab); in pixMaxDynamicRange() 1313 dval = (l_uint8)(factor * getLogBase2(sval, tab) + 0.5); in pixMaxDynamicRange() 1393 factor = 255. / getLogBase2(max, tab); in pixMaxDynamicRangeRGB() 1468 dval = ((l_uint8)(factor * getLogBase2(sval >> 24, tab) + 0.5) << 24) | in logScaleRGBVal() [all …]
|
H A D | allheaders.h | 1831 LEPT_DLL extern l_float32 getLogBase2 ( l_int32 val, l_float32 *logtab );
|
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/Optimizer/IGCInstCombiner/7.0/ |
H A D | InstCombineMulDivRem.cpp | 109 static Constant* getLogBase2(Type* Ty, Constant* C) { in getLogBase2() function 179 if (Constant * NewCst = getLogBase2(NewOp->getType(), C1)) { in visitMul() 834 Constant* C1 = getLogBase2(Op0->getType(), cast<Constant>(Op1)); in foldUDivPow2Cst() 853 Constant* Log2Base = getLogBase2(N->getType(), CI); in foldUDivShl()
|
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/InstCombine/ |
H A D | InstCombineMulDivRem.cpp | 102 static Constant *getLogBase2(Type *Ty, Constant *C) { in getLogBase2() function 172 if (Constant *NewCst = getLogBase2(NewOp->getType(), C1)) { in visitMul() 808 Constant *C1 = getLogBase2(Op0->getType(), cast<Constant>(Op1)); in foldUDivPow2Cst() 829 Constant *Log2Base = getLogBase2(N->getType(), CI); in foldUDivShl()
|
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/InstCombine/ |
H A D | InstCombineMulDivRem.cpp | 103 static Constant *getLogBase2(Type *Ty, Constant *C) { in getLogBase2() function 173 if (Constant *NewCst = getLogBase2(NewOp->getType(), C1)) { in visitMul() 760 Constant *C1 = getLogBase2(Op0->getType(), cast<Constant>(Op1)); in foldUDivPow2Cst() 781 Constant *Log2Base = getLogBase2(N->getType(), CI); in foldUDivShl()
|
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/InstCombine/ |
H A D | InstCombineMulDivRem.cpp | 103 static Constant *getLogBase2(Type *Ty, Constant *C) { in getLogBase2() function 173 if (Constant *NewCst = getLogBase2(NewOp->getType(), C1)) { in visitMul() 825 Constant *C1 = getLogBase2(Op0->getType(), cast<Constant>(Op1)); in foldUDivPow2Cst() 846 Constant *Log2Base = getLogBase2(N->getType(), CI); in foldUDivShl()
|
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineMulDivRem.cpp | 102 static Constant *getLogBase2(Type *Ty, Constant *C) { in getLogBase2() function 216 if (Constant *NewCst = getLogBase2(NewOp->getType(), C1)) { in visitMul() 848 Constant *C1 = getLogBase2(Op0->getType(), cast<Constant>(Op1)); in foldUDivPow2Cst() 869 Constant *Log2Base = getLogBase2(N->getType(), CI); in foldUDivShl()
|
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/InstCombine/ |
H A D | InstCombineMulDivRem.cpp | 102 static Constant *getLogBase2(Type *Ty, Constant *C) { in getLogBase2() function 216 if (Constant *NewCst = getLogBase2(NewOp->getType(), C1)) { in visitMul() 848 Constant *C1 = getLogBase2(Op0->getType(), cast<Constant>(Op1)); in foldUDivPow2Cst() 869 Constant *Log2Base = getLogBase2(N->getType(), CI); in foldUDivShl()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineMulDivRem.cpp | 102 static Constant *getLogBase2(Type *Ty, Constant *C) { in getLogBase2() function 216 if (Constant *NewCst = getLogBase2(NewOp->getType(), C1)) { in visitMul() 848 Constant *C1 = getLogBase2(Op0->getType(), cast<Constant>(Op1)); in foldUDivPow2Cst() 869 Constant *Log2Base = getLogBase2(N->getType(), CI); in foldUDivShl()
|
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineMulDivRem.cpp | 103 static Constant *getLogBase2(Type *Ty, Constant *C) { in getLogBase2() function 219 if (Constant *NewCst = getLogBase2(NewOp->getType(), C1)) { in visitMul() 907 Constant *C1 = getLogBase2(Op0->getType(), cast<Constant>(Op1)); in foldUDivPow2Cst() 928 Constant *Log2Base = getLogBase2(N->getType(), CI); in foldUDivShl()
|
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/InstCombine/ |
H A D | InstCombineMulDivRem.cpp | 103 static Constant *getLogBase2(Type *Ty, Constant *C) { in getLogBase2() function 223 if (Constant *NewCst = getLogBase2(NewOp->getType(), SafeC1)) { in visitMul() 911 Constant *C1 = getLogBase2(Op0->getType(), cast<Constant>(Op1)); in foldUDivPow2Cst() 932 Constant *Log2Base = getLogBase2(N->getType(), CI); in foldUDivShl()
|
/dports/multimedia/ccextractor/ccextractor-0.85/windows/libs/include/ |
H A D | allheaders.h | 1796 LEPT_DLL extern l_float32 getLogBase2 ( l_int32 val, l_float32 *logtab );
|