Searched defs:high (Results 1 - 25 of 146) sorted by relevance

123456

/src/lib/libm/src/
H A Ds_fabs.c32 u_int32_t high; local in function:__strong_alias
H A Ds_cbrt.c47 u_int32_t high,low; local in function:cbrt
H A Ds_cbrtf.c44 u_int32_t high; local in function:cbrtf
H A Ds_modf.c52 u_int32_t high; local in function:__strong_alias
63 u_int32_t high; local in function:__strong_alias
73 u_int32_t high; local in function:__strong_alias
[all...]
H A De_hypot.c119 u_int32_t high; local in function:__ieee754_hypot
H A De_hypotl.c128 u_int32_t high; local in function:hypotl
H A De_jn.c261 u_int32_t high; local in function:__ieee754_yn
H A De_rem_pio2.c105 u_int32_t high; local in function:__ieee754_rem_pio2
H A De_rem_pio2f.c136 u_int32_t high; local in function:__ieee754_rem_pio2f
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dfixunsdfdi.c23 su_int high = a / 4294967296.f; /* a / 0x1p32f; */ local in function:__fixunsdfdi
H A Dfixunssfdi.c24 su_int high = da / 4294967296.f; /* da / 0x1p32f; */ local in function:__fixunssfdi
H A Dfloatdidf.c38 const double high = (int32_t)(a >> 32) * twop32; local in function:__floatdidf
H A Dfloatundidf.c37 union { uint64_t x; double d; } high = { .d = twop84 }; local in function:__floatundidf
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/ppc/
H A Dfloatunditf.c18 doublebits high = { .d = twop84 }; local in function:__floatunditf
/src/sys/dev/raidframe/
H A Drf_geniq.c51 unsigned high = (val >> 4) & 1; local in function:lsfr_shift
/src/sys/arch/mips/mips/
H A Din_cksum.c79 unsigned long hilo = 0, high = 0; local in function:fastsum
[all...]
/src/common/lib/libc/quad/
H A Dmuldi3.c112 u_int high, mid, udiff, vdiff; local in function:__muldi3
195 u_int u1, u0, v1, v0, udiff, vdiff, high, mi local in function:__lmulq
[all...]
/src/sys/lib/libkern/
H A Dsoftfloat.h87 u_int16_t high; member in struct:__anona82de3050108
97 u_int64_t high, low; member in struct:__anona82de3050208
/src/sys/dev/bus_dma/
H A Dbus_dmamem_common.c52 _bus_dmamem_alloc_range_common(bus_dma_tag_t t,bus_size_t size,bus_size_t alignment,bus_size_t boundary,bus_dma_segment_t * segs,int nsegs,int * rsegs,int flags,paddr_t low,paddr_t high) argument
/src/sys/arch/x86/x86/
H A Didt.c167 idt_vec_alloc(struct idt_vec *iv, int low, int high) argument
/src/lib/libc/arch/aarch64/softfloat/
H A Dsoftfloat.h61 unsigned short high; member in struct:__anonde60d0500108
68 unsigned long long high, low; member in struct:__anonde60d0500208
/src/lib/libc/arch/arm/softfloat/
H A Dsoftfloat.h59 unsigned short high; member in struct:__anon6ee471270108
65 unsigned long long high, low; member in struct:__anon6ee471270208
/src/lib/libc/arch/m68k/softfloat/
H A Dsoftfloat.h63 unsigned long high; member in struct:__anondfc66a6d0108
69 unsigned long long high, low; member in struct:__anondfc66a6d0208
/src/lib/libc/arch/mips/softfloat/
H A Dsoftfloat.h60 unsigned short high; member in struct:__anonad5deae00108
66 unsigned long long high, low; member in struct:__anonad5deae00208
/src/lib/libc/arch/or1k/softfloat/
H A Dsoftfloat.h58 unsigned short high; member in struct:__anoneb5d04c40108
64 unsigned long long high, low; member in struct:__anoneb5d04c40208

Completed in 47 milliseconds

123456