Searched refs:tmpf (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/ |
H A D | acinclude.m4 | 963 volatile float_type tmpf; 969 [f = cabsf(tmpf); 970 f = cargf(tmpf); 971 tmpf = ccosf(tmpf); 972 tmpf = ccoshf(tmpf); 973 tmpf = cexpf(tmpf); 974 tmpf = clogf(tmpf); 975 tmpf = csinf(tmpf); 976 tmpf = csinhf(tmpf); 977 tmpf = csqrtf(tmpf); [all …]
|
H A D | configure | 17290 volatile float_type tmpf; 17299 f = cabsf(tmpf); 17300 f = cargf(tmpf); 17301 tmpf = ccosf(tmpf); 17302 tmpf = ccoshf(tmpf); 17303 tmpf = cexpf(tmpf); 17304 tmpf = clogf(tmpf); 17305 tmpf = csinf(tmpf); 17306 tmpf = csinhf(tmpf); 17307 tmpf = csqrtf(tmpf); [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
H A D | acinclude.m4 | 913 volatile float_type tmpf; 919 [f = cabsf(tmpf); 920 f = cargf(tmpf); 921 tmpf = ccosf(tmpf); 922 tmpf = ccoshf(tmpf); 923 tmpf = cexpf(tmpf); 924 tmpf = clogf(tmpf); 925 tmpf = csinf(tmpf); 926 tmpf = csinhf(tmpf); 927 tmpf = csqrtf(tmpf); [all …]
|
H A D | configure | 17435 volatile float_type tmpf; 17444 f = cabsf(tmpf); 17445 f = cargf(tmpf); 17446 tmpf = ccosf(tmpf); 17447 tmpf = ccoshf(tmpf); 17448 tmpf = cexpf(tmpf); 17449 tmpf = clogf(tmpf); 17450 tmpf = csinf(tmpf); 17451 tmpf = csinhf(tmpf); 17452 tmpf = csqrtf(tmpf); [all …]
|
/netbsd-src/sbin/cgdconfig/ |
H A D | utils.c | 78 char *tmp1, *tmpf; in words() local 91 tmp1 = tmpf = estrdup(line); in words() 92 while ((cur = strsep_getnext(&tmpf, " \t")) != NULL) in words()
|
/netbsd-src/usr.sbin/sysinst/ |
H A D | util.c | 1214 char url[STRSIZE], tmpf[PATH_MAX], mountpt[PATH_MAX]; in entropy_get_file() local 1225 sprintf(tmpf, "/tmp/entr.%06x", getpid()); in entropy_get_file() 1261 ftp_opt, tmpf, url); in entropy_get_file() 1262 strcpy(path, tmpf); in entropy_get_file() 1286 "cp %s %s", path, tmpf); in entropy_get_file() 1290 strcpy(path, tmpf); in entropy_get_file() 1311 "cp %s %s", path, tmpf); in entropy_get_file() 1315 strcpy(path, tmpf); in entropy_get_file()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/alpha/ |
H A D | alpha.md | 2270 rtx tmpf, sticky, arg, lo, hi; 2272 tmpf = gen_reg_rtx (DFmode); 2285 emit_insn (gen_trunctfdf2 (tmpf, arg)); 2286 emit_insn (gen_truncdfsf2 (operands[0], tmpf));
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/alpha/ |
H A D | alpha.md | 2267 rtx tmpf, sticky, arg, lo, hi; 2269 tmpf = gen_reg_rtx (DFmode); 2282 emit_insn (gen_trunctfdf2 (tmpf, arg)); 2283 emit_insn (gen_truncdfsf2 (operands[0], tmpf));
|