HomeSort by: relevance | last modified time | path
    Searched refs:odd (Results 1 - 18 of 18) sorted by relevancy

  /src/lib/libm/ld128/
s_tanpil.c 73 double odd; local in function:tanpil
100 odd = fmodl(ai, 2.L) == 0 ? 1 : -1;
102 t = ar == 0 ? copysign(0., odd) : __kernel_tanpil(ar);
104 t = odd / vzero;
116 * or odd integer to set t = +0 or -0.
  /src/lib/libm/src/
s_tanpif.c 65 float ax, hi, lo, odd, t; local in function:tanpif
94 odd = (uint32_t)x & 1 ? -1 : 1;
99 t = ix == 0 ? copysignf(0, odd) : __kernel_tanpif(ax);
101 t = odd / vzero;
113 * or odd integer to set t = +0 or -0.
s_tanpi.c 59 * tanpi(n) = +0 for positive even and negative odd integer n.
60 * tanpi(n) = -0 for positive odd and negative even integer n.
65 * odd integers n.
117 double ax, hi, lo, odd, t; local in function:tanpi
151 odd = (uint64_t)x & 1 ? -1 : 1;
156 t = ix == 0 ? copysign(0, odd) : __kernel_tanpi(ax);
158 t = odd / vzero;
171 * or odd integer to set t = +0 or -0.
  /src/sys/arch/arm/cortex/
cpu_in_cksum_neon.c 50 int odd = 0; local in function:cpu_in_cksum
92 * if the previous len was odd or the this buffer starts
93 * on an odd address, shift the csum by 8 so its properly
98 if (odd ^ ((uint32_t)dptr & 1))
104 odd ^= dlen & 1;
  /src/lib/libm/ld80/
s_tanpil.c 71 long double ax, hi, lo, odd, t; local in function:tanpil
105 odd = (uint64_t)x & 1 ? -1 : 1;
110 t = ix == 0 ? copysignl(0, odd) : __kernel_tanpil(ax);
112 t = odd / vzero;
124 * or odd integer to set t = +0 or -0.
  /src/sys/arch/hppa/spmath/
cnv_float.h 116 #define Dbl_to_sgl_mantissa(srcA,srcB,dest,inexact,guard,sticky,odd) \
121 odd = Dbit2p2(srcB)
123 #define Dbl_to_sgl_denormalized(srcA,srcB,exp,dest,inexact,guard,sticky,odd,tiny) \
132 odd = dest << 31; \
152 if (guard && (sticky || odd)) { \
162 guard = odd; \
168 odd = dest << 31; \
177 odd = dest << 31; \
188 odd = dest << 31; \
201 odd = 0;
    [all...]
  /src/sys/arch/m68k/m68k/
w16copy.s 74 | zero the odd bytes:
75 4: andil #3, %d0 | odd byte count in %d0
77 bcs 6f | skip ahead if no odd bytes
125 bra 6f | jump ahead to copy the odd bytes
128 | if there are fewer than four bytes, copy only odd bytes:
148 | copy the odd bytes:
149 6: andil #3, %d0 | odd byte count in %d0
151 bcs 8f | skip ahead if no odd bytes
  /src/common/lib/libc/arch/m68k/string/
memcmp.S 75 btst #0,%d1 | string 1 address odd?
83 btst #0,%d1 | string 2 address odd?
  /src/sys/dev/hpc/
bicons.c 393 register u_int8_t odd = (data & 0xaa); local in function:put_oxel_D2_M2L_3x2
396 *xaddr = (odd | (even << 1)) | ((odd >> 1) & even);
440 register u_int8_t odd = (data & 0xaa); local in function:put_oxel_D2_M2L_0x2
443 *xaddr = ~((odd | (even << 1)) | ((odd >> 1) & even));
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/renesas/
r8a774c0-ek874-idk-2121wr.dts 49 dual-lvds-odd-pixels;
  /src/usr.bin/make/unit-tests/
comment.mk 64 # An odd number of backslashes makes a line continuation, \\\
  /src/sys/arch/powerpc/fpu/
fpu_implode.c 117 * but have a tie, so round to even, i.e., add 1 iff odd.
197 round_int(struct fpn *fp, int *cx, int rn, int sign, int odd)
211 if (g && (rs | odd))
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/freescale/
imx8mq-nitrogen.dts 368 /* J17 connector, odd */
393 /* J18 connector, odd */
  /src/sys/arch/ia64/stand/common/
help.common 224 Selects the default device. Syntax for devices is odd.
  /src/sys/arch/vax/vax/
emulate.S 904 # arg2 holds "even or odd" destination length
923 clrl arg2 # arg2 is 1 if dstlen is even, 0 if odd
929 jgeq Lashp_left # (it must start out odd)
  /src/sys/arch/mips/mips/
mipsX_subr.S 1913 and k0, k1, 4 # check even/odd page
1935 INT_L k0, 4(k1) # get odd PTE entry
2101 and t1, a0, MIPS3_PG_ODDPG # t1 = Even/Odd flag
2149 bnez t1, 1f # Decide even odd
2156 # ODD
2166 bnez t1, 4f # Decide even odd
2735 /* even/odd are contiguaous */
2763 PANIC("USPACE sat on odd page boundary")
  /src/sys/arch/m68k/060sp/dist/
fplsp.s 4940 # 5. (k is odd) Set j := (k-1)/2, sgn := (-1)**j. #
4947 # where sin(r) is approximated by an odd polynomial in r #
4967 # 4. (k is odd) Set j1 := (k-1)/2, j2 := j1 (EOR) (k mod 2), ie. #
4971 # sin(r) and cos(r) are computed as odd and even #
4976 # sin(r) and cos(r) are computed as odd and even #
5078 add.l ADJN(%a6),%d1 # SEE IF D0 IS ODD OR EVEN
5079 ror.l &1,%d1 # D0 WAS ODD IFF D0 IS NEGATIVE
5288 cmp.l %d1,&0 # D0 < 0 IFF N IS ODD
5639 # 3. If k is odd, go to 5. #
5647 # 4. (k is odd) Tan(X) = -cot(r). Since tan(r) is approximated by
    [all...]
fpsp.s 5046 # 5. (k is odd) Set j := (k-1)/2, sgn := (-1)**j. #
5053 # where sin(r) is approximated by an odd polynomial in r #
5073 # 4. (k is odd) Set j1 := (k-1)/2, j2 := j1 (EOR) (k mod 2), ie. #
5077 # sin(r) and cos(r) are computed as odd and even #
5082 # sin(r) and cos(r) are computed as odd and even #
5184 add.l ADJN(%a6),%d1 # SEE IF D0 IS ODD OR EVEN
5185 ror.l &1,%d1 # D0 WAS ODD IFF D0 IS NEGATIVE
5394 cmp.l %d1,&0 # D0 < 0 IFF N IS ODD
5745 # 3. If k is odd, go to 5. #
5753 # 4. (k is odd) Tan(X) = -cot(r). Since tan(r) is approximated by
    [all...]

Completed in 27 milliseconds