Searched defs:far (Results 1 - 18 of 18) sorted by relevance

/external/llvm/test/MC/ARM/
H A Dcomment.s21 far: label
43 @CHECK-LABEL: far:
/external/swiftshader/src/OpenGL/compiler/
H A DInitialize.cpp436 TField *far = new TField(new TType(EbtFloat, EbpHigh, EvqGlobal, 1), NewPoolTString("far"), zeroSourceLoc); local
439 fields->push_back(far);
/external/autotest/client/site_tests/graphics_SanAngeles/src/
H A Dmatrixop.c132 float near, float far)
136 float dz = far - near;
139 if (near <= 0.f || far <= 0.f || dx <= 0.f || dy <= 0.f || dz <= 0.f)
154 frust[2*4 + 2] = -(near + far) / dz;
159 frust[3*4 + 2] = -2.f * near * far / dz;
129 Matrix4x4_Frustum(Matrix4x4 mat, float left, float right, float bottom, float top, float near, float far) argument
/external/webrtc/webrtc/modules/audio_processing/utility/
H A Ddelay_estimator.c18 // the far-end binary spectrum.
369 // Shift history of far-end binary spectrum bit counts and insert bit count
438 BinaryDelayEstimatorFarend* far = self->farend; local
440 if (history_size != far->history_size) {
441 // Only update far-end buffers if we need.
442 history_size = WebRtc_AllocateFarendBufferMemory(far, history_size);
551 // Update |mean_bit_counts| only when far-end signal has something to
552 // contribute. If |far_bit_counts| is zero the far-end signal is weak and
612 // and deeper than the best estimate so far
/external/deqp/external/openglcts/modules/common/
H A DglcViewportArrayTests.hpp246 void depthRange(glw::GLfloat near, glw::GLfloat far) argument
248 m_gl.depthRangef(near, far);
251 void depthRange(glw::GLdouble near, glw::GLdouble far) argument
253 m_gl.depthRange(near, far);
H A DglcViewportArrayTests.cpp974 data.resize(max_viewports * 2 /* near + far */);
1427 data.resize(max_viewports * 2 /* near + far */);
1438 GLint far = (GLint)data[2 * i + 1]; local
1440 if ((0.0 != near) || (1.0 != far))
1443 << "]: " << near << " : " << far << " expected: 0.0 : 1.0"
2115 const GLuint DepthRangeAPI::m_n_elements = 2 /* near + far */;
4237 /* Bottom row should contain near values, top one should contain far values */
4239 const GLfloat far = texture_data[i + 16]; local
4241 if ((expected_near != near) || (expected_far != far))
4245 << far << "]" << tc
4392 const GLfloat far = texture_data[i + 16]; local
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fDepthStencilTests.cpp381 const float far = 1.0f; local
391 std::fill(DE_ARRAY_BEGIN(dst.quad.depth), DE_ARRAY_END(dst.quad.depth), ((far-near)/2.0f) * src.params.depth + (near+far)/2.0f);
H A Des2fClippingTests.cpp1346 // not in the volume but still between near and far planes
1371 // not between the near and the far planes. These should be clipped
1884 const float far = 30000.0f; local
1943 const tcu::Vec3 r2 = IVec3ToVec3(outside[ndx]) * far;
1995 const tcu::Vec4 p1 = tcu::Vec4(float(r1.x()) * far * w1, float(r1.y()) * far * w1, float(r1.z()) * far * w1, w1);
1996 const tcu::Vec4 p2 = tcu::Vec4(float(r2.x()) * far * w2, float(r2.y()) * far * w2, float(r2.z()) * far * w
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fDepthStencilTests.cpp381 const float far = 1.0f; local
391 std::fill(DE_ARRAY_BEGIN(dst.quad.depth), DE_ARRAY_END(dst.quad.depth), ((far-near)/2.0f) * src.params.depth + (near+far)/2.0f);
H A Des3fClippingTests.cpp1350 // not in the volume but still between near and far planes
1375 // not between the near and the far planes. These should be clipped
1888 const float far = 30000.0f; local
1946 const tcu::Vec3 r2 = IVec3ToVec3(outside[ndx]) * far;
1998 const tcu::Vec4 p1 = tcu::Vec4(float(r1.x()) * far * w1, float(r1.y()) * far * w1, float(r1.z()) * far * w1, w1);
1999 const tcu::Vec4 p2 = tcu::Vec4(float(r2.x()) * far * w2, float(r2.y()) * far * w2, float(r2.z()) * far * w
[all...]
/external/kernel-headers/original/uapi/asm-arm64/asm/
H A Dkvm.h138 __u64 far; /* used for watchpoints */ member in struct:kvm_debug_exit_arch
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 914 milliseconds