Searched refs:near (Results 1 - 25 of 27) sorted by relevance

12

/external/jmonkeyengine/engine/src/core/com/jme3/shadow/
H A DPssmShadowUtil.java57 public static void updateFrustumSplits(float[] splits, float near, float far, float lambda) { argument
60 float log = near * FastMath.pow((far / near), IDM);
61 float uniform = near + (far - near) * IDM;
65 // This is used to improve the correctness of the calculations. Our main near- and farplane
67 splits[0] = near;
H A DShadowUtil.java85 * to override the camera's near/far values with own values.
104 float near = nearOverride;
121 near_height = depthHeightRatio * near;
132 temp.set(dir).multLocal(near).addLocal(pos);
/external/e2fsprogs/util/
H A Dgcc-wall-cleanup20 /warning: (near initialization for/d
/external/llvm/test/MC/X86/AlignedBundling/
H A Drelax-at-bundle-end.s4 # Test that an instruction near a bundle end gets properly padded
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
H A D3d-raytrace.js160 Triangle.prototype.intersect = function(orig, dir, near, far) {
165 if (t < near || t > far)
189 Scene.prototype.intersect = function(origin, dir, near, far) {
193 var d = triangle.intersect(origin, dir, near, far);
194 if (d == null || d > far || d < near)
245 var near = 0.0001;
249 var d = triangle.intersect(O, D, near, far);
250 if (d == null || d > far || d < near)
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
H A D3d-raytrace.js160 Triangle.prototype.intersect = function(orig, dir, near, far) {
165 if (t < near || t > far)
189 Scene.prototype.intersect = function(origin, dir, near, far) {
193 var d = triangle.intersect(origin, dir, near, far);
194 if (d == null || d > far || d < near)
245 var near = 0.0001;
249 var d = triangle.intersect(O, D, near, far);
250 if (d == null || d > far || d < near)
/external/jmonkeyengine/engine/src/core/com/jme3/input/
H A DFlyByCamera.java277 float near = cam.getFrustumNear();
279 float fovY = FastMath.atan(h / near)
283 h = FastMath.tan( fovY * FastMath.DEG_TO_RAD * .5f) * near;
/external/llvm/lib/Support/Unix/
H A DMemory.inc110 // Use any near hint and the page size to set a page-aligned starting address
119 if (NearBlock) //Try again without a near hint
212 if (NearBlock) //Try again without a near hint
/external/ceres-solver/internal/ceres/
H A Drotation_test.cc92 bool near = true; local
95 near = false;
100 if (near) {
104 near = true;
107 near = false;
112 if (near) {
616 // near singularity points.
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/
H A DCamera.java112 * NEAR_PLANE represents the near plane of the camera frustum.
132 * Distance from camera to near frustum plane.
371 * The cliPlane is used to recompute the projectionMatrix using the plane as the near plane
372 * This technique is known as the oblique near-plane clipping method introduced by Eric Lengyel
422 * The cliPlane is used to recompute the projectionMatrix using the plane as the near plane
423 * This technique is known as the oblique near-plane clipping method introduced by Eric Lengyel
523 * <code>getFrustumNear</code> gets the value of the near frustum plane.
525 * @return the value of the near frustum plane.
532 * <code>setFrustumNear</code> sets the value of the near frustum plane.
534 * @param frustumNear the value of the near frustu
743 setFrustum(float near, float far, float left, float right, float top, float bottom) argument
764 setFrustumPerspective(float fovY, float aspect, float near, float far) argument
[all...]
H A DRenderManager.java82 private float near, far; field in class:RenderManager
441 tempVec2.set(near, far);
993 near = cam.getFrustumNear();
/external/jmonkeyengine/engine/src/core/com/jme3/math/
H A DMatrix4f.java863 public void fromFrustum(float near, float far, float left, float right, float top, float bottom, boolean parallel) { argument
870 m22 = -2.0f / (far - near);
877 m23 = -(far + near) / (far - near);
879 m00 = (2.0f * near) / (right - left);
880 m11 = (2.0f * near) / (top - bottom);
891 m22 = -(far + near) / (far - near);
894 m23 = -(2.0f * far * near) / (far - near);
[all...]
/external/zlib/src/contrib/masmx86/
H A Dmatch686.asm194 longest_match proc near
196 _longest_match proc near
468 match_init proc near
472 _match_init proc near
H A Dinffas32.asm161 _inflate_fast proc near
/external/oprofile/events/x86-64/family11h/
H A Devents89 event:0xc8 counters:0,1,2,3 um:zero minimum:500 name:RETIRED_NEAR_RETURNS : Retired near returns
90 event:0xc9 counters:0,1,2,3 um:zero minimum:500 name:RETIRED_NEAR_RETURNS_MISPREDICTED : Retired near returns mispredicted
/external/oprofile/events/x86-64/hammer/
H A Devents84 event:0xc8 counters:0,1,2,3 um:zero minimum:500 name:RETIRED_NEAR_RETURNS : Retired near returns
85 event:0xc9 counters:0,1,2,3 um:zero minimum:500 name:RETIRED_NEAR_RETURNS_MISPREDICTED : Retired near returns mispredicted
/external/quake/quake/src/QW/client/
H A Dd_polysa.asm505 call near ptr _D_PolysetRecursiveTriangle
510 call near ptr _D_PolysetRecursiveTriangle
827 call near ptr _D_PolysetRecursiveTriangle
856 call near ptr _D_PolysetRecursiveTriangle
1107 call near ptr _D_PolysetSetEdgeTable
1108 call near ptr _D_RasterizeAliasPolySmooth
H A Dr_drawa.asm306 call near ptr LTransformAndProject
314 call near ptr LTransformAndProject
H A Dmath.asm493 call near ptr _BOPS_Error
H A Dr_edgea.asm479 call near ptr TrailingEdge
/external/valgrind/main/none/tests/mips32/
H A Dround.stdout.exp195 roundig mode: near
295 roundig mode: near
395 roundig mode: near
495 roundig mode: near
595 roundig mode: near
695 roundig mode: near
/external/oprofile/events/i386/westmere/
H A Dunit_masks40 0x02 near_call Retired near call instructions (Precise Event)
55 0x02 near_call Mispredicted near retired calls (Precise Event)
/external/qemu/distrib/sdl-1.2.15/src/hermes/
H A Dmmxp2_32.asm288 jmp near .L2
/external/oprofile/events/i386/nehalem/
H A Devents68 event:0x88 counters:0,1,2,3 um:br_inst_exec minimum:6000 name:BR_INST_EXEC : Counts the number of near branch instructions executed, but not necessarily retired.
69 event:0x89 counters:0,1,2,3 um:br_misp_exec minimum:6000 name:BR_MISP_EXEC : Counts the number of mispredicted conditional near branch instructions executed, but not necessarily retired.
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DContext.cpp31 #undef near macro

Completed in 524 milliseconds

12