Searched defs:acceleration (Results 1 – 11 of 11) sorted by relevance
/third_party/boost/boost/units/systems/cgs/ |
D | acceleration.hpp | 23 typedef unit<acceleration_dimension,cgs::system> acceleration; typedef
|
/third_party/boost/boost/units/systems/si/ |
D | acceleration.hpp | 23 typedef unit<acceleration_dimension,si::system> acceleration; typedef
|
/third_party/boost/libs/hana/example/misc/ |
D | dimensional_analysis.cpp | 31 using acceleration = decltype(hana::tuple_c<int, 0, 1, -2, 0, 0, 0, 0>); // M/T^2 typedef
|
/third_party/vk-gl-cts/framework/platform/win32/ |
D | tcuWGL.hpp | 84 Acceleration acceleration; member in tcu::wgl::PixelFormatInfo
|
/third_party/lz4/examples/ |
D | compress_functions.c | 123 const int acceleration = 1; in bench() local
|
/third_party/lz4/lib/ |
D | lz4.c | 862 const int acceleration) in LZ4_compress_generic_validated() 1257 const int acceleration) in LZ4_compress_generic() 1284 …te(void* state, const char* source, char* dest, int inputSize, int maxOutputSize, int acceleration) in LZ4_compress_fast_extState() 1316 …_fastReset(void* state, const char* src, char* dst, int srcSize, int dstCapacity, int acceleration) in LZ4_compress_fast_extState_fastReset() 1354 …4_compress_fast(const char* source, char* dest, int inputSize, int maxOutputSize, int acceleration) in LZ4_compress_fast() 1568 int acceleration) in LZ4_compress_fast_continue()
|
D | lz4frame.c | 768 int const acceleration = (level < 0) ? -level + 1 : 1; in LZ4F_compressBlock() local 779 int const acceleration = (level < 0) ? -level + 1 : 1; in LZ4F_compressBlock_continue() local
|
/third_party/lz4/programs/ |
D | bench.c | 136 int const acceleration = (pThis->cLevel < 0) ? -pThis->cLevel + 1 : 1; in LZ4_compressBlockNoStream() local 153 int const acceleration = (pThis->cLevel < 0) ? -pThis->cLevel + 1 : 1; in LZ4_compressBlockStream() local
|
/third_party/typescript/lib/ |
D | lib.dom.d.ts | 379 acceleration?: DeviceMotionEventAccelerationInit; property 4395 readonly acceleration: DeviceMotionEventAcceleration | null; property
|
/third_party/typescript/src/lib/ |
D | dom.generated.d.ts | 359 acceleration?: DeviceMotionEventAccelerationInit; property 4375 readonly acceleration: DeviceMotionEventAcceleration | null; property
|
/third_party/typescript/tests/lib/ |
D | lib.d.ts | 5630 acceleration: DeviceAcceleration; property
|