Lines Matching refs:point
114 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 ))
131 then err_exit 'postincrement of floating point allowed'
135 then err_exit 'preincrement of floating point allowed'
140 then err_exit 'floating point allowed with % operator'
242 then err_exit '% not working on floating point'