OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:G4
(Results
1 - 5
of
5
) sorted by null
/external/v8/test/mjsunit/compiler/
inline-arguments.js
94
function
G4
() {
103
G4
.apply(this, arguments);
/external/opencv3/modules/imgproc/src/
connectedcomponents.cpp
187
const int
G4
[2][2] = {{1, 0}, {0, -1}};//b, d neighborhoods
279
const bool T_b_r = (r_i -
G4
[b][0]) >= 0;
288
const bool T_b = T_b_r && *(Irows[
G4
[b][0]] +
G4
[b][1]);
289
const bool T_d = (c_i +
G4
[d][1]) >= 0 && *(Irows[
G4
[d][0]] +
G4
[d][1]);
293
*Lrows[0] = set_union(P, *(Lrows[
G4
[d][0]] +
G4
[d][1]), *(Lrows[
G4
[b][0]] + G4[b][1]))
[
all
...]
/external/mesa3d/src/mesa/program/
prog_noise.c
482
#define
G4
0.138196601f /*
G4
= (5.0-Math.sqrt(5.0))/20.0 */
497
float t = (i + j + k + l) *
G4
; /* Factor for 4D unskewing */
558
x1 = x0 - i1 +
G4
; /* Offsets for second corner in (x,y,z,w) coords */
559
y1 = y0 - j1 +
G4
;
560
z1 = z0 - k1 +
G4
;
561
w1 = w0 - l1 +
G4
;
562
x2 = x0 - i2 + 2.0f *
G4
; /* Offsets for third corner in (x,y,z,w) coords */
563
y2 = y0 - j2 + 2.0f *
G4
;
564
z2 = z0 - k2 + 2.0f *
G4
;
[
all
...]
/external/webp/src/dsp/
yuv_sse2.c
52
const __m128i
G4
= _mm_sub_epi16(G2, G3);
61
*G = _mm_srai_epi16(
G4
, 6); // range: [-10953, 27710]
727
const __m128i B2 = _mm_unpacklo_epi16(A2, A3); // r4 r5 r6 r7 |
g4
g5 ..
/external/valgrind/drd/tests/
tsan_unittest.cpp
[
all
...]
Completed in 779 milliseconds