/external/llvm/test/CodeGen/PowerPC/ |
D | hello-reloc.s | 5 …apple-darwin8 %s -o - | llvm-readobj -r --expand-relocs | FileCheck -check-prefix=DARWIN-G4-DUMP %s 60 ; DARWIN-G4-DUMP:Format: Mach-O 32-bit ppc 61 ; DARWIN-G4-DUMP:Arch: powerpc 62 ; DARWIN-G4-DUMP:AddressSize: 32bit 63 ; DARWIN-G4-DUMP:Relocations [ 64 ; DARWIN-G4-DUMP: Section __text { 65 ; DARWIN-G4-DUMP: Relocation { 66 ; DARWIN-G4-DUMP: Offset: 0x34 67 ; DARWIN-G4-DUMP: PCRel: 1 68 ; DARWIN-G4-DUMP: Length: 2 [all …]
|
D | swaps-le-7.ll | 9 @G4 = global <2 x double> <double 7.0, double 8.0>
|
/external/mesa3d/src/mesa/program/ |
D | prog_noise.c | 482 #define G4 0.138196601f /* G4 = (5.0-Math.sqrt(5.0))/20.0 */ in _mesa_noise4() macro 497 float t = (i + j + k + l) * G4; /* Factor for 4D unskewing */ in _mesa_noise4() 558 x1 = x0 - i1 + G4; /* Offsets for second corner in (x,y,z,w) coords */ in _mesa_noise4() 559 y1 = y0 - j1 + G4; in _mesa_noise4() 560 z1 = z0 - k1 + G4; in _mesa_noise4() 561 w1 = w0 - l1 + G4; in _mesa_noise4() 562 x2 = x0 - i2 + 2.0f * G4; /* Offsets for third corner in (x,y,z,w) coords */ in _mesa_noise4() 563 y2 = y0 - j2 + 2.0f * G4; in _mesa_noise4() 564 z2 = z0 - k2 + 2.0f * G4; in _mesa_noise4() 565 w2 = w0 - l2 + 2.0f * G4; in _mesa_noise4() [all …]
|
/external/swiftshader/third_party/LLVM/test/CodeGen/XCore/ |
D | globals.ll | 28 ; CHECK: ldaw r0, dp[G4] 29 ret i32** @G4 74 @G4 = global i32* @G1 76 ; CHECK: G4:
|
/external/llvm/test/Transforms/GlobalOpt/ |
D | global-demotion.ll | 6 @G4 = internal global i32 5 46 ; CHECK-NOT: %G4 47 store i32 4, i32* @G4 48 %x = bitcast i32* @G4 to i64*
|
/external/llvm/test/CodeGen/XCore/ |
D | globals.ll | 35 ; CHECK: ldaw r0, dp[G4] 36 ret i32** @G4 99 @G4 = global i32* @G1 101 ; CHECK: G4:
|
/external/ltp/testcases/kernel/syscalls/ptrace/ |
D | simple_tracer.c | 83 #define G4 u_regs[3] in decode_regs() 98 decode(G4); in decode_regs()
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCScheduleG4.td | 1 //===- PPCScheduleG4.td - PPC G4 Scheduling Definitions ----*- tablegen -*-===// 10 // This file defines the itinerary class data for the G4 (7400) processor.
|
D | PPCScheduleG4Plus.td | 1 //===- PPCScheduleG4Plus.td - PPC G4+ Scheduling Defs. -----*- tablegen -*-===// 10 // This file defines the itinerary class data for the G4+ (7450) processor.
|
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/ |
D | SparcRegisterInfo.td | 56 def G4 : Ri< 4, "G4">, DwarfRegNum<[4]>; 148 G2, G3, G4, // FIXME: OK for use only in
|
D | SparcRegisterInfo.cpp | 48 Reserved.set(SP::G4); in getReservedRegs()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCScheduleG4.td | 1 //===-- PPCScheduleG4.td - PPC G4 Scheduling Definitions ---*- tablegen -*-===// 10 // This file defines the itinerary class data for the G4 (7400) processor.
|
D | PPCScheduleG4Plus.td | 1 //===-- PPCScheduleG4Plus.td - PPC G4+ Scheduling Defs. ----*- tablegen -*-===// 10 // This file defines the itinerary class data for the G4+ (7450) processor.
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | global-sections.ll | 43 ; _Complex long long const G4 = 34; 44 @G4 = unnamed_addr constant {i64,i64} { i64 34, i64 0 }
|
/external/clang/test/SemaOpenCL/ |
D | storageclass-cl20.cl | 6 local int G4 = 0; // expected-error{{program scope variable must reside in global or c…
|
D | storageclass.cl | 6 global int G4 = 0; // expected-error{{program scope variable must reside in constant address space}}
|
/external/webp/src/dsp/ |
D | upsampling_neon.c | 156 const int16x8_t G4 = vqsubq_s16(G2, G3); \ 159 const uint8x8_t G = vqshrun_n_s16(G4, YUV_FIX2); \
|
/external/llvm/lib/Target/Sparc/ |
D | SparcRegisterInfo.td | 132 def G4 : Ri< 4, "G4">, DwarfRegNum<[4]>; 287 def G4_G5 : Rdi<4, "G4", [G4, G5]>;
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-GB/ |
D | en-GB_kh0_kdt_lfz3.pkb | 62 �K�#�z g��Þ,M9�������/�G4�0�m��9�K�s��}�9ߔ&:^�K*t�8X�;�6GyC�J+�;���=�N�a<�r�Xb…
|
/external/ImageMagick/m4/ |
D | ax_gcc_archflag.m4 | 193 *740[[0-9]]*) ax_gcc_arch="$cputype 7400 G4" ;; 194 *74[[4-5]][[0-9]]*) ax_gcc_arch="$cputype 7450 G4" ;; 195 *74[[0-9]][[0-9]]*) ax_gcc_arch="$cputype G4" ;;
|
/external/llvm/test/CodeGen/X86/ |
D | global-sections.ll | 145 ; _Complex long long const G4 = 34; 146 @G4 = private unnamed_addr constant {i64,i64} { i64 34, i64 0 }
|
/external/curl/tests/certs/ |
D | Server-localhost.nn-sv.crt | 75 nHM3+baoQofZgCFFgUOdczxnz83Fw5HfYGttafm+oZLMXeq8Z/PHvOpB0RF74/G4
|
/external/vulkan-validation-layers/libs/glm/detail/ |
D | func_noise.inl | 216 0.138196601125011, // (5 - sqrt(5))/20 G4 217 0.276393202250021, // 2 * G4 218 0.414589803375032, // 3 * G4 219 -0.447213595499958); // -1 + 4 * G4
|
/external/ImageMagick/PerlMagick/t/reference/write/jng/ |
D | read_jdaa.miff | 13 …3�9:4�<>3�@>/�E<+�U;*�d9(�z8*��9/��<6��C=��ID��KG��GB��B9��<3��8,��>.��F3��G4��D0��G3��B.��>+��>*�… 19 …4*�wH>�qI=�_>/�_H8�UD2�XK8�`S@�WF4�G4#�\B3�zdV�aZH�EF4�45%�58'�:>0�7=1�5=2�5?6�0:2�,7/�,6.�-7/�,3+…
|
D | read_prog_jdaa.miff | 13 …3�9:4�<>3�@>/�E<+�U;*�d9(�z8*��9/��<6��C=��ID��KG��GB��B9��<3��8,��>.��F3��G4��D0��G3��B.��>+��>*�… 19 …4*�wH>�qI=�_>/�_H8�UD2�XK8�`S@�WF4�G4#�\B3�zdV�aZH�EF4�45%�58'�:>0�7=1�5=2�5?6�0:2�,7/�,6.�-7/�,3+…
|