/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
H A D | ControlFlow.cpp | 39 TestJ(o, Far, ebx, 0x80000000ul, ecx, 0x1ul, edx); in TEST_F() 41 TestJ(no, Far, edx, 0x1ul, edi, 0x1ul, esi); in TEST_F() 43 TestJ(b, Far, esi, 0x1ul, eax, 0x80000000ul, ebx); in TEST_F() 45 TestJ(ae, Far, ebx, 0x80000000ul, ecx, 0x1ul, edx); in TEST_F() 47 TestJ(e, Far, edx, 0x80000000ul, edi, 0x80000000ul, esi); in TEST_F() 49 TestJ(ne, Far, esi, 0x80000000ul, eax, 0x1ul, ebx); in TEST_F() 51 TestJ(be, Far, ebx, 0x1ul, ecx, 0x80000000ul, edx); in TEST_F() 53 TestJ(a, Far, edx, 0x80000000ul, edi, 0x1ul, esi); in TEST_F() 55 TestJ(s, Far, esi, 0x1ul, eax, 0x80000000ul, ebx); in TEST_F() 57 TestJ(ns, Far, eb in TEST_F() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/ |
H A D | ControlFlow.cpp | 42 TestJ(o, Far, Dst, Src0, 0x80000000ul, Src1, 0x1ul); \ in TEST_F() 44 TestJ(no, Far, Dst, Src0, 0x1ul, Src1, 0x1ul); \ in TEST_F() 46 TestJ(b, Far, Dst, Src0, 0x1ul, Src1, 0x80000000ul); \ in TEST_F() 48 TestJ(ae, Far, Dst, Src0, 0x80000000ul, Src1, 0x1ul); \ in TEST_F() 50 TestJ(e, Far, Dst, Src0, 0x80000000ul, Src1, 0x80000000ul); \ in TEST_F() 52 TestJ(ne, Far, Dst, Src0, 0x80000000ul, Src1, 0x1ul); \ in TEST_F() 54 TestJ(be, Far, Dst, Src0, 0x1ul, Src1, 0x80000000ul); \ in TEST_F() 56 TestJ(a, Far, Dst, Src0, 0x80000000ul, Src1, 0x1ul); \ in TEST_F() 58 TestJ(s, Far, Dst, Src0, 0x1ul, Src1, 0x80000000ul); \ in TEST_F() 60 TestJ(ns, Far, Ds in TEST_F() [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | fatarrowfunctionsErrors.js | 2 foo((...Far:any[])=>{return 0;}) 17 var Far = [];
19 Far[_i] = arguments[_i];
|
/third_party/mesa3d/src/mesa/main/ |
H A D | viewport.c | 93 GLdouble Near, Far; /**< Depth buffer range */ member 295 ctx->ViewportArray[idx].Far == farval) in set_depth_range_no_notify() 303 ctx->ViewportArray[idx].Far = SATURATE(farval); in set_depth_range_no_notify() 364 set_depth_range_no_notify(ctx, i + first, inputs[i].Near, inputs[i].Far); in depth_range_arrayv() 481 ctx->ViewportArray[i].Far = 1.0; in _mesa_init_viewport() 571 double f = ctx->ViewportArray[i].Far; in _mesa_get_viewport_xform()
|
H A D | rastpos.c | 460 ctx->ViewportArray[0].Far); in _mesa_RasterPos() 470 ctx->ViewportArray[0].Far); in _mesa_RasterPos() 719 * (ctx->ViewportArray[0].Far - ctx->ViewportArray[0].Near) in window_pos3f()
|
H A D | get.c | 890 v->value_double_2[1] = ctx->ViewportArray[0].Far; in find_custom_value() 2607 v->value_double_2[1] = ctx->ViewportArray[index].Far; in find_value_indexed()
|
H A D | mtypes.h | 1363 GLfloat Near, Far; /**< Depth buffer range */ member
|
/third_party/pulseaudio/speex/libspeexdsp/ |
H A D | echo_diagnostic.m | 29 printf ("Far end to near end delay is %d samples\n", b);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CodeView.h | 294 Far = 0x4, member in llvm::codeview::CallingConvention::ClassOptions::FrameProcedureOptions::FunctionOptions::HfaKind::MemberAccess::MethodKind::MethodOptions::LabelType 390 Far = 0x06 member in llvm::codeview::CallingConvention::ClassOptions::FrameProcedureOptions::FunctionOptions::HfaKind::MemberAccess::MethodKind::MethodOptions::ModifierOptions::PointerKind::PointerMode::PointerOptions::PointerToMemberRepresentation::VFTableSlotKind
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLTypes.cpp | 228 IO.enumCase(Kind, "Far", VFTableSlotKind::Far); in enumeration() 324 IO.enumCase(Value, "Far", LabelType::Far); in enumeration()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceTargetLoweringX8632.h | 480 InstX86Br::Far); 483 Context.insert<InstX86Br>(Target, InstX86Br::Far); 486 Context.insert<InstX86Br>(Target, Condition, InstX86Br::Far);
|
H A D | IceTargetLoweringX8664.h | 476 InstX86Br::Far); 479 Context.insert<InstX86Br>(Target, InstX86Br::Far); 482 Context.insert<InstX86Br>(Target, Condition, InstX86Br::Far);
|
H A D | IceInstX8632.h | 471 enum Mode { Near, Far }; enumerator
|
H A D | IceInstX8664.h | 410 enum Mode { Near, Far }; enumerator
|
H A D | IceTargetLoweringX8632.cpp | 6714 _br(CondX86::Br_b, Label, InstX86Br::Far); in lowerSwitch()
|
H A D | IceTargetLoweringX8664.cpp | 6055 _br(CondX86::Br_b, Label, InstX86Br::Far); in lowerSwitch()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
H A D | EnumTables.cpp | 422 CV_ENUM_CLASS_ENT(LabelType, Far),
|
H A D | TypeDumpVisitor.cpp | 144 ENUM_ENTRY(LabelType, Near), ENUM_ENTRY(LabelType, Far),
|
/third_party/mesa3d/src/mesa/program/ |
H A D | prog_statevars.c | 466 value[1] = ctx->ViewportArray[0].Far; /* far */ in fetch_state() 467 value[2] = ctx->ViewportArray[0].Far - ctx->ViewportArray[0].Near; /* far - near */ in fetch_state()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | dbghelp.h | 246 BOOL Far; member 263 BOOL Far; member
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_draw_hw_select.c | 670 float f = ctx->ViewportArray[0].Far; in st_draw_hw_select_prepare_common()
|
/third_party/skia/third_party/externals/angle2/util/windows/third_party/StackWalker/src/ |
H A D | StackWalker.cpp | 178 BOOL Far; // WOW far call member
|