Home
last modified time | relevance | path

Searched refs:Far (Results 1 - 22 of 22) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/
H A DControlFlow.cpp39 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 DControlFlow.cpp42 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 DfatarrowfunctionsErrors.js2 foo((...Far:any[])=>{return 0;})
17 var Far = [];
19 Far[_i] = arguments[_i];
/third_party/mesa3d/src/mesa/main/
H A Dviewport.c93 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 Drastpos.c460 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 Dget.c890 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 Dmtypes.h1363 GLfloat Near, Far; /**< Depth buffer range */ member
/third_party/pulseaudio/speex/libspeexdsp/
H A Decho_diagnostic.m29 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 DCodeView.h294 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 DCodeViewYAMLTypes.cpp228 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 DIceTargetLoweringX8632.h480 InstX86Br::Far);
483 Context.insert<InstX86Br>(Target, InstX86Br::Far);
486 Context.insert<InstX86Br>(Target, Condition, InstX86Br::Far);
H A DIceTargetLoweringX8664.h476 InstX86Br::Far);
479 Context.insert<InstX86Br>(Target, InstX86Br::Far);
482 Context.insert<InstX86Br>(Target, Condition, InstX86Br::Far);
H A DIceInstX8632.h471 enum Mode { Near, Far }; enumerator
H A DIceInstX8664.h410 enum Mode { Near, Far }; enumerator
H A DIceTargetLoweringX8632.cpp6714 _br(CondX86::Br_b, Label, InstX86Br::Far); in lowerSwitch()
H A DIceTargetLoweringX8664.cpp6055 _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 DEnumTables.cpp422 CV_ENUM_CLASS_ENT(LabelType, Far),
H A DTypeDumpVisitor.cpp144 ENUM_ENTRY(LabelType, Near), ENUM_ENTRY(LabelType, Far),
/third_party/mesa3d/src/mesa/program/
H A Dprog_statevars.c466 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 Ddbghelp.h246 BOOL Far; member
263 BOOL Far; member
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_draw_hw_select.c670 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 DStackWalker.cpp178 BOOL Far; // WOW far call member

Completed in 67 milliseconds