/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/ |
btConvex2dConvex2dAlgorithm.cpp | 114 const btConvexShape* min0 = static_cast<const btConvexShape*>(body0Wrap->getCollisionShape()); 115 const btConvexShape* min1 = static_cast<const btConvexShape*>(body1Wrap->getCollisionShape()); 183 btConvexShape* convex0 = static_cast<btConvexShape*>(col0->getCollisionShape()); 216 btConvexShape* convex1 = static_cast<btConvexShape*>(col1->getCollisionShape());
|
/external/libgdx/extensions/gdx-bullet/jni/src/custom/gdx/dynamics/ |
InternalTickCallback.h | 39 InternalTickCallback *cb = static_cast<InternalTickCallback *>(world->getWorldUserInfo());
|
/external/libvpx/libvpx/test/ |
util.h | 38 double mse = static_cast<double>(sqrerr) / (width_y * height_y);
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
video_common.h | 32 (static_cast<uint32>(a)) | (static_cast<uint32>(b) << 8) | \ 33 (static_cast<uint32>(c) << 16) | (static_cast<uint32>(d) << 24))
|
/external/libweave/examples/provider/ |
curl_http_client.cc | 33 static_cast<std::string*>(userp)->append(static_cast<const char*>(contents), 39 std::string header(static_cast<const char*>(contents), size * nmemb); 53 static_cast<provider::HttpClient::Headers*>(userp)->emplace_back(
|
/external/libweave/include/weave/ |
enum_to_string.h | 55 NOTREACHED() << static_cast<int>(id);
|
/external/libweave/src/ |
streams_unittest.cc | 21 test_data[i] = static_cast<uint8_t>(std::hash<size_t>()(i));
|
/external/libweave/third_party/chromium/base/ |
rand_util_posix.cc | 58 ReadFromFD(urandom_fd.fd(), static_cast<char*>(output), output_length);
|
/external/libyuv/files/include/libyuv/ |
video_common.h | 32 (static_cast<uint32>(a)) | (static_cast<uint32>(b) << 8) | \ 33 (static_cast<uint32>(c) << 16) | (static_cast<uint32>(d) << 24))
|
/external/llvm/lib/DebugInfo/PDB/DIA/ |
DIASession.cpp | 130 static_cast<PDBSymbolExe *>(PdbSymbol.release())); 145 enum SymTagEnum EnumVal = static_cast<enum SymTagEnum>(Type); 152 DWORD RVA = static_cast<DWORD>(Address - LoadAddr); 182 static_cast<const DIARawSymbol &>(Compiland.getRawSymbol());
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
RuntimeDyldMachO.h | 69 static_cast<const MachOObjectFile &>(BaseTObj); 77 static_cast<MachO::RelocationInfoType>(Obj.getAnyRelocationType(RelInfo)); 146 Impl &impl() { return static_cast<Impl &>(*this); } 147 const Impl &impl() const { return static_cast<const Impl &>(*this); }
|
/external/llvm/lib/Target/X86/ |
X86MachineFunctionInfo.cpp | 20 const X86RegisterInfo *RegInfo = static_cast<const X86RegisterInfo *>(
|
/external/llvm/tools/llvm-objdump/ |
COFFDump.cpp | 108 + (static_cast<uint32_t>(UCs[2].FrameOffset) << 16); 124 + (static_cast<uint32_t>(UCs[2].FrameOffset) << 16)); 127 outs() << " XMM" << static_cast<uint32_t>(UCs[0].getOpInfo()) 133 + (static_cast<uint32_t>(UCs[2].FrameOffset) << 16)); 312 static_cast<uint32_t>(Dir->ImportLookupTableRVA), 313 static_cast<uint32_t>(Dir->TimeDateStamp), 314 static_cast<uint32_t>(Dir->ForwarderChain), 315 static_cast<uint32_t>(Dir->NameRVA), 316 static_cast<uint32_t>(Dir->ImportAddressTableRVA)); 406 outs() << " Version: " << static_cast<int>(UI->getVersion()) << "\n" [all...] |
/external/llvm/tools/obj2yaml/ |
Error.h | 26 return std::error_code(static_cast<int>(e), obj2yaml_category());
|
/external/opencv3/3rdparty/openexr/IlmImf/ |
ImfHeader.cpp | 428 return static_cast <Box2iAttribute &> 436 return static_cast <const Box2iAttribute &> 444 return static_cast <Box2iAttribute &> 452 return static_cast <const Box2iAttribute &> 460 return static_cast <FloatAttribute &> 468 return static_cast <const FloatAttribute &> 476 return static_cast <V2fAttribute &> 484 return static_cast <const V2fAttribute &> 492 return static_cast <FloatAttribute &> 500 return static_cast <const FloatAttribute & [all...] |
/external/opencv3/modules/cudacodec/src/ |
video_writer.cpp | 155 surfaceFormat_ = (inputFormat_ == SF_BGR ? YV12 : static_cast<NVVE_SurfaceFormat>(inputFormat_)); 173 surfaceFormat_ = (inputFormat_ == SF_BGR ? YV12 : static_cast<NVVE_SurfaceFormat>(inputFormat_)); 219 int frame_rate = static_cast<int>(fps + 0.5); 221 while (fabs(static_cast<double>(frame_rate) / frame_rate_base) - fps > 0.001) 224 frame_rate = static_cast<int>(fps*frame_rate_base + 0.5); 253 NVVE_RateCtrlType RCType = static_cast<NVVE_RateCtrlType>(params.RCType); 297 NVVE_DI_MODE DIMode = static_cast<NVVE_DI_MODE>(params.DIMode); 303 NVVE_PRESETS_TARGET Presets = static_cast<NVVE_PRESETS_TARGET>(params.Presets); 628 efparams.Pitch = static_cast<int>(videoFrame_.step); 672 VideoWriterImpl* thiz = static_cast<VideoWriterImpl*>(pUserdata) [all...] |
/external/opencv3/modules/cudalegacy/test/ |
NCVTest.hpp | 163 this->allocatorGPU.reset(new NCVMemStackAllocator(static_cast<Ncv32u>(devProp.textureAlignment))); 164 this->allocatorCPU.reset(new NCVMemStackAllocator(static_cast<Ncv32u>(devProp.textureAlignment))); 185 this->allocatorGPU.reset(new NCVMemStackAllocator(NCVMemoryTypeDevice, maxGPUsize, static_cast<Ncv32u>(devProp.textureAlignment))); 187 this->allocatorCPU.reset(new NCVMemStackAllocator(NCVMemoryTypeHostPinned, maxCPUsize, static_cast<Ncv32u>(devProp.textureAlignment)));
|
/external/opencv3/modules/cudawarping/src/ |
resize.cpp | 82 fx = static_cast<double>(dsize.width) / src.cols; 83 fy = static_cast<double>(dsize.height) / src.rows; 105 func(src, wholeSrc, ofs.y, ofs.x, dst, static_cast<float>(1.0 / fy), static_cast<float>(1.0 / fx), interpolation, StreamAccessor::getStream(stream));
|
/external/opencv3/modules/videostab/src/ |
deblurring.cpp | 61 return static_cast<float>(1. / (sumSq / frame.size().area() + 1e-6)); 129 static_cast<uchar>(bSum_(y,x)*wSumInv), 130 static_cast<uchar>(gSum_(y,x)*wSumInv), 131 static_cast<uchar>(rSum_(y,x)*wSumInv));
|
/external/opencv3/samples/gpu/ |
alpha_comp.cpp | 53 char key = static_cast<char>(waitKey());
|
/external/opencv3/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/ |
DirectXHelper.h | 31 unsigned int bufferSize = static_cast<unsigned int>(stream->Size);
|
/external/opencv3/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/ |
DirectXHelper.h | 31 unsigned int bufferSize = static_cast<unsigned int>(stream->Size);
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/impl/ |
posix_thread.ipp | 59 static_cast<posix_thread::func_base*>(arg) };
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
posix_tss_ptr.hpp | 50 return static_cast<T*>(::pthread_getspecific(tss_key_));
|
/external/parameter-framework/asio-1.10.6/include/asio/ |
error.hpp | 250 static_cast<int>(e), get_system_category()); 256 static_cast<int>(e), get_netdb_category()); 262 static_cast<int>(e), get_addrinfo_category()); 268 static_cast<int>(e), get_misc_category());
|