Home
last modified time | relevance | path

Searched refs:crt_value (Results 1 – 25 of 68) sorted by relevance

123

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/test/builtins/Unit/
H A Dcompiler_rt_fmax_test.c10 fp_t crt_value = __compiler_rt_fmax(x, y); in test__compiler_rt_fmax() local
13 if (crt_value != libm_value && in test__compiler_rt_fmax()
14 !(crt_isnan(crt_value) && crt_isnan(libm_value))) { in test__compiler_rt_fmax()
19 crt_value, (unsigned long long)toRep(crt_value), in test__compiler_rt_fmax()
H A Dcompiler_rt_fmaxf_test.c10 fp_t crt_value = __compiler_rt_fmaxf(x, y); in test__compiler_rt_fmaxf() local
13 if (crt_value != libm_value && in test__compiler_rt_fmaxf()
14 !(crt_isnan(crt_value) && crt_isnan(libm_value))) { in test__compiler_rt_fmaxf()
17 x, toRep(x), y, toRep(y), crt_value, toRep(crt_value), libm_value, in test__compiler_rt_fmaxf()
H A Dcompiler_rt_logbf_test.c10 fp_t crt_value = __compiler_rt_logbf(x); in test__compiler_rt_logbf() local
15 if (crt_value != libm_value && in test__compiler_rt_logbf()
16 !(crt_isnan(crt_value) && crt_isnan(libm_value))) { in test__compiler_rt_logbf()
18 toRep(x), crt_value, toRep(crt_value), libm_value, in test__compiler_rt_logbf()
H A Dcompiler_rt_logb_test.c9 fp_t crt_value = __compiler_rt_logb(x); in test__compiler_rt_logb() local
13 if (crt_value != libm_value && in test__compiler_rt_logb()
14 !(crt_isnan(crt_value) && crt_isnan(libm_value))) { in test__compiler_rt_logb()
16 x, toRep(x), crt_value, toRep(crt_value), libm_value, in test__compiler_rt_logb()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/compiler-rt/test/builtins/Unit/
H A Dcompiler_rt_fmaxf_test.c10 fp_t crt_value = __compiler_rt_fmaxf(x, y); in test__compiler_rt_fmaxf() local
13 if (crt_value != libm_value && in test__compiler_rt_fmaxf()
14 !(crt_isnan(crt_value) && crt_isnan(libm_value))) { in test__compiler_rt_fmaxf()
17 x, toRep(x), y, toRep(y), crt_value, toRep(crt_value), libm_value, in test__compiler_rt_fmaxf()
H A Dcompiler_rt_fmax_test.c10 fp_t crt_value = __compiler_rt_fmax(x, y); in test__compiler_rt_fmax() local
13 if (crt_value != libm_value && in test__compiler_rt_fmax()
14 !(crt_isnan(crt_value) && crt_isnan(libm_value))) { in test__compiler_rt_fmax()
19 crt_value, (unsigned long long)toRep(crt_value), in test__compiler_rt_fmax()
H A Dcompiler_rt_logbf_test.c10 fp_t crt_value = __compiler_rt_logbf(x); in test__compiler_rt_logbf() local
15 if (crt_value != libm_value && in test__compiler_rt_logbf()
16 !(crt_isnan(crt_value) && crt_isnan(libm_value))) { in test__compiler_rt_logbf()
18 toRep(x), crt_value, toRep(crt_value), libm_value, in test__compiler_rt_logbf()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/test/builtins/Unit/
H A Dcompiler_rt_fmax_test.c10 fp_t crt_value = __compiler_rt_fmax(x, y); in test__compiler_rt_fmax() local
13 if (crt_value != libm_value && in test__compiler_rt_fmax()
14 !(crt_isnan(crt_value) && crt_isnan(libm_value))) { in test__compiler_rt_fmax()
19 crt_value, (unsigned long long)toRep(crt_value), in test__compiler_rt_fmax()
H A Dcompiler_rt_fmaxf_test.c10 fp_t crt_value = __compiler_rt_fmaxf(x, y); in test__compiler_rt_fmaxf() local
13 if (crt_value != libm_value && in test__compiler_rt_fmaxf()
14 !(crt_isnan(crt_value) && crt_isnan(libm_value))) { in test__compiler_rt_fmaxf()
17 x, toRep(x), y, toRep(y), crt_value, toRep(crt_value), libm_value, in test__compiler_rt_fmaxf()
H A Dcompiler_rt_logbf_test.c10 fp_t crt_value = __compiler_rt_logbf(x); in test__compiler_rt_logbf() local
15 if (crt_value != libm_value && in test__compiler_rt_logbf()
16 !(crt_isnan(crt_value) && crt_isnan(libm_value))) { in test__compiler_rt_logbf()
18 toRep(x), crt_value, toRep(crt_value), libm_value, in test__compiler_rt_logbf()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/test/builtins/Unit/
H A Dcompiler_rt_fmaxf_test.c10 fp_t crt_value = __compiler_rt_fmaxf(x, y); in test__compiler_rt_fmaxf() local
13 if (crt_value != libm_value && in test__compiler_rt_fmaxf()
14 !(crt_isnan(crt_value) && crt_isnan(libm_value))) { in test__compiler_rt_fmaxf()
17 x, toRep(x), y, toRep(y), crt_value, toRep(crt_value), libm_value, in test__compiler_rt_fmaxf()
H A Dcompiler_rt_fmax_test.c10 fp_t crt_value = __compiler_rt_fmax(x, y); in test__compiler_rt_fmax() local
13 if (crt_value != libm_value && in test__compiler_rt_fmax()
14 !(crt_isnan(crt_value) && crt_isnan(libm_value))) { in test__compiler_rt_fmax()
19 crt_value, (unsigned long long)toRep(crt_value), in test__compiler_rt_fmax()
H A Dcompiler_rt_logbf_test.c10 fp_t crt_value = __compiler_rt_logbf(x); in test__compiler_rt_logbf() local
15 if (crt_value != libm_value && in test__compiler_rt_logbf()
16 !(crt_isnan(crt_value) && crt_isnan(libm_value))) { in test__compiler_rt_logbf()
18 toRep(x), crt_value, toRep(crt_value), libm_value, in test__compiler_rt_logbf()
/dports/devel/llvm13/llvm-project-13.0.1.src/compiler-rt/test/builtins/Unit/
H A Dcompiler_rt_fmax_test.c10 fp_t crt_value = __compiler_rt_fmax(x, y);
13 if (crt_value != libm_value &&
14 !(crt_isnan(crt_value) && crt_isnan(libm_value))) {
19 crt_value, (unsigned long long)toRep(crt_value),
H A Dcompiler_rt_fmaxf_test.c10 fp_t crt_value = __compiler_rt_fmaxf(x, y); in test__compiler_rt_fmaxf() local
13 if (crt_value != libm_value && in test__compiler_rt_fmaxf()
14 !(crt_isnan(crt_value) && crt_isnan(libm_value))) { in test__compiler_rt_fmaxf()
17 x, toRep(x), y, toRep(y), crt_value, toRep(crt_value), libm_value, in test__compiler_rt_fmaxf()
H A Dcompiler_rt_logbf_test.c10 fp_t crt_value = __compiler_rt_logbf(x); in test__compiler_rt_logbf() local
15 if (crt_value != libm_value && in test__compiler_rt_logbf()
16 !(crt_isnan(crt_value) && crt_isnan(libm_value))) { in test__compiler_rt_logbf()
18 toRep(x), crt_value, toRep(crt_value), libm_value, in test__compiler_rt_logbf()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/test/builtins/Unit/
H A Dcompiler_rt_logbf_test.c10 fp_t crt_value = __compiler_rt_logbf(x); in test__compiler_rt_logbf() local
15 if (crt_value != libm_value && in test__compiler_rt_logbf()
16 !(crt_isnan(crt_value) && crt_isnan(libm_value))) { in test__compiler_rt_logbf()
18 toRep(x), crt_value, toRep(crt_value), libm_value, in test__compiler_rt_logbf()
H A Dcompiler_rt_logb_test.c9 fp_t crt_value = __compiler_rt_logb(x); in test__compiler_rt_logb() local
13 if (crt_value != libm_value && in test__compiler_rt_logb()
14 !(crt_isnan(crt_value) && crt_isnan(libm_value))) { in test__compiler_rt_logb()
16 x, toRep(x), crt_value, toRep(crt_value), libm_value, in test__compiler_rt_logb()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/test/builtins/Unit/
H A Dcompiler_rt_logbf_test.c22 fp_t crt_value = __compiler_rt_logbf(x); in test__compiler_rt_logbf() local
27 if (crt_value != libm_value && in test__compiler_rt_logbf()
28 !(crt_isnan(crt_value) && crt_isnan(libm_value))) { in test__compiler_rt_logbf()
30 toRep(x), crt_value, toRep(crt_value), libm_value, in test__compiler_rt_logbf()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/test/builtins/Unit/
H A Dcompiler_rt_logbf_test.c10 fp_t crt_value = __compiler_rt_logbf(x); in test__compiler_rt_logbf() local
15 if (crt_value != libm_value && in test__compiler_rt_logbf()
16 !(crt_isnan(crt_value) && crt_isnan(libm_value))) { in test__compiler_rt_logbf()
18 toRep(x), crt_value, toRep(crt_value), libm_value, in test__compiler_rt_logbf()
H A Dcompiler_rt_logb_test.c9 fp_t crt_value = __compiler_rt_logb(x); in test__compiler_rt_logb() local
13 if (crt_value != libm_value && in test__compiler_rt_logb()
14 !(crt_isnan(crt_value) && crt_isnan(libm_value))) { in test__compiler_rt_logb()
16 x, toRep(x), crt_value, toRep(crt_value), libm_value, in test__compiler_rt_logb()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/test/builtins/Unit/
H A Dcompiler_rt_logbf_test.c10 fp_t crt_value = __compiler_rt_logbf(x); in test__compiler_rt_logbf() local
15 if (crt_value != libm_value && in test__compiler_rt_logbf()
16 !(crt_isnan(crt_value) && crt_isnan(libm_value))) { in test__compiler_rt_logbf()
18 toRep(x), crt_value, toRep(crt_value), libm_value, in test__compiler_rt_logbf()
/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/test/builtins/Unit/
H A Dcompiler_rt_logbf_test.c10 fp_t crt_value = __compiler_rt_logbf(x); in test__compiler_rt_logbf() local
15 if (crt_value != libm_value && in test__compiler_rt_logbf()
16 !(crt_isnan(crt_value) && crt_isnan(libm_value))) { in test__compiler_rt_logbf()
18 toRep(x), crt_value, toRep(crt_value), libm_value, in test__compiler_rt_logbf()
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/test/builtins/Unit/
H A Dcompiler_rt_logbf_test.c10 fp_t crt_value = __compiler_rt_logbf(x); in test__compiler_rt_logbf() local
15 if (crt_value != libm_value && in test__compiler_rt_logbf()
16 !(crt_isnan(crt_value) && crt_isnan(libm_value))) { in test__compiler_rt_logbf()
18 toRep(x), crt_value, toRep(crt_value), libm_value, in test__compiler_rt_logbf()
H A Dcompiler_rt_logb_test.c9 fp_t crt_value = __compiler_rt_logb(x); in test__compiler_rt_logb() local
13 if (crt_value != libm_value && in test__compiler_rt_logb()
14 !(crt_isnan(crt_value) && crt_isnan(libm_value))) { in test__compiler_rt_logb()
16 x, toRep(x), crt_value, toRep(crt_value), libm_value, in test__compiler_rt_logb()

123