/external/valgrind/none/tests/mips32/ |
D | round_fpu64.stdout.exp | 2 roundig mode: near 198 roundig mode: near 394 roundig mode: near 590 roundig mode: near 786 roundig mode: near 982 roundig mode: near 1178 roundig mode: near 1374 roundig mode: near 1570 roundig mode: near 1766 roundig mode: near [all …]
|
D | FPUarithmetic.stdout.exp | 2 rounding mode: near 102 rounding mode: near 202 rounding mode: near 302 rounding mode: near 402 rounding mode: near 502 rounding mode: near 602 rounding mode: near 702 rounding mode: near 802 rounding mode: near 902 rounding mode: near [all …]
|
D | FPUarithmetic.stdout.exp-mips32 | 2 rounding mode: near 102 rounding mode: near 202 rounding mode: near 302 rounding mode: near 402 rounding mode: near 502 rounding mode: near 602 rounding mode: near 702 rounding mode: near 802 rounding mode: near 902 rounding mode: near [all …]
|
/external/jmonkeyengine/engine/src/core/com/jme3/shadow/ |
D | PssmShadowUtil.java | 57 public static void updateFrustumSplits(float[] splits, float near, float far, float lambda) { in updateFrustumSplits() argument 60 float log = near * FastMath.pow((far / near), IDM); in updateFrustumSplits() 61 float uniform = near + (far - near) * IDM; in updateFrustumSplits() 67 splits[0] = near; in updateFrustumSplits()
|
/external/libpcap/msdos/ |
D | ndis_0.asm | 23 @&name label near 54 EXTRN _NdisSystemRequest : near 55 EXTRN _NdisRequestConfirm : near 56 EXTRN _NdisTransmitConfirm : near 57 EXTRN _NdisReceiveLookahead : near 58 EXTRN _NdisIndicationComplete : near 59 EXTRN _NdisReceiveChain : near 60 EXTRN _NdisStatusProc : near 61 EXTRN _NdisAllocStack : near 62 EXTRN _NdisFreeStack : near
|
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/shadows/utils/ |
D | AABBNearFarAnalyzer.java | 99 camera.near = AABBNearFarAnalyzer.CAMERA_NEAR; in prepareCamera() 116 float near = distance - radius; in computeResult() local 119 if (near <= 0) near = CAMERA_NEAR; in computeResult() 122 camera.near = near; in computeResult()
|
/external/valgrind/none/tests/s390x/ |
D | rounding-5.stdout.exp | 1 setting FPC rounding mode to [-> near] 10 setting FPC rounding mode to [-> near] 19 setting FPC rounding mode to [-> near] 28 setting FPC rounding mode to [-> near] 37 setting FPC rounding mode to [-> near] 46 setting FPC rounding mode to [-> near]
|
D | rounding-4.stdout.exp | 1 setting FPC rounding mode to [-> near] 10 setting FPC rounding mode to [-> near] 19 setting FPC rounding mode to [-> near] 28 setting FPC rounding mode to [-> near]
|
/external/autotest/client/site_tests/graphics_SanAngeles/src/ |
D | matrixop.c | 132 float near, float far) in Matrix4x4_Frustum() argument 136 float dz = far - near; in Matrix4x4_Frustum() 139 if (near <= 0.f || far <= 0.f || dx <= 0.f || dy <= 0.f || dz <= 0.f) in Matrix4x4_Frustum() 142 frust[0*4 + 0] = 2.f * near / dx; in Matrix4x4_Frustum() 148 frust[1*4 + 1] = 2.f * near / dy; in Matrix4x4_Frustum() 154 frust[2*4 + 2] = -(near + far) / dz; in Matrix4x4_Frustum() 159 frust[3*4 + 2] = -2.f * near * far / dz; in Matrix4x4_Frustum()
|
/external/jmonkeyengine/engine/src/tools/jme3tools/optimize/ |
D | pvsnotes | 21 float width, height, near; 28 near = z extent / 2 33 near = y extent / 2 38 near = x extent / 2
|
/external/vulkan-validation-layers/libs/glm/gtc/ |
D | matrix_transform.hpp | 173 T const & near, 188 T const & near, 205 T const & near, 217 T fovy, T aspect, T near); 228 T fovy, T aspect, T near);
|
/external/valgrind/none/tests/mips64/ |
D | fpu_arithmetic.stdout.exp | 2 roundig mode: near 102 roundig mode: near 202 roundig mode: near 302 roundig mode: near 402 roundig mode: near 502 roundig mode: near 602 roundig mode: near 702 roundig mode: near 802 roundig mode: near 902 roundig mode: near [all …]
|
/external/libjpeg-turbo/simd/ |
D | jcsample-sse2-64.asm | 54 jz near .return 95 jle near .return 161 jg near .rowloop 198 jz near .return 239 jle near .return 310 jae near .columnloop 312 jnz near .columnloop_r8 321 jg near .rowloop
|
D | jcsample-sse2.asm | 56 jz near .return 98 jle near .return 167 jg near .rowloop 211 jz near .return 253 jle near .return 327 jae near .columnloop 329 jnz near .columnloop_r8 338 jg near .rowloop
|
D | jcsample-mmx.asm | 56 jz near .return 98 jle near .return 198 jz near .return 240 jle near .return 300 jnz near .columnloop 309 jg near .rowloop
|
D | jdsample-sse2-64.asm | 72 jz near .return 76 jz near .return 308 jmp near .upsample 512 jz near .return
|
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/ |
D | OrthographicCamera.java | 32 this.near = 0; in OrthographicCamera() 43 this.near = 0; in OrthographicCamera() 57 * viewportHeight / 2, near, far); in update()
|
/external/llvm/test/CodeGen/SystemZ/ |
D | int-cmp-30.ll | 6 ; Check unsigned comparison near the low end of the CLHHSI range, using zero 20 ; Check unsigned comparison near the low end of the CLHHSI range, using sign 34 ; Check unsigned comparison near the high end of the CLHHSI range, using zero 48 ; Check unsigned comparison near the high end of the CLHHSI range, using sign 104 ; Check signed comparison near the low end of the CLHHSI range, using zero 118 ; Check signed comparison near the low end of the CLHHSI range, using sign 132 ; Check signed comparison near the high end of the CLHHSI range, using zero 146 ; Check signed comparison near the high end of the CLHHSI range, using sign 173 ; Check signed comparison near the high end of the CHHSI range, using sign 200 ; Check signed comparison near the low end of the CHHSI range, using sign
|
D | int-cmp-31.ll | 6 ; Check unsigned comparison near the low end of the CLHHSI range, using zero 20 ; Check unsigned comparison near the low end of the CLHHSI range, using sign 34 ; Check unsigned comparison near the high end of the CLHHSI range, using zero 48 ; Check unsigned comparison near the high end of the CLHHSI range, using sign 104 ; Check signed comparison near the low end of the CLHHSI range, using zero 118 ; Check signed comparison near the low end of the CLHHSI range, using sign 132 ; Check signed comparison near the high end of the CLHHSI range, using zero 146 ; Check signed comparison near the high end of the CLHHSI range, using sign 173 ; Check signed comparison near the high end of the CHHSI range, using sign 200 ; Check signed comparison near the low end of the CHHSI range, using sign
|
D | int-cmp-20.ll | 6 ; Check unsigned comparison near the low end of the CLI range, using zero 20 ; Check unsigned comparison near the low end of the CLI range, using sign 34 ; Check unsigned comparison near the high end of the CLI range, using zero 48 ; Check unsigned comparison near the high end of the CLI range, using sign 103 ; Check signed comparison near the low end of the CLI range, using zero 117 ; Check signed comparison near the low end of the CLI range, using sign 130 ; Check signed comparison near the high end of the CLI range, using zero 144 ; Check signed comparison near the high end of the CLI range, using sign
|
D | int-cmp-21.ll | 6 ; Check unsigned comparison near the low end of the CLI range, using zero 20 ; Check unsigned comparison near the low end of the CLI range, using sign 34 ; Check unsigned comparison near the high end of the CLI range, using zero 48 ; Check unsigned comparison near the high end of the CLI range, using sign 103 ; Check signed comparison near the low end of the CLI range, using zero 117 ; Check signed comparison near the low end of the CLI range, using sign 130 ; Check signed comparison near the high end of the CLI range, using zero 144 ; Check signed comparison near the high end of the CLI range, using sign
|
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/ |
D | FrameBufferCubemapTest.java | 40 camFb.near = 0.1f; in create() 58 camCube.near = 1f; in create() 78 camFb.near = cam.near; in renderScene()
|
/external/chromium-trace/catapult/tracing/third_party/gl-matrix/src/gl-matrix/ |
D | mat4.js | 1044 mat4.frustum = function (out, left, right, bottom, top, near, far) { argument 1047 nf = 1 / (near - far); 1048 out[0] = (near * 2) * rl; 1053 out[5] = (near * 2) * tb; 1058 out[10] = (far + near) * nf; 1062 out[14] = (far * near * 2) * nf; 1077 mat4.perspective = function (out, fovy, aspect, near, far) { argument 1079 nf = 1 / (near - far); 1090 out[10] = (far + near) * nf; 1094 out[14] = (2 * far * near) * nf; [all …]
|
/external/libgdx/gdx/src/com/badlogic/gdx/math/ |
D | Matrix4.java | 478 public Matrix4 setToProjection (float near, float far, float fovy, float aspectRatio) { in setToProjection() argument 481 float l_a1 = (far + near) / (near - far); in setToProjection() 482 float l_a2 = (2 * far * near) / (near - far); in setToProjection() 514 …public Matrix4 setToProjection (float left, float right, float bottom, float top, float near, floa… in setToProjection() argument 515 float x = 2.0f * near / (right - left); in setToProjection() 516 float y = 2.0f * near / (top - bottom); in setToProjection() 519 float l_a1 = (far + near) / (near - far); in setToProjection() 520 float l_a2 = (2 * far * near) / (near - far); in setToProjection() 564 public Matrix4 setToOrtho2D (float x, float y, float width, float height, float near, float far) { in setToOrtho2D() argument 565 setToOrtho(x, x + width, y, y + height, near, far); in setToOrtho2D() [all …]
|
/external/webrtc/webrtc/modules/audio_processing/aec/ |
D | echo_cancellation.c | 107 const float* const* near, 114 const float* const* near, 721 const float* const* near, in ProcessExtended() argument 752 if (near[i] != out[i]) { in ProcessExtended() 753 memcpy(out[i], near[i], sizeof(near[i][0]) * num_samples); in ProcessExtended() 789 near, in ProcessExtended()
|