Home
last modified time | relevance | path

Searched defs:half (Results 1 – 24 of 24) sorted by relevance

/minix3/lib/libm/src/
H A De_coshf.c25 static const float one = 1.0, half=0.5; variable
H A De_cosh.c42 static const double one = 1.0, half=0.5, huge = 1.0e300; variable
H A Dk_sin.c50 half = 5.00000000000000000000e-01, /* 0x3FE00000, 0x00000000 */ variable
H A Dk_sinf.c25 half = 5.0000000000e-01,/* 0x3f000000 */ variable
H A De_rem_pio2f.c81 half = 5.0000000000e-01, /* 0x3f000000 */ variable
H A De_rem_pio2.c65 half = 5.00000000000000000000e-01, /* 0x3FE00000, 0x00000000 */ variable
H A Ds_erf.c118 half= 5.00000000000000000000e-01, /* 0x3FE00000, 0x00000000 */ variable
H A Ds_erff.c26 half= 5.0000000000e-01, /* 0x3F000000 */ variable
H A De_lgamma_r.c90 half= 5.00000000000000000000e-01, /* 0x3FE00000, 0x00000000 */ variable
H A De_lgammaf_r.c26 half= 5.0000000000e-01, /* 0x3f000000 */ variable
/minix3/lib/libm/noieee_src/
H A Dn_sinh.c111 static const double one=1.0, half=1.0/2.0 ; in sinh() local
H A Dn_cosh.c117 static const double half=1.0/2.0, in cosh() local
H A Dn_expm1.c123 static const double one=1.0, half=1.0/2.0; in expm1() local
H A Dn_log1p.c118 half=1.0/2.0, small=1.0E-20; /* 1+small == 1 */ in log1p() local
H A Dn_exp__E.c113 static const double zero=0.0, one=1.0, half=1.0/2.0, small=1.0E-19; in __exp__E() local
H A Dn_erf.c165 half = 0.5, variable
/minix3/tests/lib/libc/gen/
H A Dt_closefrom.c84 int buf[16], cur, half; in ATF_TC_BODY() local
/minix3/external/bsd/nvi/dist/vi/
H A Dvs_split.c55 size_t half; in vs_split() local
/minix3/minix/fs/mfs/
H A Dlink.c576 static void zerozone_half(rip, pos, half, zone_size) in zerozone_half() argument
/minix3/minix/fs/ext2/
H A Dlink.c606 static void zeroblock_half(rip, pos, half) in zeroblock_half() argument
/minix3/lib/libc/db/btree/
H A Dbt_split.c622 indx_t full, half, nxt, off, skip, top, used; in bt_psplit() local
/minix3/usr.bin/col/
H A Dcol.c356 int half, i, nb; in flush_blanks() local
/minix3/bin/sh/
H A Dexpand.c1334 int half; in msort() local
/minix3/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dbignum.c1209 half(mp_int * a, mp_int * b) in half() function