/titanic_41/usr/src/lib/libm/i386/src/ |
H A D | isnanl.s | 37 jz .not_nan / jump if exp is all 0 39 jz .nan_or_inf / jump if exp is all 1 41 jz .got_nan / jump if leading bit is 0 47 jnz .got_nan / jump if not equal to 0x80000000 49 jnz .got_nan / jump if not equal to 0
|
H A D | isnan.s | 47 jae .nan_or_inf / no jump if arg. is finite 51 ja .got_nan / no jump if arg. may be infinite; 56 jnz .got_nan / no jump if arg. is infinite;
|
H A D | ilogbl.s | 42 jz .bexp_0 / jump iff x is 0 or subnormal 45 jz .ilogbl_not_finite / jump if unsupported format 58 jnz .ilogbl_subnorm / jump iff x is subnormal
|
H A D | isnanf.s | 41 jae .nan_or_inf / no jump iff arg. is finite 45 jnz .got_nan / no jump if arg. infinite;
|
H A D | finitel.s | 39 jz .done / no jump if arg. is finite 46 jnz .unsupported / jump if arg has unsupported format
|
H A D | ilogbf.s | 42 jz .bexp_0 / jump if x is 0 or subnormal 46 jae .bexp_all_1 / jump if x is NaN or Inf
|
H A D | ieee_funcl.s | 60 jz .L8 / jump iff msb(sgnfcnd(x)) = 0 64 jz .L8 / jump iff bexp(x) = 0x7fff or 0
|
H A D | ilogb.s | 43 jz .bexp_0 / jump if x is 0 or subnormal 46 jae .bexp_all_1 / jump if x is NaN or Inf
|
H A D | locallibm.il | 254 adcl $0,%eax / jump if bexp(x) = 0 327 jz 1f / jump if __exp is all 0 329 jz 2f / jump if __exp is all 1 331 jz 3f / jump if leading bit is 0 336 jnz 3f / jump if not equal to 0x80000000 338 jnz 3f / jump if not equal to 0
|
H A D | nextafterl.s | 138 jz .Lcarry / jump if the content of %eax is 0
|
H A D | nexttowardl.s | 138 jz .Lcarry / jump if the content of %eax is 0
|
/titanic_41/usr/src/uts/sun4u/opl/io/pcicmu/ |
H A D | pcmu_ib.c | 154 hrtime_t prev, curr, interval, jump; in pcmu_ib_intr_disable() local 167 jump = TICK_TO_NSEC(xc_tick_jump_limit); in pcmu_ib_intr_disable() 182 if (interval > jump) in pcmu_ib_intr_disable() 241 hrtime_t prev, curr, interval, jump; in pcmu_ib_intr_dist() local 254 jump = TICK_TO_NSEC(xc_tick_jump_limit); in pcmu_ib_intr_dist() 268 if (interval > jump) in pcmu_ib_intr_dist() 502 hrtime_t prev, curr, interval, jump; in pcmu_ib_ino_add_intr() local 521 jump = TICK_TO_NSEC(xc_tick_jump_limit); in pcmu_ib_ino_add_intr() 536 if (interval > jump) in pcmu_ib_ino_add_intr() 592 hrtime_t prev, curr, interval, jump; in pcmu_ib_ino_rem_intr() local [all …]
|
H A D | pcmu_cb.c | 143 hrtime_t prev, curr, interval, jump; in pcmu_cb_disable_nintr_reg() local 152 jump = TICK_TO_NSEC(xc_tick_jump_limit); in pcmu_cb_disable_nintr_reg() 168 if (interval > jump) in pcmu_cb_disable_nintr_reg()
|
/titanic_41/usr/src/lib/libm/amd64/src/ |
H A D | ilogbl.s | 42 jz .bexp_0 / jump iff x is 0 or subnormal 45 jz .ilogbl_not_finite / jump if unsupported format 58 jnz .ilogbl_subnorm / jump iff x is subnormal
|
H A D | ieee_funcl.s | 60 jz .L8 / jump iff msb(sgnfcnd(x)) = 0 64 jz .L8 / jump iff bexp(x) = 0x7fff or 0
|
/titanic_41/usr/src/cmd/sendmail/db/btree/ |
H A D | bt_search.c | 87 int cmp, jump, ret, stack; local 152 jump = TYPE(h) == P_LBTREE ? P_INDX : O_INDX; 154 lim = NUM_ENT(h) / (db_indx_t)jump; lim != 0; lim >>= 1) { 155 indx = base + ((lim >> 1) * jump); 163 base = indx + jump;
|
/titanic_41/usr/src/cmd/logadm/ |
H A D | err.c | 83 int jump = 0; in err() local 103 jump = 1; in err() 143 if (jump) in err()
|
/titanic_41/usr/src/lib/libc/i386_hwcap1/gen/ |
H A D | memcpy.s | 46 jbe .memcpy_post / jump if dst <= src 48 jbe .CopyLeft / jump if dst <= src + size - 1
|
H A D | memset.s | 114 jnz .sse_nt_loop / jump if not done 127 cmpl $20, %ecx / compare and jump accordingly 140 jnz .sse_loop / jump if not done
|
/titanic_41/usr/src/lib/brand/shared/brand/sparc/ |
H A D | runexe.s | 75 jmp %o1 ! jump to the target processes entry point
|
/titanic_41/usr/src/uts/sparc/v9/ml/ |
H A D | lock_prim.s | 232 sethi %hi(lock_set_spin), %o2 ! load up for jump to C 395 sethi %hi(mutex_vector_enter), %o2 ! load up for jump to C 513 sethi %hi(rw_enter_sleep), %o2 ! load up jump 522 sethi %hi(rw_enter_sleep), %o2 ! load up jump 539 jmp %o2 + %lo(rw_enter_sleep) ! jump to rw_enter_sleep if not
|
/titanic_41/usr/src/cmd/sgs/rtld/sparc/ |
H A D | boot_a.out.s | 81 jmp %g1 ! jump to it
|
H A D | boot_elf.s | 94 ! %o1 has offset from jump slot 103 jmp %g1 ! jump to it
|
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | doupdate.c | 236 int col, last, tail, jump, count; local 279 for (jump = -1; col < last; ) { 298 if (jump < count) { 302 jump = JUMP_SIZE;
|
/titanic_41/usr/src/ucbcmd/sbcp/ |
H A D | sbcp.s | 60 ! entry point, and jump to it. We depend on the stack (argv, envp)
|