OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gX
(Results
1 - 14
of
14
) sorted by null
/external/skia/tests/
OnceTest.cpp
43
static int
gX
= 0;
44
static void inc_gX() {
gX
++; }
51
REPORTER_ASSERT(r, 1 ==
gX
);
/external/libgdx/backends/gdx-backend-moe/src/com/badlogic/gdx/backends/iosmoe/
IOSInput.java
146
float
gX
= acceleration[0];
151
float cY = eZ *
gX
- eX * gZ;
152
float cZ = eX * gY - eY *
gX
;
159
final float invertG = 1.0f / (float) Math.sqrt(
gX
*
gX
+ gY * gY + gZ * gZ);
160
gX
*= invertG;
164
final float mY = gZ * cX -
gX
* cZ;
165
final float mZ =
gX
* cY - gY * cX;
169
R[6] =
gX
; R[7] = gY; R[8] = gZ;
/cts/tests/camera/src/android/hardware/camera2/cts/rs/
raw_converter.rs
47
uint
gX
= (uint) interpX;
49
uint gXNext = (
gX
+ 1 < gainMapWidth) ?
gX
+ 1 :
gX
;
52
float4 tl = *((float4 *) rsGetElementAt(gainMap,
gX
, gY));
54
float4 bl = *((float4 *) rsGetElementAt(gainMap,
gX
, gYNext));
57
float fracX = interpX - (float)
gX
;
/external/opencv3/modules/imgproc/src/opencl/
corner.cl
99
int
gX
= get_group_id(0);
110
int dx_startX =
gX
* (THREADS-ksX+1) - anX + dx_x_off;
112
int dy_startX =
gX
* (THREADS-ksX+1) - anX + dy_x_off;
114
int dst_startX =
gX
* (THREADS-ksX+1) + dst_x_off;
/external/icu/icu4c/source/i18n/
nfrule.cpp
76
static const UChar
gX
= 0x0078;
272
if (firstChar >= gZero && firstChar <= gNine && lastChar !=
gX
) {
367
if (firstChar == gZero && lastChar ==
gX
) {
371
else if (firstChar ==
gX
&& lastChar ==
gX
) {
375
else if (firstChar ==
gX
&& lastChar == gZero) {
661
case kImproperFractionRule: result.append(
gX
).append(decimalPoint == 0 ? gDot : decimalPoint).append(
gX
); break;
662
case kProperFractionRule: result.append(gZero).append(decimalPoint == 0 ? gDot : decimalPoint).append(
gX
); break;
663
case kMasterRule: result.append(
gX
).append(decimalPoint == 0 ? gDot : decimalPoint).append(gZero); break
[
all
...]
/external/tpm2/
CryptUtil.c
[
all
...]
tpm_types.h
[
all
...]
tpm_generated.c
[
all
...]
/external/deqp/framework/common/
tcuAstcUtil.cpp
[
all
...]
/external/libpng/contrib/libtests/
pngvalid.c
2959
png_fixed_point wx, wy, rx, ry,
gx
, gy, bx, by;
member in struct:chrm_modification
[
all
...]
/prebuilts/go/darwin-x86/src/crypto/x509/
root_darwin_armx.go
[
all
...]
/prebuilts/go/linux-x86/src/crypto/x509/
root_darwin_armx.go
[
all
...]
/external/webrtc/data/voice_engine/stereo_rtp_files/
hrtf_g722_1C_48.rtp
[
all
...]
hrtf_g722_1C_48_jitterT2.rtp
[
all
...]
Completed in 944 milliseconds