Home
last modified time | relevance | path

Searched refs:aOffset (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgBinaryOps.cpp557 T aOffset = GetRandom()(random, T(-8), T(8)); in operator ()() local
559 aMin = dstMin+aOffset; in operator ()()
562 bMin = -aOffset; in operator ()()
563 bMax = -aOffset+(rangeLen-subRangeLen); in operator ()()
607 T aOffset = GetRandom()(random, T(-8), T(8)); in operator ()() local
609 aMin = dstMin+aOffset; in operator ()()
612 bMin = aOffset-(rangeLen-subRangeLen); in operator ()()
613 bMax = aOffset; in operator ()()
/third_party/skia/tests/
H A DOpChainTest.cpp59 int64_t aOffset = a * (kNumOps - 1); in combinable_index() local
62 return aOffset + bIdxInA; in combinable_index()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]
/third_party/sqlite/src/
H A Dsqlite3.c22531 u32 *aOffset; /* Pointer to aType[nField] */ member
22541 ** aType[] and nField+1 array slots for aOffset[] */
93174 u32 *aOffset; /* aOffset[i] is offset to start of data for i-th column */ global() local
207948 int *aOffset; /* Offsets of each character in utf-8 input */ global() member
[all...]

Completed in 148 milliseconds