Home
last modified time | relevance | path

Searched refs:point (Results 1 – 25 of 174) sorted by relevance

1234567

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dcomvar.sh188 typeset point=(typeset -i x=3 y=4)
189 (( (point.x*point.x + point.y*point.y) == 25 )) || err_exit "local compound variable not working"
191 point=(integer x=6 y=8)
193 …(( (point.x*point.x + point.y*point.y) == 100 )) || err_exit "global compound variable not preserv…
198 then print -r -- "$point"
201 typeset -S point=(typeset -i x=3 y=4)
202 … (( (point.x*point.x + point.y*point.y) == 25 )) || err_exit "local compound variable not working"
203 point.y=5
204 point.z=foobar
207 …(( (point.x*point.x + point.y*point.y) == 100 )) || err_exit "global compound variable not preserv…
H A Darith.sh114 point=(
118 (( point.x = cos(pi/6), point.y = sin(pi/6) ))
119 if (( point.x*point.x + point.y*point.y > 1.01 ))
122 if (( point.x*point.x + point.y*point.y < .99 ))
637 (( tgamma(4)/12 )) || err_exit 'floating point attribute for functions not preserved'
H A Dappend.sh61 point=(x=1 y=2)
62 point+=( y=3 z=4)
63 if [[ ${point.y} != 3 ]]
66 if [[ ${point.x} != 1 ]]
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A DIR.rst93 Floating-point binops
101 Floating-point addition.
104 Floating-point subtraction.
107 Floating-point multiplication.
110 Floating-point division.
165 Floating-point compares
176 Floating-point compare ordered equal
179 Floating-point compare ordered not-equal
188 Floating-point compare ordered less-than
195 Floating-point compare unordered equal
[all …]
/illumos-gate/usr/src/cmd/refer/
H A Dinv6.c28 long point; in whash() local
44 sscanf(line, "%d %ld", &k, &point); in whash()
58 if (point != opoint) { in whash()
60 putl(opoint = point, fb); in whash()
62 putw((int)(opoint = point), fb); in whash()
/illumos-gate/usr/src/cmd/tbl/
H A Dtc.c37 if (point(s)) in choochar()
46 if (point(s)) in choochar()
85 point(int s) in point() function
H A Dt8.c58 if (point(s)) continue; in putline()
99 if (point(s) ) continue; in putline()
270 if (point(s)) in puttext()
291 if (point(s)) continue; in funnies()
/illumos-gate/usr/src/boot/i386/gptzfsboot/
H A Dgptldr.S41 .set MEM_JMP,0x9010 # BTX entry point
81 dec %si # Set %ds:%si to point at the
87 mov $MEM_USR/16,%ax # Set %es:(-1) to point at
92 add $COPY_BLK_SZ,%si # Adjust %ds:%si to point at
96 mov $COPY_BLK_SZ-1,%di # Adjust %es:%di to point at
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdloverlay.c848 dladm_overlay_point_t point; in dladm_overlay_walk_cache_cb() local
851 point.dop_dest = owc->owc_dest; in dladm_overlay_walk_cache_cb()
852 point.dop_mac = entry->vcp_mac; in dladm_overlay_walk_cache_cb()
853 point.dop_flags = entry->vcp_flags; in dladm_overlay_walk_cache_cb()
854 point.dop_ip = entry->vcp_ip; in dladm_overlay_walk_cache_cb()
855 point.dop_port = entry->vcp_port; in dladm_overlay_walk_cache_cb()
1085 point->dop_dest = dest; in dladm_overlay_cache_get()
1086 point->dop_mac = entry.vcp_mac; in dladm_overlay_cache_get()
1087 point->dop_flags = entry.vcp_flags; in dladm_overlay_cache_get()
1088 point->dop_ip = entry.vcp_ip; in dladm_overlay_cache_get()
[all …]
/illumos-gate/usr/src/lib/brand/shared/brand/amd64/
H A Drunexe.S57 movq %rsi, %rbx / Brand app entry point in %rbx
58 subq $8, %rax / Top of stack - must point at argc
/illumos-gate/usr/src/lib/brand/shared/brand/i386/
H A Drunexe.S57 movl 8(%esp), %ebx / Brand app entry point in %ebx
58 subl $4, %eax / Top of stack - must point at argc
/illumos-gate/usr/src/cmd/cmd-inet/etc/
H A Dipqosconf.1.sample96 # Mark the DSCP with code point EF, 101110 = 46.
107 # Mark the DSCP with code point AF11, 001010 = 10.
117 # Mark the DSCP with code point AF12, 001100 = 12.
127 # Mark the DSCP with code point AF13, 001110 = 14.
H A Dipqosconf.2.sample88 # Mark the DSCP with code point AF13, 001110 = 14.
101 # Mark the DSCP with code point AF12, 001100 = 12.
112 # Mark the DSCP with code point AF11, 001010 = 10.
/illumos-gate/usr/src/contrib/ast/src/lib/libast/astsa/
H A Dastsa.mm24 point -I to these
27 point -I to these
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dosl_ml.S60 leaq GlobalLock(%rdi), %rdi / make %rdi point at the lock
81 leaq GlobalLock(%rdi), %rdi / make %rdi point at the lock
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-network-ppp.p5m29 value="Device drivers implementing point-to-point protocol (PPP)"
86 desc="Device drivers implementing point-to-point protocol (PPP)" \
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/
H A Dmath.tab1 # <return type: i:integer f:floating-point> <#floating-point-args> <function-name> [<alias> ...]
/illumos-gate/usr/src/cmd/oawk/
H A Dlib.c367 int point; in isanumber() local
371 d1 = d2 = point = 0; in isanumber()
393 point++; in isanumber()
404 if (!(d1 || point && d2)) in isanumber()
/illumos-gate/usr/src/lib/brand/shared/brand/sparc/
H A Drunexe.S75 jmp %o1 ! jump to the target processes entry point
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftEC.c536 uchar_t point[EC_MAX_POINT_LEN]; in soft_ecc_verify() local
561 template.pValue = point; in soft_ecc_verify()
562 template.ulValueLen = sizeof (point); in soft_ecc_verify()
568 ECkey.publicValue.data = point; in soft_ecc_verify()
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dsfio13 #define _lib_cvt 1 /* native floating point conversions ok */
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dsfio13 #define _lib_cvt 1 /* native floating point conversions ok */
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dsfio15 #define _lib_cvt 1 /* native floating point conversions ok */
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dsfio15 #define _lib_cvt 1 /* native floating point conversions ok */
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vatan.S247 mov 2,%o1 !index == 2, point to conup, conlo = pi/2 upper, lower
253 mov 0,%o1 !index == 0 , point to conup,conlo = 0,0
333 mov 2,%o1 !index == 2, point to conup, conlo = pi/2 upper, lower
339 mov 0,%o1 !index == 0 , point to conup,conlo = 0,0
413 mov 2,%o1 !index == 2, point to conup, conlo = pi/2 upper, lower
419 mov 0,%o1 !index == 0 , point to conup,conlo = 0,0

1234567