Home
last modified time | relevance | path

Searched refs:Far (Results 1 – 25 of 84) sorted by relevance

1234

/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
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, ebx, 0x80000000ul, ecx, 0x1ul, edx); in TEST_F()
[all …]
/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
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, Dst, Src0, 0x80000000ul, Src1, 0x1ul); \ in TEST_F()
[all …]
/external/icu/icu4c/source/data/curr/
Dlag.txt23 "Faráanga ya Burúundi",
35 "Faráanga ya Kóongo",
39 "Faráaka ya Uswíisi",
51 "Faráanga ya Jibóuti",
87 "Faráanga ya Gíine",
103 "Faráanga ya Komóoro",
155 "Faráanga ya Rwáanda",
211 "Faráanga ya CFA BEAC",
215 "Faráanga ya CFA BCEAO",
/external/mesa3d/src/mesa/main/
Dviewport.c89 GLdouble Near, Far; /**< Depth buffer range */ member
291 ctx->ViewportArray[idx].Far == farval) in set_depth_range_no_notify()
299 ctx->ViewportArray[idx].Far = CLAMP(farval, 0.0, 1.0); in set_depth_range_no_notify()
367 set_depth_range_no_notify(ctx, i + first, inputs[i].Near, inputs[i].Far); in depth_range_arrayv()
490 ctx->ViewportArray[i].Far = 1.0; in _mesa_init_viewport()
583 double f = ctx->ViewportArray[i].Far; in _mesa_get_viewport_xform()
Drastpos.c426 ctx->ViewportArray[0].Far); in _mesa_RasterPos()
674 * (ctx->ViewportArray[0].Far - ctx->ViewportArray[0].Near) in window_pos3f()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_util.h157 a[MAT_SZ] = fb->_DepthMaxF * (vp->Far - vp->Near) / 2; in get_viewport_scale()
174 a[2] = fb->_DepthMaxF * (vp->Far + vp->Near) / 2; in get_viewport_translate()
Dnv10_state_fb.c188 a[2] = nv10_transform_depth(ctx, (vp->Far + vp->Near) / 2); in nv10_emit_viewport()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Demangle/
DMicrosoftDemangle.cpp204 Far = 1 << 6, enumerator
1409 return FuncClass(Private | Far); in demangleFunctionClass()
1421 return FuncClass(Protected | Far); in demangleFunctionClass()
1425 return FuncClass(Protected | Static | Far); in demangleFunctionClass()
1429 return FuncClass(Protected | Virtual | Far); in demangleFunctionClass()
1433 return FuncClass(Public | Far); in demangleFunctionClass()
1437 return FuncClass(Public | Static | Far); in demangleFunctionClass()
1441 return FuncClass(Public | Virtual | Far); in demangleFunctionClass()
1445 return FuncClass(Global | Far); in demangleFunctionClass()
/external/icu/icu4c/source/data/lang/
Dsg.txt17 fr{"Farânzi"}
Dso.txt79 Zzzz{"Far aan la aqoon amase aan saxnayn"}
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h292 Far = 0x4, enumerator
383 Far = 0x06 enumerator
/external/mesa3d/src/mesa/swrast/
Ds_depth.c174 if (ctx->ViewportArray[0].Near < ctx->ViewportArray[0].Far) { in _swrast_depth_clamp_span()
176 max_f = ctx->ViewportArray[0].Far; in _swrast_depth_clamp_span()
178 min_f = ctx->ViewportArray[0].Far; in _swrast_depth_clamp_span()
/external/speex/libspeexdsp/
Decho_diagnostic.m29 printf ("Far end to near end delay is %d samples\n", b);
/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h367 Far = 0x06 enumerator
/external/mesa3d/src/mesa/program/
Dprog_statevars.c362 value[1] = ctx->ViewportArray[0].Far; /* far */ in _mesa_fetch_state()
363 value[2] = ctx->ViewportArray[0].Far - ctx->ViewportArray[0].Near; /* far - near */ in _mesa_fetch_state()
/external/iputils/doc/
Dpg3.sgml67 Maximal amount for linux-2.4 is 6. Far not all the devices support
/external/icu/icu4c/source/data/locales/
Dfr_CA.txt687 "Far.",
717 "Far.",
/external/tinyxml2/
Dreadme.md173 Far &amp; Away
175 will have the Value() of "Far & Away" when queried from the XMLText object,
/external/icu/icu4c/source/data/region/
Dso.txt296 ZZ{"Far aan la aqoon amase aan saxnayn"}
Dsg.txt69 FR{"Farânzi"}
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp229 IO.enumCase(Kind, "Far", VFTableSlotKind::Far); in enumeration()
325 IO.enumCase(Value, "Far", LabelType::Far); in enumeration()
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringX86Base.h565 InstX86Br::Far); in _br()
568 Context.insert<InstX86Br>(Target, InstX86Br::Far); in _br()
571 Context.insert<InstX86Br>(Target, Condition, InstX86Br::Far); in _br()
/external/tinyxml/
Dreadme.txt198 Far &amp; Away
201 will have the Value() of "Far & Away" when queried from the TiXmlText object,
/external/mesa3d/src/gallium/auxiliary/util/
Ddbghelp.h246 BOOL Far; member
263 BOOL Far; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DTypeDumpVisitor.cpp145 ENUM_ENTRY(LabelType, Near), ENUM_ENTRY(LabelType, Far),

1234