/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/skia/src/utils/ |
D | Sk3D.cpp | 41 bool Sk3Perspective(SkMatrix44* dst, float near, float far, float angle) { in Sk3Perspective() argument 42 SkASSERT(far > near); in Sk3Perspective() 44 float denomInv = sk_ieee_float_divide(1, far - near); in Sk3Perspective() 51 dst->set(2, 2, (far + near) * denomInv); in Sk3Perspective() 52 dst->set(2, 3, 2 * far * near * denomInv); in Sk3Perspective()
|
/external/skqp/src/utils/ |
D | Sk3D.cpp | 41 bool Sk3Perspective(SkMatrix44* dst, float near, float far, float angle) { in Sk3Perspective() argument 42 SkASSERT(far > near); in Sk3Perspective() 44 float denomInv = sk_ieee_float_divide(1, far - near); in Sk3Perspective() 51 dst->set(2, 2, (far + near) * denomInv); in Sk3Perspective() 52 dst->set(2, 3, 2 * far * near * denomInv); in Sk3Perspective()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/ |
D | long-call-attr.ll | 12 define void @near() #1 { 33 call void @near() 35 ; O32: jal near 36 ; N64: jal near
|
/external/dynamic_depth/internal/dynamic_depth/ |
D | depth_jpeg.cc | 94 auto near = depth_map->GetNear(); in ValidateAndroidDynamicDepthBuffer() local 96 if ((near < 0.f) || (far < 0.f) || (near > far) || (near == far)) { in ValidateAndroidDynamicDepthBuffer()
|
D | depth_map.cc | 153 float near; in ParseFields() local 161 !deserializer.ParseFloat(prefix, kNear, &near) || in ParseFields() 168 DepthMapParams params(StringToFormat(format_str), near, far, in ParseFields() 280 float DepthMap::GetNear() const { return params_.near; } in GetNear() 322 !serializer->WriteProperty(prefix, kNear, std::to_string(params_.near)) || in Serialize()
|
/external/dynamic_depth/includes/dynamic_depth/ |
D | depth_map.h | 34 float near; member 61 near(in_near), in DepthMapParams() 67 return format == other.format && near == other.near && far == other.far &&
|
/external/libjpeg-turbo/simd/i386/ |
D | jdsample-avx2.asm | 77 jz near .return 81 jz near .return 182 ja near .columnloop 184 jnz near .columnloop_last 193 jg near .rowloop 252 jz near .return 256 jz near .return 530 ja near .columnloop 532 jnz near .columnloop_last 542 jg near .rowloop [all …]
|
D | jcsample-sse2.asm | 57 jz near .return 99 jle near .return 168 jg near .rowloop 213 jz near .return 255 jle near .return 329 jae near .columnloop 331 jnz near .columnloop_r8 340 jg near .rowloop
|
D | jcsample-avx2.asm | 58 jz near .return 100 jle near .return 176 jnz near .columnloop_r24 185 jg near .rowloop 231 jz near .return 273 jle near .return 365 jae near .columnloop 367 jnz near .columnloop_r24 376 jg near .rowloop
|
D | jcsample-mmx.asm | 57 jz near .return 99 jle near .return 200 jz near .return 242 jle near .return 302 jnz near .columnloop 311 jg near .rowloop
|
/external/libjpeg-turbo/simd/x86_64/ |
D | jcsample-sse2.asm | 54 jz near .return 95 jle near .return 161 jg near .rowloop 199 jz near .return 240 jle near .return 311 jae near .columnloop 313 jnz near .columnloop_r8 322 jg near .rowloop
|
D | jcsample-avx2.asm | 55 jz near .return 96 jle near .return 169 jnz near .columnloop_r24 178 jg near .rowloop 217 jz near .return 258 jle near .return 347 jae near .columnloop 349 jnz near .columnloop_r24 358 jg near .rowloop
|
D | jdsample-avx2.asm | 73 jz near .return 77 jz near .return 324 jmp near .upsample 485 ja near .columnloop 487 jnz near .columnloop_last 497 jg near .rowloop 626 jz near .return 630 jz near .return 657 jmp near .nextrow 686 jg near .rowloop
|
D | jdsample-sse2.asm | 71 jz near .return 75 jz near .return 307 jmp near .upsample 509 jz near .return
|
/external/swiftshader/third_party/llvm-7.0/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-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
|
/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-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/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()
|
/external/autotest/client/deps/webgl_mpd/src/resources/ |
D | J3DIMath.js | 611 J3DIMatrix4.prototype.ortho = function(left, right, bottom, top, near, far) argument 615 var tz = (far + near) / (far - near); 628 matrix.$matrix.m33 = -2 / (far - near); 638 J3DIMatrix4.prototype.frustum = function(left, right, bottom, top, near, far) argument 643 var C = -(far + near) / (far - near); 644 var D = -(2 * far * near) / (far - near); 646 matrix.$matrix.m11 = (2 * near) / (right - left); 652 matrix.$matrix.m22 = 2 * near / (top - bottom);
|