/external/opencv3/samples/python2/ |
fitline.py | 37 def toint(p): function 56 cv2.line(img, toint(p0), toint(p1), (0, 255, 0)) 63 cv2.circle(img, toint(p), 2, (255, 255, 255), -1) 65 cv2.circle(img, toint(p), 2, (64, 64, 255), -1)
|
/frameworks/av/tools/resampler_tools/ |
fir.cpp | 32 static inline int64_t toint(double x, int64_t maxval) { function 268 int64_t yi = toint(y, 1ULL<<(nc-1)); 294 int64_t yi = toint(y, 1ULL<<(nc-1));
|
/frameworks/av/services/audioflinger/ |
AudioResamplerFirGen.h | 152 static inline int64_t toint(double x, int64_t maxval, double& err) { function in namespace:android 159 static inline int64_t toint(double x, int64_t maxval) { function in namespace:android 700 *coef++ = static_cast<T>(toint(y, 1ULL<<(sizeof(T)*8-1), err)); 702 *coef++ = static_cast<T>(toint(y, 1ULL<<(sizeof(T)*8-1)));
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/ |
const.go | 142 n.SetVal(toint(n.Val())) 255 n.SetVal(toint(n.Val())) 370 func toint(v Val) Val { func 742 nl.SetVal(toint(nl.Val())) 744 nr.SetVal(toint(nr.Val())) 1288 n.SetVal(toint(n.Val()))
|
typecheck.go | 386 v = toint(l.Val()) [all...] |
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
const.go | 139 n.SetVal(toint(n.Val())) 252 n.SetVal(toint(n.Val())) 367 func toint(v Val) Val { func 739 nl.SetVal(toint(nl.Val())) 741 nr.SetVal(toint(nr.Val())) 1285 n.SetVal(toint(n.Val()))
|
typecheck.go | 383 v = toint(l.Val()) [all...] |
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/ |
const.go | 142 n.SetVal(toint(n.Val())) 255 n.SetVal(toint(n.Val())) 370 func toint(v Val) Val { func 742 nl.SetVal(toint(nl.Val())) 744 nr.SetVal(toint(nr.Val())) 1288 n.SetVal(toint(n.Val()))
|
typecheck.go | 386 v = toint(l.Val()) [all...] |
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
const.go | 139 n.SetVal(toint(n.Val())) 252 n.SetVal(toint(n.Val())) 367 func toint(v Val) Val { func 739 nl.SetVal(toint(nl.Val())) 741 nr.SetVal(toint(nr.Val())) 1285 n.SetVal(toint(n.Val()))
|
typecheck.go | 383 v = toint(l.Val()) [all...] |
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/arm/ |
asm5.go | [all...] |
/prebuilts/go/darwin-x86/src/cmd/internal/obj/arm/ |
asm5.go | [all...] |
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/internal/obj/arm/ |
asm5.go | [all...] |
/prebuilts/go/linux-x86/src/cmd/internal/obj/arm/ |
asm5.go | [all...] |