Home
last modified time | relevance | path

Searched refs:near (Results 1 – 25 of 433) sorted by relevance

12345678910>>...18

/external/oboe/samples/RhythmGame/third_party/glm/gtc/
Dmatrix_transform.hpp182 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/
Dattr-long-call.c7 __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/
DSk3D.cpp41 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/
Dmatrixop.c132 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/
Dlong-call-attr.ll12 define void @near() #1 {
33 call void @near()
35 ; O32: jal near
36 ; N64: jal near
/external/dynamic_depth/internal/dynamic_depth/
Ddepth_jpeg.cc107 auto near = depth_map->GetNear(); in ValidateAndroidDynamicDepthBuffer() local
109 if ((near < 0.f) || (far < 0.f) || (near > far) || (near == far)) { in ValidateAndroidDynamicDepthBuffer()
Ddepth_map.cc153 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/
Ddepth_map.h34 float near; member
61 near(in_near), in DepthMapParams()
67 return format == other.format && near == other.near && far == other.far &&
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dbugprone-virtual-near-miss.rst1 .. 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/libjpeg-turbo/simd/i386/
Djdsample-avx2.asm75 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 …]
Djcsample-sse2.asm55 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
Djcsample-avx2.asm56 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
Djcsample-mmx.asm55 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/
Djcsample-sse2.asm53 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
Djcsample-avx2.asm54 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
Djdsample-avx2.asm72 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/
Dint-cmp-30.ll6 ; 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
Dint-cmp-31.ll6 ; 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
Dint-cmp-20.ll6 ; 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
Dint-cmp-21.ll6 ; 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/
Dint-cmp-31.ll6 ; 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
Dint-cmp-30.ll6 ; 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
Dint-cmp-21.ll6 ; 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
Dint-cmp-20.ll6 ; 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/
DMatrix.java51 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

12345678910>>...18