/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/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/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/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/llvm/test/CodeGen/SystemZ/ |
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-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-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
|
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-10.ll | 5 ; Check a value near the low end of the range. We use signed forms for 40 ; Check a value near the high end of the range.
|
D | int-cmp-23.ll | 5 ; Check a value near the low end of the unsigned 16-bit range. 18 ; Check a value near the high end of the unsigned 16-bit range.
|
/external/chromium-trace/trace-viewer/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/pcre/dist/testdata/ |
D | grepoutput | 4 Check up on PATTERN near the end. 13 610:Check up on PATTERN near the end. 22 ./testdata/grepinput:610:Check up on PATTERN near the end. 31 610:Check up on PATTERN near the end. 330 ./testdata/grepinput:610:Check up on PATTERN near the end. 352 ./testdata/grepinput:610:Check up on PATTERN near the end. 495 Check up on PATTERN near the end. 500 Check up on PATTERN near the end. 505 Check up on PATTERN near the end. 510 Check up on PATTERN near the end.
|
/external/jmonkeyengine/engine/src/core/com/jme3/input/ |
D | FlyByCamera.java | 277 float near = cam.getFrustumNear(); in zoomCamera() local 279 float fovY = FastMath.atan(h / near) in zoomCamera() 283 h = FastMath.tan( fovY * FastMath.DEG_TO_RAD * .5f) * near; in zoomCamera()
|
/external/e2fsprogs/util/ |
D | gcc-wall-cleanup | 20 /warning: (near initialization for/d
|
/external/mesa3d/src/gallium/tests/graw/ |
D | graw_util.h | 189 float near, float far) in graw_util_viewport() argument 191 float z = near; in graw_util_viewport() 194 float half_depth = (far - near) / 2.0f; in graw_util_viewport()
|
D | tri-gs.c | 54 float near, float far) in set_viewport() argument 59 float half_depth = ((float)far - (float)near) / 2.0f; in set_viewport()
|
D | shader-leak.c | 53 float near, float far) in set_viewport() argument 58 float half_depth = ((float)far - (float)near) / 2.0f; in set_viewport()
|
/external/ceres-solver/internal/ceres/ |
D | rotation_test.cc | 92 bool near = true; variable 95 near = false; 100 if (near) { 104 near = true; 107 near = false; 112 if (near) {
|
/external/llvm/test/MC/X86/AlignedBundling/ |
D | relax-at-bundle-end.s | 6 # Test that an instruction near a bundle end gets properly padded
|
/external/flac/libFLAC/ia32/ |
D | bitreader_asm.nasm | 119 jae near .c1_next1 126 jz near .c1_next2 ; if(b) { 134 …jz near .break1 ; if(cbits >= FLAC__BITS_PER_WORD) { /* faster way of testing if(cbits =… 182 jmp near .break1 ; goto break1; 261 jb near .c1_loop 336 jnz near .unary_loop 355 jz near .break2 394 jae near .c2_next2 396 …jz near .c2_next3 ; /* this also works when consumed_bits==0, it's just a little slower t…
|