/external/jmonkeyengine/engine/src/test/jme3test/blender/ |
H A D | TestBlenderLoader.java | 61 DirectionalLight dl = new DirectionalLight(); 62 dl.setDirection(new Vector3f(-0.1f,-0.7f,1).normalizeLocal()); 63 dl.setColor(new ColorRGBA(0.44f, 0.30f, 0.20f, 1.0f)); 64 rootNode.addLight(dl); 67 dl = new DirectionalLight(); 68 dl.setDirection(new Vector3f(-0.6f,-1,-0.6f).normalizeLocal()); 69 dl.setColor(new ColorRGBA(0.10f, 0.22f, 0.44f, 1.0f)); 70 rootNode.addLight(dl); 73 dl = new DirectionalLight(); 74 dl [all...] |
/external/clang/test/CodeGenCXX/ |
H A D | debug-info-byval.cpp | 26 void get(int *i, unsigned dl, VAL v, VAL *p, unsigned n, EVT missing_arg) { argument 29 if (dl == n)
|
/external/jmonkeyengine/engine/src/test/jme3test/material/ |
H A D | TestBumpModel.java | 76 DirectionalLight dl = new DirectionalLight(); 77 dl.setDirection(new Vector3f(-0.1f,-0.7f,1).normalizeLocal()); 78 dl.setColor(new ColorRGBA(0.44f, 0.30f, 0.20f, 1.0f)); 79 rootNode.addLight(dl); 82 dl = new DirectionalLight(); 83 dl.setDirection(new Vector3f(-0.6f,-1,-0.6f).normalizeLocal()); 84 dl.setColor(new ColorRGBA(0.10f, 0.22f, 0.44f, 1.0f)); 85 rootNode.addLight(dl); 88 dl = new DirectionalLight(); 89 dl [all...] |
/external/jmonkeyengine/engine/src/test/jme3test/model/ |
H A D | TestMonkeyHead.java | 73 DirectionalLight dl = new DirectionalLight(); 74 dl.setDirection(new Vector3f(-0.1f,-0.7f,1).normalizeLocal()); 75 dl.setColor(new ColorRGBA(0.44f, 0.30f, 0.20f, 1.0f)); 76 rootNode.addLight(dl); 79 dl = new DirectionalLight(); 80 dl.setDirection(new Vector3f(-0.6f,-1,-0.6f).normalizeLocal()); 81 dl.setColor(new ColorRGBA(0.10f, 0.22f, 0.44f, 1.0f)); 82 rootNode.addLight(dl); 85 dl = new DirectionalLight(); 86 dl [all...] |
/external/elfutils/src/libelf/ |
H A D | elf_hash.c | 37 #include <dl-hash.h>
|
H A D | elf_strptr.c | 142 struct Elf_Data_List *dl = &strscn->data_list; local 143 while (dl != NULL) 145 if (offset >= (size_t) dl->data.d.d_off 146 && offset < dl->data.d.d_off + dl->data.d.d_size) 148 result = (char *) dl->data.d.d_buf + (offset - dl->data.d.d_off); 152 dl = dl->next;
|
H A D | elf_gnu_hash.c | 37 #include <dl-hash.h>
|
H A D | elf32_updatefile.c | 293 Elf_Data_List *dl = &scn->data_list; local 320 assert (dl->data.d.d_off >= 0); 321 assert ((GElf_Off) dl->data.d.d_off <= shdr->sh_size); 322 assert (dl->data.d.d_size <= (shdr->sh_size 323 - (GElf_Off) dl->data.d.d_off)); 326 if (scn_start + dl->data.d.d_off > last_position 327 && (dl->data.d.d_off == 0 328 || ((scn->flags | dl->flags | elf->flags) 331 fill_mmap (dl->data.d.d_off); 332 last_position = scn_start + dl 672 Elf_Data_List *dl = &scn->data_list; local [all...] |
/external/llvm/lib/Target/NVPTX/ |
H A D | NVPTXFrameLowering.cpp | 41 DebugLoc dl = DebugLoc(); local 50 BuildMI(MBB, MBBI, dl, MF.getSubtarget().getInstrInfo()->get( 53 BuildMI(MBB, MI, dl, 59 BuildMI(MBB, MBBI, dl, 62 BuildMI(MBB, MI, dl,
|
/external/jmonkeyengine/engine/src/test/jme3test/export/ |
H A D | TestAssetLinkNode.java | 105 DirectionalLight dl = new DirectionalLight(); 106 dl.setDirection(new Vector3f(-0.1f,-0.7f,1).normalizeLocal()); 107 dl.setColor(new ColorRGBA(0.44f, 0.30f, 0.20f, 1.0f)); 108 rootNode.addLight(dl); 111 dl = new DirectionalLight(); 112 dl.setDirection(new Vector3f(-0.6f,-1,-0.6f).normalizeLocal()); 113 dl.setColor(new ColorRGBA(0.10f, 0.22f, 0.44f, 1.0f)); 114 rootNode.addLight(dl); 117 dl = new DirectionalLight(); 118 dl [all...] |
/external/llvm/test/Bindings/OCaml/ |
H A D | target.ml | 45 let dl = DL.of_string layout in var 48 assert_equal (DL.as_string dl) layout; 49 assert_equal (DL.byte_order dl) Endian.Little; 50 assert_equal (DL.pointer_size dl) 4; 51 assert_equal (DL.intptr_type context dl) i32_type; 52 assert_equal (DL.qualified_pointer_size 0 dl) 4; 53 assert_equal (DL.qualified_intptr_type context 0 dl) i32_type; 54 assert_equal (DL.size_in_bits sty dl) (Int64.of_int 96); 55 assert_equal (DL.store_size sty dl) (Int64.of_int 12); 56 assert_equal (DL.abi_size sty dl) (Int6 [all...] |
/external/llvm/lib/Target/ARM/ |
H A D | ARMSelectionDAGInfo.cpp | 28 ARMSelectionDAGInfo::EmitTargetCodeForMemcpy(SelectionDAG &DAG, SDLoc dl, argument 68 Loads[i] = DAG.getLoad(VT, dl, Chain, 69 DAG.getNode(ISD::ADD, dl, MVT::i32, Src, 76 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, 81 TFOps[i] = DAG.getStore(Chain, dl, Loads[i], 82 DAG.getNode(ISD::ADD, dl, MVT::i32, Dst, 88 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, 109 Loads[i] = DAG.getLoad(VT, dl, Chain, 110 DAG.getNode(ISD::ADD, dl, MVT::i32, Src, 119 Chain = DAG.getNode(ISD::TokenFactor, dl, MV 149 EmitTargetCodeForMemset(SelectionDAG &DAG, SDLoc dl, SDValue Chain, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool isVolatile, MachinePointerInfo DstPtrInfo) const argument [all...] |
H A D | Thumb1FrameLowering.cpp | 43 const TargetInstrInfo &TII, DebugLoc dl, 46 emitThumbRegPlusImmediate(MBB, MBBI, dl, ARM::SP, ARM::SP, NumBytes, TII, 63 DebugLoc dl = Old->getDebugLoc(); local 75 emitSPUpdate(MBB, I, TII, dl, *RegInfo, -Amount); 78 emitSPUpdate(MBB, I, TII, dl, *RegInfo, Amount); 102 DebugLoc dl = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc(); local 117 emitSPUpdate(MBB, MBBI, TII, dl, *RegInfo, -ArgRegsSaveSize, 122 BuildMI(MBB, MBBI, dl, TII.get(TargetOpcode::CFI_INSTRUCTION)) 129 emitSPUpdate(MBB, MBBI, TII, dl, *RegInfo, -(NumBytes - ArgRegsSaveSize), 134 BuildMI(MBB, MBBI, dl, TI 41 emitSPUpdate(MachineBasicBlock &MBB, MachineBasicBlock::iterator &MBBI, const TargetInstrInfo &TII, DebugLoc dl, const ThumbRegisterInfo &MRI, int NumBytes, unsigned MIFlags = MachineInstr::NoFlags) argument 327 DebugLoc dl = MBBI->getDebugLoc(); local 414 DebugLoc dl = MBBI->getDebugLoc(); local [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeDAG.cpp | 94 SDValue Idx, SDLoc dl); 96 SDValue Idx, SDLoc dl); 102 SDValue ShuffleWithNarrowerEltType(EVT NVT, EVT VT, SDLoc dl, 107 bool &NeedInvert, SDLoc dl); 111 unsigned NumOps, bool isSigned, SDLoc dl); 128 SDValue EmitStackConvert(SDValue SrcOp, EVT SlotVT, EVT DestVT, SDLoc dl); 135 SDLoc dl); 137 SDLoc dl); 139 SDLoc dl); 141 SDValue ExpandBSWAP(SDValue Op, SDLoc dl); 208 ShuffleWithNarrowerEltType(EVT NVT, EVT VT, SDLoc dl, SDValue N1, SDValue N2, ArrayRef<int> Mask) const argument 569 PerformInsertVectorEltInMemory(SDValue Vec, SDValue Val, SDValue Idx, SDLoc dl) argument 612 ExpandINSERT_VECTOR_ELT(SDValue Vec, SDValue Val, SDValue Idx, SDLoc dl) argument [all...] |
H A D | LegalizeTypesGeneric.cpp | 46 SDLoc dl(N); 59 Lo = DAG.getNode(ISD::BITCAST, dl, NOutVT, Lo); 60 Hi = DAG.getNode(ISD::BITCAST, dl, NOutVT, Hi); 69 Lo = DAG.getNode(ISD::BITCAST, dl, NOutVT, Lo); 70 Hi = DAG.getNode(ISD::BITCAST, dl, NOutVT, Hi); 76 Lo = DAG.getNode(ISD::BITCAST, dl, NOutVT, Lo); 77 Hi = DAG.getNode(ISD::BITCAST, dl, NOutVT, Hi); 82 Lo = DAG.getNode(ISD::BITCAST, dl, NOutVT, Lo); 83 Hi = DAG.getNode(ISD::BITCAST, dl, NOutVT, Hi); 90 std::tie(Lo, Hi) = DAG.SplitVector(InOp, dl, LoV [all...] |
H A D | LegalizeIntegerTypes.cpp | 241 SDLoc dl(N); 249 return DAG.getNode(ISD::BITCAST, dl, NOutVT, GetPromotedInteger(InOp)); 253 return DAG.getNode(ISD::ANY_EXTEND, dl, NOutVT, GetSoftenedFloat(InOp)); 258 SDValue Trunc = DAG.getNode(ISD::FP_TO_FP16, dl, NOutVT, PromotedOp); 259 return DAG.getNode(ISD::AssertZext, dl, NOutVT, Trunc, 270 return DAG.getNode(ISD::ANY_EXTEND, dl, NOutVT, 284 InOp = DAG.getNode(ISD::ANY_EXTEND, dl, 288 return DAG.getNode(ISD::BITCAST, dl, NOutVT, InOp); 295 return DAG.getNode(ISD::BITCAST, dl, NOutVT, GetWidenedVector(InOp)); 298 return DAG.getNode(ISD::ANY_EXTEND, dl, NOutV 2557 IntegerExpandSetCCOperands(SDValue &NewLHS, SDValue &NewRHS, ISD::CondCode &CCCode, SDLoc dl) argument [all...] |
H A D | SDNodeDbgValue.h | 57 uint64_t off, DebugLoc dl, unsigned O) 58 : Var(Var), Expr(Expr), IsIndirect(indir), Offset(off), DL(dl), Order(O), 67 DebugLoc dl, unsigned O) 68 : Var(Var), Expr(Expr), IsIndirect(false), Offset(off), DL(dl), Order(O), 75 SDDbgValue(MDNode *Var, MDNode *Expr, unsigned FI, uint64_t off, DebugLoc dl, argument 77 : Var(Var), Expr(Expr), IsIndirect(false), Offset(off), DL(dl), Order(O), 56 SDDbgValue(MDNode *Var, MDNode *Expr, SDNode *N, unsigned R, bool indir, uint64_t off, DebugLoc dl, unsigned O) argument 66 SDDbgValue(MDNode *Var, MDNode *Expr, const Value *C, uint64_t off, DebugLoc dl, unsigned O) argument
|
/external/jmonkeyengine/engine/src/test/jme3test/renderer/ |
H A D | TestParallelProjection.java | 56 DirectionalLight dl = new DirectionalLight(); 57 dl.setColor(ColorRGBA.White); 58 dl.setDirection(Vector3f.UNIT_XYZ.negate()); 60 rootNode.addLight(dl);
|
/external/markdown/markdown/extensions/ |
H A D | def_list.py | 55 if sibling and sibling.tag == 'dl': 57 dl = sibling 58 if len(dl) and dl[-1].tag == 'dd' and len(dl[-1]): 62 dl = etree.SubElement(parent, 'dl') 65 dt = etree.SubElement(dl, 'dt') 69 dd = etree.SubElement(dl, 'dd') 80 LIST_TYPES = ['dl'] [all...] |
/external/linux-tools-perf/src/tools/perf/util/ |
H A D | annotate.c | 494 static void disasm_line__init_ins(struct disasm_line *dl) argument 496 dl->ins = ins__find(dl->name); 498 if (dl->ins == NULL) 501 if (!dl->ins->ops) 504 if (dl->ins->ops->parse) 505 dl->ins->ops->parse(&dl->ops); 548 struct disasm_line *dl = zalloc(sizeof(*dl) local 573 disasm_line__free(struct disasm_line *dl) argument 584 disasm_line__scnprintf(struct disasm_line *dl, char *bf, size_t size, bool raw) argument 640 disasm_line__print(struct disasm_line *dl, struct symbol *sym, u64 start, struct perf_evsel *evsel, u64 len, int min_pcnt, int printed, int max_lines, struct disasm_line *queue) argument 767 struct disasm_line *dl; local 853 struct disasm_line *dl; local 1326 disasm_line__fprintf(struct disasm_line *dl, FILE *fp) argument [all...] |
/external/boringssl/linux-x86_64/crypto/rc4/ |
H A D | rc4-x86_64.S | 49 addb %dl,%al 53 xorb (%r12),%dl 54 movb %dl,(%r12,%r13,1) 69 addb %al,%dl 77 addb %bl,%dl 85 addb %al,%dl 93 addb %bl,%dl 101 addb %al,%dl 109 addb %bl,%dl 117 addb %al,%dl [all...] |
/external/boringssl/mac-x86_64/crypto/rc4/ |
H A D | rc4-x86_64.S | 48 addb %dl,%al 52 xorb (%r12),%dl 53 movb %dl,(%r12,%r13,1) 68 addb %al,%dl 76 addb %bl,%dl 84 addb %al,%dl 92 addb %bl,%dl 100 addb %al,%dl 108 addb %bl,%dl 116 addb %al,%dl [all...] |
/external/jmonkeyengine/engine/src/test/jme3test/batching/ |
H A D | TestBatchNode.java | 74 dl=new DirectionalLight(); 75 dl.setColor(ColorRGBA.White.mult(2)); 76 dl.setDirection(new Vector3f(1, -1, -1)); 77 rootNode.addLight(dl); 84 DirectionalLight dl; field in class:TestBatchNode 88 dl.setDirection(cam.getDirection());
|
/external/llvm/lib/Target/XCore/ |
H A D | XCoreISelLowering.cpp | 262 SDLoc dl(GA); 265 return DAG.getNode(XCoreISD::PCRelativeWrapper, dl, MVT::i32, GA); 270 return DAG.getNode(XCoreISD::CPRelativeWrapper, dl, MVT::i32, GA); 272 return DAG.getNode(XCoreISD::DPRelativeWrapper, dl, MVT::i32, GA); 335 SDLoc dl(CP); 345 return DAG.getNode(XCoreISD::CPRelativeWrapper, dl, MVT::i32, Res); 358 SDLoc dl(Op); 367 return DAG.getNode(XCoreISD::BR_JT, dl, MVT::Other, Chain, TargetJT, Index); 370 SDValue ScaledIndex = DAG.getNode(ISD::SHL, dl, MVT::i32, Index, 372 return DAG.getNode(XCoreISD::BR_JT32, dl, MV 1043 SDLoc &dl = CLI.DL; local 1071 LowerCallResult(SDValue Chain, SDValue InFlag, const SmallVectorImpl<CCValAssign> &RVLocs, SDLoc dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) argument 1118 LowerCCCCallTo(SDValue Chain, SDValue Callee, CallingConv::ID CallConv, bool isVarArg, bool isTailCall, const SmallVectorImpl<ISD::OutputArg> &Outs, const SmallVectorImpl<SDValue> &OutVals, const SmallVectorImpl<ISD::InputArg> &Ins, SDLoc dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument 1256 LowerFormalArguments(SDValue Chain, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::InputArg> &Ins, SDLoc dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument 1280 LowerCCCArguments(SDValue Chain, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::InputArg> &Ins, SDLoc dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument 1462 LowerReturn(SDValue Chain, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::OutputArg> &Outs, const SmallVectorImpl<SDValue> &OutVals, SDLoc dl, SelectionDAG &DAG) const argument 1552 DebugLoc dl = MI->getDebugLoc(); local [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/shadow/ |
H A D | ShadowCamera.java | 62 DirectionalLight dl = (DirectionalLight) target;
65 lightCam.lookAtDirection(dl.getDirection(), Vector3f.UNIT_Y);
|