/external/oboe/samples/RhythmGame/third_party/glm/gtc/ |
D | matrix_transform.hpp | 182 T near, 201 T near, 220 T near, 235 T near, 250 T near, 265 T near, 282 T near, 299 T near, 316 T near, 328 T fovy, T aspect, T near); [all …]
|
/external/llvm-project/clang/test/Sema/ |
D | attr-long-call.c | 7 __attribute__((near(0))) void foo3(); // expected-error {{'near' attribute takes no arguments}} 12 __attribute((near)) int a; // expected-warning {{attribute only applies to functions}} 17 __attribute((near)) void foo6(); 20 __attribute((short_call, near)) void foo11(); 22 __attribute((far, near)) void foo8(); // expected-error {{'near' and 'far' attributes are not compa…
|
/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/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/llvm-project/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 | 107 auto near = depth_map->GetNear(); in ValidateAndroidDynamicDepthBuffer() local 109 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/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | bugprone-virtual-near-miss.rst | 1 .. title:: clang-tidy - bugprone-virtual-near-miss 3 bugprone-virtual-near-miss 6 Warn if a function is a near miss (ie. the name is very similar and the function
|
/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 | 75 jz near .return 79 jz near .return 180 ja near .columnloop 182 jnz near .columnloop_last 191 jg near .rowloop 250 jz near .return 254 jz near .return 528 ja near .columnloop 530 jnz near .columnloop_last 540 jg near .rowloop [all …]
|
D | jcsample-sse2.asm | 55 jz near .return 97 jle near .return 166 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-avx2.asm | 56 jz near .return 98 jle near .return 174 jnz near .columnloop_r24 183 jg near .rowloop 229 jz near .return 271 jle near .return 363 jae near .columnloop 365 jnz near .columnloop_r24 374 jg near .rowloop
|
D | jcsample-mmx.asm | 55 jz near .return 97 jle near .return 198 jz near .return 240 jle near .return 300 jnz near .columnloop 309 jg near .rowloop
|
/external/libjpeg-turbo/simd/x86_64/ |
D | jcsample-sse2.asm | 53 jz near .return 94 jle near .return 160 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-avx2.asm | 54 jz near .return 95 jle near .return 168 jnz near .columnloop_r24 177 jg near .rowloop 216 jz near .return 257 jle near .return 346 jae near .columnloop 348 jnz near .columnloop_r24 357 jg near .rowloop
|
D | jdsample-avx2.asm | 72 jz near .return 76 jz near .return 323 jmp near .upsample 484 ja near .columnloop 486 jnz near .columnloop_last 496 jg near .rowloop 625 jz near .return 629 jz near .return 656 jmp near .nextrow 685 jg near .rowloop
|
/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/llvm-project/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/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/ |
D | Matrix.java | 51 public static Matrix makePerspective(float near, float far, float angle) { in makePerspective() argument 52 return new Matrix(nCreatePerspective(near, far, angle)); in makePerspective() 161 private static native long nCreatePerspective(float near, float far, float angle); in nCreatePerspective() argument
|