Home
last modified time | relevance | path

Searched refs:L_ (Results 1 – 25 of 181) sorted by relevance

12345678

/external/bison/lib/
Disnan.c49 # define L_(literal) literal##L macro
61 # define L_(literal) literal macro
73 # define L_(literal) literal##f macro
130 static DOUBLE zero = L_(0.0); in FUNC()
132 DOUBLE plus_inf = L_(1.0) / zero; in FUNC()
133 DOUBLE minus_inf = -L_(1.0) / zero; in FUNC()
136 static memory_double nan = { L_(0.0) / L_(0.0) }; in FUNC()
137 static DOUBLE plus_inf = L_(1.0) / L_(0.0); in FUNC()
138 static DOUBLE minus_inf = -L_(1.0) / L_(0.0); in FUNC()
Dstrtol.c192 # define L_(Ch) L##Ch macro
205 # define L_(Ch) Ch macro
292 if (*s == L_('\0')) in INTERNAL()
296 if (*s == L_('-')) in INTERNAL()
301 else if (*s == L_('+')) in INTERNAL()
310 if (*s == L_('0')) in INTERNAL()
312 if ((base == 0 || base == 16) && TOUPPER (s[1]) == L_('X')) in INTERNAL()
331 for (c = *end; c != L_('\0'); c = *++end) in INTERNAL()
333 && ((wchar_t) c < L_('0') || (wchar_t) c > L_('9')) in INTERNAL()
334 && (!ISALPHA (c) || (int) (TOUPPER (c) - L_('A') + 10) >= base)) in INTERNAL()
[all …]
Dprintf-frexp.c50 # define L_(literal) literal##L macro
63 # define L_(literal) literal macro
95 if (x >= L_(1.0)) in FUNC()
104 for (i = 0, pow2_i = L_(2.0), powh_i = L_(0.5); in FUNC()
131 for (i = 0, pow2_i = L_(2.0), powh_i = L_(0.5); in FUNC()
140 if (x >= L_(1.0)) in FUNC()
150 if (x < L_(1.0)) in FUNC()
160 if (x >= L_(1.0)) in FUNC()
Dfrexp.c46 # define L_(literal) literal##L macro
54 # define L_(literal) literal macro
88 if (x >= L_(1.0)) in FUNC()
96 for (i = 0, pow2_i = L_(2.0), powh_i = L_(0.5); in FUNC()
130 for (i = 0, pow2_i = L_(2.0), powh_i = L_(0.5); in FUNC()
/external/llvm/test/MC/COFF/
Dsymbol-fragment-offset-64.s16 movl $.L_.str0, (%esp)
18 movl $.L_.str1, (%esp)
20 movl $.L_.str2, (%esp)
27 .L_.str0: # @.str0
30 .L_.str1: # @.str1
34 .L_.str2:
Dsymbol-fragment-offset.s16 movl $L_.str0, (%esp)
18 movl $L_.str1, (%esp)
20 movl $L_.str2, (%esp)
27 L_.str0: # @.str0
30 L_.str1: # @.str1
34 L_.str2:
Dbasic-coff.s16 movl $L_.str, (%esp)
23 L_.str: # @.str
Dbasic-coff-64.s16 movl $.L_.str, (%esp)
23 .L_.str: # @.str
/external/swiftshader/third_party/LLVM/test/MC/COFF/
Dsymbol-fragment-offset.s17 movl $L_.str0, (%esp)
19 movl $L_.str1, (%esp)
21 movl $L_.str2, (%esp)
28 L_.str0: # @.str0
31 L_.str1: # @.str1
35 L_.str2:
Dbasic-coff.s17 movl $L_.str, (%esp)
24 L_.str: # @.str
/external/valgrind/coregrind/m_syswrap/
Dsyscall-x86-darwin.S91 L_$0_1: /* Even though we can't take a signal until the
103 jc L_$0_7 /* __pthread_sigmask failed */
137 L_$0_2:
148 L_$0_3: /* In the range [3, 4), the syscall result is in %eax and %edx and C,
165 L_$0_4: /* Re-block signals. If eip is in [4,5), then the syscall is
174 jc L_$0_7 /* __pthread_sigmask failed */
177 L_$0_5: /* now safe from signals */
183 L_$0_7: /* failure: return 0x8000 | error code */
215 #define FOO(scclass,labelno) L_##scclass##_##labelno
Dsyscall-amd64-darwin.S97 L_$0_1: /* Even though we can't take a signal until the sigprocmask completes,
140 L_$0_2: syscall
141 L_$0_3: /* In the range [3, 4), the syscall result is in %rax,
163 L_$0_4: /* Re-block signals. If eip is in [4,5), then the syscall
181 L_$0_5: /* now safe from signals */
217 #define FOO(scclass,labelno) L_##scclass##_##labelno
/external/mesa3d/src/mesa/x86/
Dassyntax.h1111 #define S_(a) L_ ## a
1112 #define L_(a) L_ ## a macro
1120 #define ADC_L(a, b) adc L_(b), L_(a)
1123 #define ADD_L(a, b) add L_(b), L_(a)
1126 #define AND_L(a, b) and L_(b), L_(a)
1130 #define BOUND_L(a, b) bound L_(b), L_(a)
1132 #define BSF_L(a, b) bsf L_(b), L_(a)
1134 #define BSR_L(a, b) bsr L_(b), L_(a)
1136 #define BT_L(a, b) bt L_(b), L_(a)
1138 #define BTC_L(a, b) btc L_(b), L_(a)
[all …]
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Ddarwin-quote.ll8 ; CHECK: movl "L_+x$non_lazy_ptr", %ecx
14 ; CHECK: "L_+x$non_lazy_ptr":
/external/llvm/test/CodeGen/X86/
Ddarwin-quote.ll8 ; CHECK: movl "L_+x$non_lazy_ptr", %ecx
14 ; CHECK: "L_+x$non_lazy_ptr":
Dcfstring.ll10 ; CHECK-NEXT: L_.str3:
18 ; CHECK-NEXT: .quad L_.str3
/external/llvm/test/MC/AsmParser/
Dhello.s16 leal L_.str-"L1$pb"(%eax), %eax
26 L_.str:
/external/swiftshader/third_party/LLVM/test/MC/AsmParser/
Dhello.s16 leal L_.str-"L1$pb"(%eax), %eax
26 L_.str:
/external/llvm/test/CodeGen/AArch64/
Darm64-hello.ll9 ; CHECK: adrp x0, L_.str@PAGE
10 ; CHECK: add x0, x0, L_.str@PAGEOFF
/external/swiftshader/third_party/LLVM/test/MC/ARM/
Ddarwin-Thumb-reloc.s16 .long L_.str-(LPC0_0+4)
20 L_.str:
/external/llvm/test/tools/llvm-objdump/AArch64/
Dmacho-symbolized-disassembly.test6 OBJ: 000000000000001c adrp x0, L_.str@PAGE
7 OBJ: 0000000000000020 add x0, x0, L_.str@PAGEOFF
/external/llvm/test/Object/
Dnm-universal-binary.test42 CHECK-AR: 000000000000003b s L_.str
55 CHECK-64-AR: 000000000000003b s L_.str
65 … architecture x86_64):{{.*}}/macho-universal-archive.x86_64.i386:hello.o: 000000000000003b s L_.str
/external/llvm/test/CodeGen/PowerPC/
Dhello-reloc.s27 addis r2, r2, ha16(L_.str-L0$pb)
28 la r3, lo16(L_.str-L0$pb)(r2)
57 L_.str: ; @.str
/external/compiler-rt/lib/builtins/
Dassembly.h27 #define LOCAL_LABEL(name) L_##name
38 #define LOCAL_LABEL(name) .L_##name
/external/llvm/test/MC/MachO/ARM/
Ddarwin-Thumb-reloc.s16 .long L_.str-(LPC0_0+4)
20 L_.str:

12345678