/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
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, ebx, 0x80000000ul, ecx, 0x1ul, edx); in TEST_F() [all …]
|
/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/ |
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, Dst, Src0, 0x80000000ul, Src1, 0x1ul); \ in TEST_F() [all …]
|
/external/icu/icu4c/source/data/curr/ |
D | lag.txt | 23 "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/ |
D | viewport.c | 89 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()
|
D | rastpos.c | 426 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/ |
D | nouveau_util.h | 157 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()
|
D | nv10_state_fb.c | 188 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/ |
D | MicrosoftDemangle.cpp | 204 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/ |
D | sg.txt | 17 fr{"Farânzi"}
|
D | so.txt | 79 Zzzz{"Far aan la aqoon amase aan saxnayn"}
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 292 Far = 0x4, enumerator 383 Far = 0x06 enumerator
|
/external/mesa3d/src/mesa/swrast/ |
D | s_depth.c | 174 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/ |
D | echo_diagnostic.m | 29 printf ("Far end to near end delay is %d samples\n", b);
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 367 Far = 0x06 enumerator
|
/external/mesa3d/src/mesa/program/ |
D | prog_statevars.c | 362 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/ |
D | pg3.sgml | 67 Maximal amount for linux-2.4 is 6. Far not all the devices support
|
/external/icu/icu4c/source/data/locales/ |
D | fr_CA.txt | 687 "Far.", 717 "Far.",
|
/external/tinyxml2/ |
D | readme.md | 173 Far & Away 175 will have the Value() of "Far & Away" when queried from the XMLText object,
|
/external/icu/icu4c/source/data/region/ |
D | so.txt | 296 ZZ{"Far aan la aqoon amase aan saxnayn"}
|
D | sg.txt | 69 FR{"Farânzi"}
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLTypes.cpp | 229 IO.enumCase(Kind, "Far", VFTableSlotKind::Far); in enumeration() 325 IO.enumCase(Value, "Far", LabelType::Far); in enumeration()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceTargetLoweringX86Base.h | 565 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/ |
D | readme.txt | 198 Far & Away 201 will have the Value() of "Far & Away" when queried from the TiXmlText object,
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | dbghelp.h | 246 BOOL Far; member 263 BOOL Far; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/ |
D | TypeDumpVisitor.cpp | 145 ENUM_ENTRY(LabelType, Near), ENUM_ENTRY(LabelType, Far),
|