Searched refs:L5 (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/usr/src/lib/libast/common/uwin/ |
H A D | log__L.c | 82 vc(L5, 1.8181879517064680057E-1 ,2eb4,3f3a,655e,cc39, -2, .BA2EB4CC39655E) 91 ic(L5, 1.8183562745289935658E-1, -3, 1.74663CC94342F) 100 #define L5 vccast(L5) macro 110 return(z*(L1+z*(L2+z*(L3+z*(L4+z*(L5+z*(L6+z*(L7+z*L8)))))))); 112 return(z*(L1+z*(L2+z*(L3+z*(L4+z*(L5+z*(L6+z*L7)))))));
|
/illumos-gate/usr/src/lib/libc/amd64/gen/ |
H A D | strcat.s | 94 .L5: 106 jmp .L5 / goto .L5 119 jmp .L5 / goto .L5 (%rsi word aligned)
|
H A D | memchr.s | 70 je .L5 / goto .L5 (found) 112 .L5:
|
H A D | strncat.s | 101 .L5: 115 jae .L5 / goto .L5
|
/illumos-gate/usr/src/lib/libc/i386/gen/ |
H A D | strcat.s | 91 .L5: 103 jmp .L5 / goto .L5 116 jmp .L5 / goto .L5 (%eax word aligned)
|
H A D | memchr.s | 73 je .L5 / goto .L5 (found) 116 .L5:
|
H A D | strncat.s | 100 .L5: 114 jae .L5 / goto .L5
|
/illumos-gate/usr/src/lib/libshell/common/tests/ |
H A D | attributes.sh | 34 r=readonly u=Uppercase l=Lowercase i=22 i8=10 L=abc L5=def uL5=abcdef xi=20 36 for option in u l i i8 L L5 LZ5 RZ5 Z5 r x H t R5 uL5 lR5 xi n 72 if [[ $L5 != "def " ]] 289 typeset -L5 foo
|
Completed in 315 milliseconds